HomeSort by relevance Sort by last modified time
    Searched refs:curve_poly (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.c 81 struct polygon *curve_poly; member in struct:stroke_iterator
247 if (itr->curve_index >= polygon_vertex_count(itr->curve_poly)) {
249 polygon_destroy(itr->curve_poly);
250 itr->curve_poly = 0;
282 if (itr->curve_poly) {
283 polygon_destroy(itr->curve_poly);
284 itr->curve_poly = 0;
286 itr->curve_poly = bezier_to_polygon(&bezier);
293 itr->curve_index < (polygon_vertex_count(itr->curve_poly)-1))
311 polygon_vertex(itr->curve_poly, itr->curve_index
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.c 81 struct polygon *curve_poly; member in struct:stroke_iterator
247 if (itr->curve_index >= polygon_vertex_count(itr->curve_poly)) {
249 polygon_destroy(itr->curve_poly);
250 itr->curve_poly = 0;
282 if (itr->curve_poly) {
283 polygon_destroy(itr->curve_poly);
284 itr->curve_poly = 0;
286 itr->curve_poly = bezier_to_polygon(&bezier);
293 itr->curve_index < (polygon_vertex_count(itr->curve_poly)-1))
311 polygon_vertex(itr->curve_poly, itr->curve_index
    [all...]

Completed in 91 milliseconds