Searched refs:VG_CUBIC_TO_ABS (Results 1 – 3 of 3) sorted by relevance
108 case VG_CUBIC_TO_ABS: in stroke_fw_itr_coords()135 case VG_CUBIC_TO_ABS: in stroke_bw_itr_coords()262 if (cmd == VG_CUBIC_TO_ABS) { in stroke_flat_next()299 if (it->cmds[it->position] == VG_CUBIC_TO_ABS) { in stroke_flat_current_command()325 case VG_CUBIC_TO_ABS: in stroke_flat_itr_coords()587 VGubyte cmds = VG_CUBIC_TO_ABS; in stroker_emit_curve_to()772 case VG_CUBIC_TO_ABS: in stroker_add_segment()784 } else if (stroker->last_cmd == VG_CUBIC_TO_ABS && in stroker_add_segment()841 stroker_add_segment(stroker, VG_CUBIC_TO_ABS, coords, 6); in stroker_curve_to()854 case VG_CUBIC_TO_ABS: in is_segment_null()[all …]
1023 return VG_CUBIC_TO_ABS; in normalize_coords()1054 return VG_CUBIC_TO_ABS; in normalize_coords()1084 return VG_CUBIC_TO_ABS; in normalize_coords()1111 return VG_CUBIC_TO_ABS; in normalize_coords()1655 VGubyte segment = VG_CUBIC_TO_ABS; in path_cubic_to()1753 case VG_CUBIC_TO_ABS: { in path_bounding_rect()1837 case VG_CUBIC_TO_ABS: { in path_length()1924 case VG_CUBIC_TO_ABS: { in path_point_segment()2036 case VG_CUBIC_TO_ABS: { in path_point()
241 VG_CUBIC_TO_ABS = VG_CUBIC_TO | VG_ABSOLUTE, enumerator