Searched refs:toDevice (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrAAHairLinePathRenderer.cpp | 451 static void bloat_quad(const SkPoint qpts[3], const SkMatrix* toDevice, in bloat_quad() argument 453 SkASSERT(!toDevice == !toSrc); in bloat_quad() 459 if (toDevice) { in bloat_quad() 460 toDevice->mapPoints(&a, 1); in bloat_quad() 461 toDevice->mapPoints(&b, 1); in bloat_quad() 462 toDevice->mapPoints(&c, 1); in bloat_quad() 546 const SkMatrix* toDevice, in add_conics() argument 549 bloat_quad(p, toDevice, toSrc, *vert); in add_conics() 556 const SkMatrix* toDevice, in add_quads() argument 563 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert); in add_quads() [all …]
|