Lines Matching defs:pathRef
1708 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints());
2052 SkPathRef* pathRef = SkPathRef::CreateFromBuffer(&buffer);
2053 if (!pathRef) {
2057 fPathRef.reset(pathRef);
2474 ContourIter(const SkPathRef& pathRef);
2492 ContourIter::ContourIter(const SkPathRef& pathRef) {
2493 fStopVerbs = pathRef.verbsMemBegin();
2495 fCurrPt = pathRef.points();
2496 fCurrVerb = pathRef.verbs();
2497 fCurrConicWeight = pathRef.conicWeights();