Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrPathUtils

16 #include "GrPathUtils.h"
445 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m,
447 GrPathUtils::convertCubicToQuads(pathPts, tolScale, false, kDummyDir, &q);
449 GrPathUtils::convertCubicToQuads(devPts, SK_Scalar1, false, kDummyDir, &q);
539 GrPathUtils::QuadUVMatrix DevToUV(qpts);
623 // k, l, m are calculated in function GrPathUtils::getConicKLM
628 GrPathUtils::getConicKLM(p, weight, klm);