lv_nema_gfx_path.h
API reference for lv_nema_gfx_path.h
MIT License
Copyright (c) 2008-24 Think Silicon Single Member PC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Functions
lv_nema_gfx_path_create
lv_nema_gfx_path_t * lv_nema_gfx_path_create(void)lv_nema_gfx_path_alloc
void lv_nema_gfx_path_alloc(lv_nema_gfx_path_t *nema_gfx_path)| Name | Type |
|---|---|
nema_gfx_path | lv_nema_gfx_path_t * |
lv_nema_gfx_path_destroy
void lv_nema_gfx_path_destroy(lv_nema_gfx_path_t *nema_gfx_path)| Name | Type |
|---|---|
nema_gfx_path | lv_nema_gfx_path_t * |
lv_nema_gfx_path_move_to
void lv_nema_gfx_path_move_to(lv_nema_gfx_path_t *nema_gfx_path, float x, float y)| Name | Type |
|---|---|
nema_gfx_path | lv_nema_gfx_path_t * |
x | float |
y | float |
lv_nema_gfx_path_line_to
void lv_nema_gfx_path_line_to(lv_nema_gfx_path_t *nema_gfx_path, float x, float y)| Name | Type |
|---|---|
nema_gfx_path | lv_nema_gfx_path_t * |
x | float |
y | float |
lv_nema_gfx_path_quad_to
void lv_nema_gfx_path_quad_to(lv_nema_gfx_path_t *nema_gfx_path, float cx, float cy, float x, float y)| Name | Type |
|---|---|
nema_gfx_path | lv_nema_gfx_path_t * |
cx | float |
cy | float |
x | float |
y | float |
lv_nema_gfx_path_cubic_to
void lv_nema_gfx_path_cubic_to(lv_nema_gfx_path_t *nema_gfx_path, float cx1, float cy1, float cx2, float cy2, float x, float y)| Name | Type |
|---|---|
nema_gfx_path | lv_nema_gfx_path_t * |
cx1 | float |
cy1 | float |
cx2 | float |
cy2 | float |
x | float |
y | float |
lv_nema_gfx_path_end
void lv_nema_gfx_path_end(lv_nema_gfx_path_t *nema_gfx_path)| Name | Type |
|---|---|
nema_gfx_path | lv_nema_gfx_path_t * |
Structs
lv_nema_gfx_path_t
Used by 7 functions
lv_nema_gfx_path_alloc— paramnema_gfx_pathlv_nema_gfx_path_destroy— paramnema_gfx_pathlv_nema_gfx_path_move_to— paramnema_gfx_pathlv_nema_gfx_path_line_to— paramnema_gfx_pathlv_nema_gfx_path_quad_to— paramnema_gfx_pathlv_nema_gfx_path_cubic_to— paramnema_gfx_pathlv_nema_gfx_path_end— paramnema_gfx_path
Dependencies
Indirect dependencies
lv_anim.hlv_area.hlv_area_private.hlv_array.hlv_assert.hlv_bidi.hlv_cache.hlv_cache_class.hlv_cache_entry.hlv_cache_instance.hlv_cache_lru_ll.hlv_cache_lru_rb.hlv_cache_private.hlv_cache_sc_da.hlv_color.hlv_color_op.hlv_conf_internal.hlv_conf_kconfig.hlv_display.hlv_draw.hlv_draw_arc.hlv_draw_blur.hlv_draw_buf.hlv_draw_buf_private.hlv_draw_image.hlv_draw_image_private.hlv_draw_label.hlv_draw_label_private.hlv_draw_line.hlv_draw_mask.hlv_draw_nema_gfx_utils.hlv_draw_private.hlv_draw_rect.hlv_draw_rect_private.hlv_draw_sw.hlv_draw_sw_blend.hlv_draw_sw_mask.hlv_draw_sw_utils.hlv_draw_triangle.hlv_draw_triangle_private.hlv_draw_vector.hlv_draw_vector_private.hlv_event.hlv_ext_data.hlv_flex.hlv_font.hlv_fs.hlv_grad.hlv_grid.hlv_image_cache.hlv_image_decoder.hlv_image_decoder_private.hlv_image_dsc.hlv_image_header_cache.hlv_layout.hlv_ll.hlv_log.hlv_math.hlv_matrix.hlv_mem.hlv_os.hlv_os_private.hlv_palette.hlv_profiler.hlv_profiler_builtin.hlv_pthread.hlv_sprintf.hlv_string.hlv_style.hlv_style_gen.hlv_symbol_def.hlv_text.hlv_tick.hlv_timer.hlv_types.h
How is this guide?
Last updated on