OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QuadUVMatrix
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/
GrPathUtils.h
59
class
QuadUVMatrix
{
61
QuadUVMatrix
() {};
63
QuadUVMatrix
(const GrPoint controlPts[3]) { this->set(controlPts); }
GrAAConvexPathRenderer.cpp
405
GrPathUtils::
QuadUVMatrix
toUV(qpts);
GrAAHairLinePathRenderer.cpp
365
GrPathUtils::
QuadUVMatrix
DevToUV(qpts);
GrPathUtils.cpp
190
void GrPathUtils::
QuadUVMatrix
::set(const GrPoint qPts[3]) {
Completed in 867 milliseconds