Home
last modified time | relevance | path

Searched refs:toSrc (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DAAHairLinePathRenderer.cpp531 const SkMatrix* toSrc, in bloat_quad()
533 SkASSERT(!toDevice == !toSrc); in bloat_quad()
608 if (toSrc) { in bloat_quad()
609 SkMatrixPriv::MapPointsWithStride(*toSrc, &verts[0].fPos, sizeof(BezierVertex), in bloat_quad()
637 const SkMatrix* toSrc, in add_conics()
639 bloat_quad(p, toDevice, toSrc, *vert); in add_conics()
647 const SkMatrix* toSrc, in add_quads()
668 bloat_quad(choppedQuadPts, toDevice, toSrc, outVerts); in add_quads()
676 bloat_quad(&choppedQuadPts[2], toDevice, toSrc, outVerts); in add_quads()
683 const SkMatrix* toSrc, in add_line()
529 bloat_quad(const SkPoint qpts[3], const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex verts[kQuadNumVertices]) bloat_quad() argument
634 add_conics(const SkPoint p[3], const SkScalar weight, const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex** vert) add_conics() argument
644 add_quads(const SkPoint p[3], int subdiv, const SkMatrix* toDevice, const SkMatrix* toSrc, BezierVertex** vert) add_quads() argument
682 add_line(const SkPoint p[2], const SkMatrix* toSrc, uint8_t coverage, LineVertex** vert) add_line() argument
1141 const SkMatrix* toSrc = nullptr; onPrepareDraws() local
[all...]

Completed in 2 milliseconds