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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.h58 class QuadUVMatrix { class in namespace:GrPathUtils
60 QuadUVMatrix() {}; function in class:GrPathUtils::QuadUVMatrix
62 QuadUVMatrix(const GrPoint controlPts[3]) { this->set(controlPts); } function in class:GrPathUtils::QuadUVMatrix
H A DGrPathUtils.cpp189 void GrPathUtils::QuadUVMatrix::set(const GrPoint qPts[3]) {
H A DGrAAConvexPathRenderer.cpp438 GrPathUtils::QuadUVMatrix toUV(qpts);
H A DGrAAHairLinePathRenderer.cpp383 // degenerate the QuadUVMatrix computed for the points is almost singular which
523 GrPathUtils::QuadUVMatrix DevToUV(qpts);
/external/skia/src/gpu/
H A DGrPathUtils.h58 class QuadUVMatrix { class in namespace:GrPathUtils
60 QuadUVMatrix() {}; function in class:GrPathUtils::QuadUVMatrix
62 QuadUVMatrix(const GrPoint controlPts[3]) { this->set(controlPts); } function in class:GrPathUtils::QuadUVMatrix
H A DGrPathUtils.cpp189 void GrPathUtils::QuadUVMatrix::set(const GrPoint qPts[3]) {
H A DGrAAConvexPathRenderer.cpp438 GrPathUtils::QuadUVMatrix toUV(qpts);
H A DGrAAHairLinePathRenderer.cpp383 // degenerate the QuadUVMatrix computed for the points is almost singular which
523 GrPathUtils::QuadUVMatrix DevToUV(qpts);

Completed in 59 milliseconds