Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dvgu.c116 cmds[i] = VG_CLOSE_PATH; in vguPolygon()
136 VG_CLOSE_PATH in vguRect()
179 VG_CLOSE_PATH in vguRoundRect()
230 VG_CLOSE_PATH in vguEllipse()
349 cmds[c] = VG_CLOSE_PATH; in vguArc()
Dpath_utils.h64 case VG_CLOSE_PATH: in num_elements_for_segments()
Dpath.c399 case VG_CLOSE_PATH: in path_get_fill_polygons()
694 case VG_CLOSE_PATH: in path_for_each_segment()
829 case VG_CLOSE_PATH: in transform_cb()
962 case VG_CLOSE_PATH: in normalize_coords()
966 return VG_CLOSE_PATH; in normalize_coords()
1279 case VG_CLOSE_PATH: { in path_create_stroke()
1744 case VG_CLOSE_PATH: in path_bounding_rect()
1827 case VG_CLOSE_PATH: { in path_length()
1894 case VG_CLOSE_PATH: { in path_point_segment()
2024 case VG_CLOSE_PATH: { in path_point()
/external/mesa3d/include/VG/
Dopenvg.h213 VG_CLOSE_PATH = ( 0 << 1), enumerator