Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dpath_utils.h81 case VG_CUBIC_TO: in num_elements_for_segments()
Dpath.c458 case VG_CUBIC_TO: { in path_get_fill_polygons()
740 case VG_CUBIC_TO: { in path_for_each_segment()
849 case VG_CUBIC_TO: in transform_cb()
1013 case VG_CUBIC_TO: { in normalize_coords()
1334 case VG_CUBIC_TO: { in path_create_stroke()
/external/mesa3d/include/VG/
Dopenvg.h219 VG_CUBIC_TO = ( 6 << 1), enumerator
241 VG_CUBIC_TO_ABS = VG_CUBIC_TO | VG_ABSOLUTE,
242 VG_CUBIC_TO_REL = VG_CUBIC_TO | VG_RELATIVE,