Home
last modified time | relevance | path

Searched refs:VG_MOVE_TO_ABS (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dvgu.c58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; in vguLine()
106 cmds[0] = VG_MOVE_TO_ABS; in vguPolygon()
132 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, in vguRect()
170 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, in vguRoundRect()
227 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, in vguEllipse()
288 cmds[c] = VG_MOVE_TO_ABS; ++c; in vguArc()
Dstroker.c100 case VG_MOVE_TO_ABS: in stroke_fw_itr_coords()
127 case VG_MOVE_TO_ABS: in stroke_bw_itr_coords()
158 return VG_MOVE_TO_ABS; in stroke_bw_current_command()
317 case VG_MOVE_TO_ABS: in stroke_flat_itr_coords()
552 VGubyte cmds = VG_MOVE_TO_ABS; in stroker_emit_move_to()
762 case VG_MOVE_TO_ABS: in stroker_add_segment()
811 stroker_add_segment(stroker, VG_MOVE_TO_ABS, coords, 2); in stroker_move_to()
822 stroker_add_segment(stroker, VG_MOVE_TO_ABS, zero_coords, 2); in stroker_line_to()
839 stroker_add_segment(stroker, VG_MOVE_TO_ABS, zero_coords, 2); in stroker_curve_to()
849 case VG_MOVE_TO_ABS: in is_segment_null()
[all …]
Dpath.c978 return VG_MOVE_TO_ABS; in normalize_coords()
1632 VGubyte segment = VG_MOVE_TO_ABS; in path_move_to()
1745 case VG_MOVE_TO_ABS: in path_bounding_rect()
1825 case VG_MOVE_TO_ABS: in path_length()
1892 case VG_MOVE_TO_ABS: in path_point_segment()
2022 case VG_MOVE_TO_ABS: in path_point()
/external/mesa3d/include/VG/
Dopenvg.h231 VG_MOVE_TO_ABS = VG_MOVE_TO | VG_ABSOLUTE, enumerator