Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dstroker.c82 VGint curve_index; member
245 if (itr->curve_index >= 0) { in stroke_flat_next()
246 ++itr->curve_index; in stroke_flat_next()
247 if (itr->curve_index >= polygon_vertex_count(itr->curve_poly)) { in stroke_flat_next()
248 itr->curve_index = -1; in stroke_flat_next()
281 itr->curve_index = 1; in stroke_flat_next()
292 return (itr->curve_index >= 0 && in stroke_flat_has_next()
293 itr->curve_index < (polygon_vertex_count(itr->curve_poly)-1)) in stroke_flat_has_next()
307 if (itr->curve_index <= -1 && itr->position >= itr->num_commands) in stroke_flat_itr_coords()
310 if (itr->curve_index >= 0) { in stroke_flat_itr_coords()
[all …]