Home
last modified time | relevance | path

Searched refs:path_last_point (Results 1 – 3 of 3) sorted by relevance

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/
A Dvg_lite_flat.c274 point0 = stroke_conversion->path_last_point; in _flatten_quad_bezier()
278 point1 = stroke_conversion->path_last_point; in _flatten_quad_bezier()
294 point0 = stroke_conversion->path_last_point; in _flatten_quad_bezier()
301 point1 = stroke_conversion->path_last_point; in _flatten_quad_bezier()
457 point0 = stroke_conversion->path_last_point; in _flatten_cubic_bezier()
471 point1 = stroke_conversion->path_last_point; in _flatten_cubic_bezier()
506 point0 = stroke_conversion->path_last_point; in _flatten_cubic_bezier()
526 point1 = stroke_conversion->path_last_point; in _flatten_cubic_bezier()
A Dvg_lite.c726 last_point = stroke_conversion->path_last_point; in _add_point_to_point_list_wdelta()
742 stroke_conversion->path_last_point = point; in _add_point_to_point_list_wdelta()
768 last_point = stroke_conversion->path_last_point; in _add_point_to_point_list()
780 stroke_conversion->path_last_point = stroke_conversion->path_point_list = point; in _add_point_to_point_list()
934 if (stroke_conversion->path_point_list != stroke_conversion->path_last_point) in _flatten_path()
938 vg_lite_path_point_ptr last_point = stroke_conversion->path_last_point; in _flatten_path()
952 stroke_conversion->path_last_point->next = NULL; in _flatten_path()
1048 stroke_conversion->path_last_point->next = NULL; in _flatten_path()
2575 …_ERROR_HANDLER(_draw_swing_pie_area(stroke_conversion, stroke_conversion->path_last_point, FALSE)); in _create_stroke_path()
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/inc/
A Dvg_lite.h502 vg_lite_path_point_ptr path_last_point; member

Completed in 33 milliseconds