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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp329 GrPoint pathPts[4]; local
331 SkPath::Verb verb = iter.next(pathPts);
338 int conicCnt = chop_conic(pathPts, dst, iter.conicWeight());
368 m.mapPoints(devPts, pathPts, 2);
385 int n = SkChopQuadAtMaxCurvature(pathPts, choppedPts);
417 m.mapPoints(devPts, pathPts, 4);
431 GrPathUtils::convertCubicToQuads(pathPts, tolScale, false, kDummyDir, &q);
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp329 GrPoint pathPts[4]; local
331 SkPath::Verb verb = iter.next(pathPts);
338 int conicCnt = chop_conic(pathPts, dst, iter.conicWeight());
368 m.mapPoints(devPts, pathPts, 2);
385 int n = SkChopQuadAtMaxCurvature(pathPts, choppedPts);
417 m.mapPoints(devPts, pathPts, 4);
431 GrPathUtils::convertCubicToQuads(pathPts, tolScale, false, kDummyDir, &q);

Completed in 87 milliseconds