Searched refs:last_stroke_sub_path (Results 1 – 2 of 2) sorted by relevance
514 vg_lite_sub_path_ptr last_stroke_sub_path; member
1091 stroke_conversion->last_stroke_sub_path->point_count++; in _add_point_to_right_stroke_point_list_tail()1125 stroke_conversion->last_stroke_sub_path->point_count++; in _add_point_to_left_stroke_point_list_head()1147 if (stroke_conversion->last_stroke_sub_path != NULL) in _add_stroke_sub_path()1149 stroke_conversion->last_stroke_sub_path->next = *sub_path; in _add_stroke_sub_path()1150 stroke_conversion->last_stroke_sub_path = *sub_path; in _add_stroke_sub_path()2343 first_stroke_sub_path = stroke_conversion->last_stroke_sub_path; in _create_stroke_path()2620 vg_lite_sub_path_ptr last_stroke_sub_path = stroke_conversion->last_stroke_sub_path; in _create_stroke_path() local2621 vg_lite_path_point_ptr start_point = last_stroke_sub_path->point_list; in _create_stroke_path()2631 point->x = last_stroke_sub_path->last_point->x; in _create_stroke_path()2632 point->y = last_stroke_sub_path->last_point->y; in _create_stroke_path()[all …]
Completed in 27 milliseconds