Searched refs:toDevice (Results 1 - 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
H A D | GrAAHairLinePathRenderer.cpp | 356 void bloat_quad(const SkPoint qpts[3], const GrMatrix* toDevice, argument 358 GrAssert(!toDevice == !toSrc); 368 if (toDevice) { 369 toDevice->mapPoints(&a, 1); 370 toDevice->mapPoints(&b, 1); 371 toDevice->mapPoints(&c, 1); 436 const GrMatrix* toDevice, 443 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert); 444 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert); 446 bloat_quad(p, toDevice, toSr 434 add_quads(const SkPoint p[3], int subdiv, const GrMatrix* toDevice, const GrMatrix* toSrc, Vertex** vert) argument 550 const GrMatrix* toDevice = NULL; local [all...] |
Completed in 42 milliseconds