Searched refs:pathPts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp345 GrPoint pathPts[4]; local
347 SkPath::Verb verb = iter.next(pathPts);
354 int conicCnt = chop_conic(pathPts, dst, iter.conicWeight());
384 m.mapPoints(devPts, pathPts, 2);
401 int n = SkChopQuadAtMaxCurvature(pathPts, choppedPts);
433 m.mapPoints(devPts, pathPts, 4);
447 GrPathUtils::convertCubicToQuads(pathPts, tolScale, false, kDummyDir, &q);
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp345 GrPoint pathPts[4]; local
347 SkPath::Verb verb = iter.next(pathPts);
354 int conicCnt = chop_conic(pathPts, dst, iter.conicWeight());
384 m.mapPoints(devPts, pathPts, 2);
401 int n = SkChopQuadAtMaxCurvature(pathPts, choppedPts);
433 m.mapPoints(devPts, pathPts, 4);
447 GrPathUtils::convertCubicToQuads(pathPts, tolScale, false, kDummyDir, &q);

Completed in 76 milliseconds