Lines Matching refs:SkPathRef
156 : fPathRef(SkPathRef::CreateEmpty()) { in SkPath()
385 fPathRef.reset(SkPathRef::CreateEmpty()); in reset()
393 SkPathRef::Rewind(&fPathRef); in rewind()
728 SkPathRef::Editor ed(&fPathRef); in setPt()
740 SkPathRef::Editor ed(&fPathRef); in setLastPt()
773 SkPathRef::Editor(&fPathRef, inc, inc); in incReserve()
781 SkPathRef::Editor ed(&fPathRef); in moveTo()
817 SkPathRef::Editor ed(&fPathRef); in lineTo()
836 SkPathRef::Editor ed(&fPathRef); in quadTo()
867 SkPathRef::Editor ed(&fPathRef); in conicTo()
891 SkPathRef::Editor ed(&fPathRef); in cubicTo()
921 SkPathRef::Editor ed(&fPathRef); in close()
1071 SkPathRef::Editor ed(&fPathRef, count+close, count); in addPoly()
1225 SkPathRef::Editor ed(&fPathRef); in addRRect()
1237 const uint8_t* verbs = const_cast<const SkPathRef*>(fPathRef.get())->verbsMemBegin(); in hasOnlyMoveTos()
1319 SkPathRef::Editor ed(&fPathRef); in addOval()
1608 SkPathRef::Editor(&fPathRef, src->countVerbs(), src->countPoints()); in addPath()
1724 SkPathRef::Editor ed(&fPathRef, src->countVerbs(), src->countPoints()); in reverseAddPath()
1848 SkPathRef::Editor ed(&dst->fPathRef); in transform()
1854 SkPathRef::CreateTransformedCopy(&dst->fPathRef, *fPathRef.get(), matrix); in transform()
2916 ContourIter(const SkPathRef& pathRef);
2934 ContourIter::ContourIter(const SkPathRef& pathRef) { in ContourIter()