Searched refs:lv_nema_gfx_path_t (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_nema_gfx_path.h | 59 } lv_nema_gfx_path_t; typedef 65 lv_nema_gfx_path_t * lv_nema_gfx_path_create(void); 67 void lv_nema_gfx_path_alloc(lv_nema_gfx_path_t * nema_gfx_path); 69 void lv_nema_gfx_path_destroy(lv_nema_gfx_path_t * nema_gfx_path); 71 void lv_nema_gfx_path_move_to(lv_nema_gfx_path_t * nema_gfx_path, 74 void lv_nema_gfx_path_line_to(lv_nema_gfx_path_t * nema_gfx_path, 77 void lv_nema_gfx_path_quad_to(lv_nema_gfx_path_t * nema_gfx_path, 81 void lv_nema_gfx_path_cubic_to(lv_nema_gfx_path_t * nema_gfx_path, 86 void lv_nema_gfx_path_end(lv_nema_gfx_path_t * nema_gfx_path);
|
D | lv_nema_gfx_path.c | 49 lv_nema_gfx_path_t * lv_nema_gfx_path_create(void) in lv_nema_gfx_path_create() 52 lv_nema_gfx_path_t * nema_gfx_path = lv_malloc_zeroed(sizeof(lv_nema_gfx_path_t)); in lv_nema_gfx_path_create() 64 void lv_nema_gfx_path_alloc(lv_nema_gfx_path_t * nema_gfx_path) in lv_nema_gfx_path_alloc() 76 void lv_nema_gfx_path_destroy(lv_nema_gfx_path_t * nema_gfx_path) in lv_nema_gfx_path_destroy() 103 void lv_nema_gfx_path_move_to(lv_nema_gfx_path_t * path, float x, float y) in lv_nema_gfx_path_move_to() 113 void lv_nema_gfx_path_line_to(lv_nema_gfx_path_t * path, float x, float y) in lv_nema_gfx_path_line_to() 124 void lv_nema_gfx_path_quad_to(lv_nema_gfx_path_t * path, float cx, float cy, float x, float y) in lv_nema_gfx_path_quad_to() 136 void lv_nema_gfx_path_cubic_to(lv_nema_gfx_path_t * path, float cx1, float cy1, float cx2, float cy… in lv_nema_gfx_path_cubic_to() 150 void lv_nema_gfx_path_end(lv_nema_gfx_path_t * path) in lv_nema_gfx_path_end()
|
D | lv_draw_nema_gfx_label.c | 157 lv_nema_gfx_path_t * nema_gfx_path = (lv_nema_gfx_path_t *)glyph_draw_dsc->glyph_data; in _draw_nema_gfx_outline() 218 lv_nema_gfx_path_t * outline = param->outline; in lv_nema_gfx_outline_push() 251 lv_nema_gfx_path_t * outline = param->outline; in lv_nema_outline_event_alloc()
|