Home
last modified time | relevance | path

Searched refs:QuadUVMatrix (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/
DGrPathUtils.h54 class QuadUVMatrix {
56 QuadUVMatrix() {} in QuadUVMatrix() function
58 QuadUVMatrix(const SkPoint controlPts[3]) { this->set(controlPts); } in QuadUVMatrix() function
DGrPathUtils.cpp212 void GrPathUtils::QuadUVMatrix::set(const SkPoint qPts[3]) { in set()
/external/skia/src/gpu/geometry/
DGrPathUtils.h69 class QuadUVMatrix {
71 QuadUVMatrix() {} in QuadUVMatrix() function
73 QuadUVMatrix(const SkPoint controlPts[3]) { this->set(controlPts); } in QuadUVMatrix() function
DGrPathUtils.cpp131 void GrPathUtils::QuadUVMatrix::set(const SkPoint qPts[3]) { in set()
/external/skia/gm/
Dbeziereffects.cpp358 const GrPathUtils::QuadUVMatrix& devToUV) { in Make()
366 const GrPathUtils::QuadUVMatrix& devToUV) in BezierQuadTestOp()
398 GrPathUtils::QuadUVMatrix fDevToUV;
488 GrPathUtils::QuadUVMatrix DevToUV(pts); in onDraw()
/external/skqp/gm/
Dbeziereffects.cpp305 const GrPathUtils::QuadUVMatrix& devToUV) { in Make()
315 const SkPMColor4f& color, const GrPathUtils::QuadUVMatrix& devToUV) in BezierQuadTestOp()
337 GrPathUtils::QuadUVMatrix fDevToUV;
452 GrPathUtils::QuadUVMatrix DevToUV(pts); in onDraw()
/external/skqp/src/gpu/ops/
DGrAAConvexPathRenderer.cpp482 GrPathUtils::QuadUVMatrix toUV(qpts); in create_vertices()
DGrAAHairLinePathRenderer.cpp516 GrPathUtils::QuadUVMatrix DevToUV(qpts); in set_uv_quad()
/external/skia/src/gpu/ops/
DGrAAConvexPathRenderer.cpp478 GrPathUtils::QuadUVMatrix toUV(qpts); in create_vertices()
DGrAAHairLinePathRenderer.cpp517 GrPathUtils::QuadUVMatrix DevToUV(qpts); in set_uv_quad()