Searched refs:VG_LINE_TO_ABS (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | stroker.c | 104 case VG_LINE_TO_ABS: in stroke_fw_itr_coords() 131 case VG_LINE_TO_ABS: in stroke_bw_itr_coords() 300 return VG_LINE_TO_ABS; in stroke_flat_current_command() 321 case VG_LINE_TO_ABS: in stroke_flat_itr_coords() 569 VGubyte cmds = VG_LINE_TO_ABS; in stroker_emit_line_to() 767 case VG_LINE_TO_ABS: in stroker_add_segment() 785 cmd == VG_LINE_TO_ABS) { in stroker_add_segment() 824 stroker_add_segment(stroker, VG_LINE_TO_ABS, coords, 2); in stroker_line_to() 850 case VG_LINE_TO_ABS: in is_segment_null() 912 if (cmd == VG_LINE_TO_ABS) { in vg_stroke_outline() [all …]
|
D | vgu.c | 58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; in vguLine() 110 cmds[i] = VG_LINE_TO_ABS; in vguPolygon() 344 cmds[c] = VG_LINE_TO_ABS; ++c; in vguArc()
|
D | path.c | 988 return VG_LINE_TO_ABS; in normalize_coords() 999 return VG_LINE_TO_ABS; in normalize_coords() 1011 return VG_LINE_TO_ABS; in normalize_coords() 1642 VGubyte segment = VG_LINE_TO_ABS; in path_line_to() 1747 case VG_LINE_TO_ABS: { in path_bounding_rect() 1832 case VG_LINE_TO_ABS: { in path_length() 1909 case VG_LINE_TO_ABS: { in path_point_segment() 2030 case VG_LINE_TO_ABS: { in path_point()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | stroker.c | 104 case VG_LINE_TO_ABS: in stroke_fw_itr_coords() 131 case VG_LINE_TO_ABS: in stroke_bw_itr_coords() 300 return VG_LINE_TO_ABS; in stroke_flat_current_command() 321 case VG_LINE_TO_ABS: in stroke_flat_itr_coords() 569 VGubyte cmds = VG_LINE_TO_ABS; in stroker_emit_line_to() 767 case VG_LINE_TO_ABS: in stroker_add_segment() 785 cmd == VG_LINE_TO_ABS) { in stroker_add_segment() 824 stroker_add_segment(stroker, VG_LINE_TO_ABS, coords, 2); in stroker_line_to() 850 case VG_LINE_TO_ABS: in is_segment_null() 912 if (cmd == VG_LINE_TO_ABS) { in vg_stroke_outline() [all …]
|
D | vgu.c | 58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; in vguLine() 110 cmds[i] = VG_LINE_TO_ABS; in vguPolygon() 344 cmds[c] = VG_LINE_TO_ABS; ++c; in vguArc()
|
D | path.c | 988 return VG_LINE_TO_ABS; in normalize_coords() 999 return VG_LINE_TO_ABS; in normalize_coords() 1011 return VG_LINE_TO_ABS; in normalize_coords() 1642 VGubyte segment = VG_LINE_TO_ABS; in path_line_to() 1747 case VG_LINE_TO_ABS: { in path_bounding_rect() 1832 case VG_LINE_TO_ABS: { in path_length() 1909 case VG_LINE_TO_ABS: { in path_point_segment() 2030 case VG_LINE_TO_ABS: { in path_point()
|
/external/chromium_org/third_party/mesa/src/include/VG/ |
D | openvg.h | 233 VG_LINE_TO_ABS = VG_LINE_TO | VG_ABSOLUTE, enumerator
|
/external/mesa3d/include/VG/ |
D | openvg.h | 233 VG_LINE_TO_ABS = VG_LINE_TO | VG_ABSOLUTE, enumerator
|