Lines Matching refs:SkPathRef
128 : fPathRef(SkPathRef::CreateEmpty()) { in SkPath()
341 fPathRef.reset(SkPathRef::CreateEmpty()); in reset()
348 SkPathRef::Rewind(&fPathRef); in rewind()
682 SkPathRef::Editor ed(&fPathRef); in setPt()
694 SkPathRef::Editor ed(&fPathRef); in setLastPt()
716 SkPathRef::Editor(&fPathRef, inc, inc); in incReserve()
723 SkPathRef::Editor ed(&fPathRef); in moveTo()
758 SkPathRef::Editor ed(&fPathRef); in lineTo()
776 SkPathRef::Editor ed(&fPathRef); in quadTo()
806 SkPathRef::Editor ed(&fPathRef); in conicTo()
829 SkPathRef::Editor ed(&fPathRef); in cubicTo()
858 SkPathRef::Editor ed(&fPathRef); in close()
1006 SkPathRef::Editor ed(&fPathRef, count+close, count); in addPoly()
1163 SkPathRef::Editor ed(&fPathRef); in addRRect()
1174 const uint8_t* verbs = const_cast<const SkPathRef*>(fPathRef.get())->verbsMemBegin(); in hasOnlyMoveTos()
1260 SkPathRef::Editor ed(&fPathRef); in addOval()
1480 SkPathRef::Editor(&fPathRef, path.countVerbs(), path.countPoints()); in addPath()
1550 SkPathRef::Editor(&fPathRef, vcount, path.countPoints()); in reversePathTo()
1591 SkPathRef::Editor ed(&fPathRef, src.fPathRef->countPoints(), src.fPathRef->countVerbs()); in reverseAddPath()
1707 SkPathRef::Editor ed(&dst->fPathRef); in transform()
1711 SkPathRef::CreateTransformedCopy(&dst->fPathRef, *fPathRef.get(), matrix); in transform()
2052 SkPathRef* pathRef = SkPathRef::CreateFromBuffer(&buffer); in readFromMemory()
2474 ContourIter(const SkPathRef& pathRef);
2492 ContourIter::ContourIter(const SkPathRef& pathRef) { in ContourIter()