Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dpath_utils.h66 case VG_MOVE_TO: in num_elements_for_segments()
Dpath.c404 case VG_MOVE_TO: in path_get_fill_polygons()
697 case VG_MOVE_TO: in path_for_each_segment()
831 case VG_MOVE_TO: in transform_cb()
968 case VG_MOVE_TO: in normalize_coords()
1286 case VG_MOVE_TO: in path_create_stroke()
/external/mesa3d/include/VG/
Dopenvg.h214 VG_MOVE_TO = ( 1 << 1), enumerator
231 VG_MOVE_TO_ABS = VG_MOVE_TO | VG_ABSOLUTE,
232 VG_MOVE_TO_REL = VG_MOVE_TO | VG_RELATIVE,