Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dpath_utils.h69 case VG_LINE_TO: in num_elements_for_segments()
Dpath.c424 case VG_LINE_TO: in path_get_fill_polygons()
708 case VG_LINE_TO: in path_for_each_segment()
720 p.segment = VG_LINE_TO; in path_for_each_segment()
731 p.segment = VG_LINE_TO; in path_for_each_segment()
835 case VG_LINE_TO: in transform_cb()
980 case VG_LINE_TO: in normalize_coords()
1300 case VG_LINE_TO: in path_create_stroke()
/external/mesa3d/include/VG/
Dopenvg.h215 VG_LINE_TO = ( 2 << 1), enumerator
233 VG_LINE_TO_ABS = VG_LINE_TO | VG_ABSOLUTE,
234 VG_LINE_TO_REL = VG_LINE_TO | VG_RELATIVE,