Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathUtils.h58 class QuadUVMatrix {
60 QuadUVMatrix() {}; in QuadUVMatrix() function
62 QuadUVMatrix(const GrPoint controlPts[3]) { this->set(controlPts); } in QuadUVMatrix() function
DGrAAConvexPathRenderer.cpp470 GrPathUtils::QuadUVMatrix toUV(qpts); in create_vertices()
DGrAAHairLinePathRenderer.cpp539 GrPathUtils::QuadUVMatrix DevToUV(qpts); in set_uv_quad()
DGrPathUtils.cpp189 void GrPathUtils::QuadUVMatrix::set(const GrPoint qPts[3]) { in set()
/external/chromium_org/third_party/skia/src/gpu/
DGrPathUtils.h58 class QuadUVMatrix {
60 QuadUVMatrix() {}; in QuadUVMatrix() function
62 QuadUVMatrix(const GrPoint controlPts[3]) { this->set(controlPts); } in QuadUVMatrix() function
DGrAAConvexPathRenderer.cpp470 GrPathUtils::QuadUVMatrix toUV(qpts); in create_vertices()
DGrAAHairLinePathRenderer.cpp539 GrPathUtils::QuadUVMatrix DevToUV(qpts); in set_uv_quad()
DGrPathUtils.cpp189 void GrPathUtils::QuadUVMatrix::set(const GrPoint qPts[3]) { in set()
/external/skia/gm/
Dbeziereffects.cpp476 GrPathUtils::QuadUVMatrix DevToUV(pts); in onDraw()