Searched refs:add_quads (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/ |
H A D | GrAAHairLinePathRenderer.cpp | 678 void add_quads(const SkPoint p[3], function in namespace:__anon13605 688 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert, devBounds); 689 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert, devBounds); 1058 // one of the bounding vertices for each quad. The add_quads() function will update the bounds 1089 add_quads(&quads[3*i], qSubdivs[i], toDevice, toSrc, &verts, devBounds);
|
/external/skia/src/gpu/ |
H A D | GrAAHairLinePathRenderer.cpp | 678 void add_quads(const SkPoint p[3], function in namespace:__anon25482 688 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert, devBounds); 689 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert, devBounds); 1058 // one of the bounding vertices for each quad. The add_quads() function will update the bounds 1089 add_quads(&quads[3*i], qSubdivs[i], toDevice, toSrc, &verts, devBounds);
|
Completed in 92 milliseconds