Lines Matching refs:SkPathRef
145 : fPathRef(SkPathRef::CreateEmpty()) { in SkPath()
150 SkPath::SkPath(sk_sp<SkPathRef> pr, SkPathFillType ft, bool isVolatile, SkPathConvexity ct, in SkPath()
360 fPathRef.reset(SkPathRef::CreateEmpty()); in reset()
368 SkPathRef::Rewind(&fPathRef); in rewind()
532 SkPathRef::Editor ed(&fPathRef); in setPt()
544 SkPathRef::Editor ed(&fPathRef); in setLastPt()
610 SkPathRef::Editor(&fPathRef, inc, inc); in incReserve()
618 SkPathRef::Editor ed(&fPathRef); in moveTo()
653 SkPathRef::Editor ed(&fPathRef); in lineTo()
671 SkPathRef::Editor ed(&fPathRef); in quadTo()
701 SkPathRef::Editor ed(&fPathRef); in conicTo()
725 SkPathRef::Editor ed(&fPathRef); in cubicTo()
754 SkPathRef::Editor ed(&fPathRef); in close()
817 SkPathRef::Editor ed(&fPathRef, count+close, count); in addPoly()
976 SkPathRef::Editor ed(&fPathRef); in addRRect()
1070 SkPathRef::Editor ed(&fPathRef); in addOval()
1380 SkPathRef::Editor ed(&fPathRef); in addPath()
1618 SkPathRef::Editor ed(&dst->fPathRef); in transform()
1624 SkPathRef::CreateTransformedCopy(&dst->fPathRef, *fPathRef, matrix); in transform()
2301 ContourIter(const SkPathRef& pathRef);
2319 ContourIter::ContourIter(const SkPathRef& pathRef) { in ContourIter()
3390 return SkPath(sk_sp<SkPathRef>(new SkPathRef(SkTDArray<SkPoint>(pts, info.points), in Make()