Searched defs:toDevice (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp534 void bloat_quad(const SkPoint qpts[3], const SkMatrix* toDevice, argument
537 SkASSERT(!toDevice == !toSrc);
543 if (toDevice) {
544 toDevice->mapPoints(&a, 1);
545 toDevice->mapPoints(&b, 1);
546 toDevice->mapPoints(&c, 1);
631 const SkMatrix* toDevice,
635 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
642 const SkMatrix* toDevice,
650 add_quads(newP + 0, subdiv-1, toDevice, toSr
629 add_conics(const SkPoint p[3], const SkScalar weight, const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex** vert, SkRect* devBounds) argument
640 add_quads(const SkPoint p[3], int subdiv, const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex** vert, SkRect* devBounds) argument
790 const SkMatrix* toDevice = NULL; local
[all...]
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp534 void bloat_quad(const SkPoint qpts[3], const SkMatrix* toDevice, argument
537 SkASSERT(!toDevice == !toSrc);
543 if (toDevice) {
544 toDevice->mapPoints(&a, 1);
545 toDevice->mapPoints(&b, 1);
546 toDevice->mapPoints(&c, 1);
631 const SkMatrix* toDevice,
635 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
642 const SkMatrix* toDevice,
650 add_quads(newP + 0, subdiv-1, toDevice, toSr
629 add_conics(const SkPoint p[3], const SkScalar weight, const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex** vert, SkRect* devBounds) argument
640 add_quads(const SkPoint p[3], int subdiv, const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex** vert, SkRect* devBounds) argument
790 const SkMatrix* toDevice = NULL; local
[all...]

Completed in 91 milliseconds