Home
last modified time | relevance | path

Searched refs:seg_size (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/draw/nema_gfx/
Dlv_nema_gfx_path.c56 nema_gfx_path->seg_size = 0; in lv_nema_gfx_path_create()
71 nema_gfx_path->seg = (uint8_t *) lv_malloc(nema_gfx_path->seg_size * sizeof(uint8_t)); in lv_nema_gfx_path_alloc()
107 LV_ASSERT(path->seg_size > seg_point); in lv_nema_gfx_path_move_to()
117 LV_ASSERT(path->seg_size > seg_point); in lv_nema_gfx_path_line_to()
128 LV_ASSERT(path->seg_size > seg_point); in lv_nema_gfx_path_quad_to()
140 LV_ASSERT(path->seg_size > seg_point); in lv_nema_gfx_path_cubic_to()
Dlv_nema_gfx_path.h58 uint32_t seg_size; member
Dlv_draw_nema_gfx_label.c175 …nema_vg_path_set_shape(nema_gfx_path->path, nema_gfx_path->seg_size, nema_gfx_path->seg, nema_gfx_… in _draw_nema_gfx_outline()
253 outline->seg_size = param->sizes.segments_size; in lv_nema_outline_event_alloc()
/lvgl-latest/libs/nema_gfx/include/
Dnema_vg_path.h115 void nema_vg_path_set_shape(NEMA_VG_PATH_HANDLE path, const size_t seg_size , const uint8_t* seg, c…
129 nema_vg_path_set_shape_and_bbox(NEMA_VG_PATH_HANDLE path, const size_t seg_size, const uint8_t* seg…
/lvgl-latest/tests/src/test_cases/
Dtest_svg.c294 uint32_t seg_size = sizeof(uint32_t) + sizeof(lv_svg_point_t); in testPathElement() local
301 path = (lv_svg_attr_path_value_t *)((uint8_t *)&list->data + seg_size); in testPathElement()
304 path = (lv_svg_attr_path_value_t *)((uint8_t *)&list->data + seg_size * 2); in testPathElement()
310 path = (lv_svg_attr_path_value_t *)((uint8_t *)&list->data + seg_size * 7); in testPathElement()
743 uint32_t seg_size = sizeof(uint32_t) + sizeof(lv_svg_point_t); in testBadCase() local
753 path = (lv_svg_attr_path_value_t *)((uint8_t *)&list->data + seg_size); in testBadCase()
766 seg_size = sizeof(uint32_t) + sizeof(lv_svg_point_t); in testBadCase()
823 seg_size = sizeof(uint32_t) + sizeof(lv_svg_point_t); in testBadCase()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite.h1363 vg_lite_uint32_t seg_size);