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

/external/skia/src/gpu/
H A DGrPathUtils.h57 class QuadUVMatrix { class in namespace:GrPathUtils
59 QuadUVMatrix() {}; function in class:GrPathUtils::QuadUVMatrix
61 QuadUVMatrix(const SkPoint controlPts[3]) { this->set(controlPts); } function in class:GrPathUtils::QuadUVMatrix
H A DGrAAHairLinePathRenderer.cpp307 // degenerate the QuadUVMatrix computed for the points is almost singular which
447 GrPathUtils::QuadUVMatrix DevToUV(qpts);
H A DGrPathUtils.cpp206 void GrPathUtils::QuadUVMatrix::set(const SkPoint qPts[3]) {
H A DGrAAConvexPathRenderer.cpp481 GrPathUtils::QuadUVMatrix toUV(qpts);
/external/skia/gm/
H A Dbeziereffects.cpp440 const GrPathUtils::QuadUVMatrix& devToUV) {
446 const GrPathUtils::QuadUVMatrix& devToUV)
483 GrPathUtils::QuadUVMatrix fDevToUV;
607 GrPathUtils::QuadUVMatrix DevToUV(pts);

Completed in 283 milliseconds