lv_draw_nema_gfx.h

API reference for lv_draw_nema_gfx.h

Report on GitHub

MIT License


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_draw_nema_gfx_init

 
void lv_draw_nema_gfx_init(void)

lv_draw_nema_gfx_deinit

 
void lv_draw_nema_gfx_deinit(void)

lv_draw_nema_gfx_fill

 
void lv_draw_nema_gfx_fill(lv_draw_task_t *t, const lv_draw_fill_dsc_t *dsc, const lv_area_t *coords)
Parameters

lv_draw_nema_gfx_triangle

 
void lv_draw_nema_gfx_triangle(lv_draw_task_t *t, const lv_draw_triangle_dsc_t *dsc)
Parameters

lv_draw_nema_gfx_img

 
void lv_draw_nema_gfx_img(lv_draw_task_t *t, const lv_draw_image_dsc_t *dsc, const lv_area_t *coords)
Parameters

lv_draw_nema_gfx_label

 
void lv_draw_nema_gfx_label(lv_draw_task_t *t, const lv_draw_label_dsc_t *dsc, const lv_area_t *coords)
Parameters

lv_draw_nema_gfx_label_init

 
void lv_draw_nema_gfx_label_init(lv_draw_unit_t *draw_unit)
Parameters
NameType
draw_unitlv_draw_unit_t *

lv_draw_nema_gfx_layer

 
void lv_draw_nema_gfx_layer(lv_draw_task_t *t, const lv_draw_image_dsc_t *draw_dsc, const lv_area_t *coords)
Parameters

lv_draw_nema_gfx_line

 
void lv_draw_nema_gfx_line(lv_draw_task_t *t, const lv_draw_line_dsc_t *dsc)
Parameters

lv_draw_nema_gfx_border

 
void lv_draw_nema_gfx_border(lv_draw_task_t *t, const lv_draw_border_dsc_t *dsc, const lv_area_t *coords)
Parameters

lv_draw_nema_gfx_arc

 
void lv_draw_nema_gfx_arc(lv_draw_task_t *t, const lv_draw_arc_dsc_t *dsc, const lv_area_t *coords)
Parameters

lv_draw_nema_gfx_vector

 
void lv_draw_nema_gfx_vector(lv_draw_task_t *t, const lv_draw_vector_dsc_t *dsc, const lv_area_t *coords)
Parameters

Structs

struct

lv_draw_nema_gfx_unit_t

MemberTypeDescription
base_unitlv_draw_unit_t
task_actlv_draw_task_t *
synclv_thread_sync_t
threadlv_thread_t
initedvolatile bool
exit_statusvolatile bool
idxuint32_t
clnema_cmdlist_t
paintvoid *< NemaVG handle object (void pointer) < NemaVG paint handle (pointer to paint object)
gradientvoid *< NemaVG handle object (void pointer) < NemaVG gradient handle (pointer to gradient object)
pathvoid *< NemaVG handle object (void pointer) < NemaVG path handle (pointer to path object)

Dependencies

How is this guide?

Last updated on

On this page