Searched refs:seg_size (Results 1 – 6 of 6) sorted by relevance
56 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()
58 uint32_t seg_size; member
175 …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()
115 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…
294 uint32_t seg_size = sizeof(uint32_t) + sizeof(lv_svg_point_t); in testPathElement() local301 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() local753 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()
1363 vg_lite_uint32_t seg_size);