Home | History | Annotate | Download | only in core

Lines Matching refs:SkPathRef

18 #include "SkPathRef.h"
156 : fPathRef(SkPathRef::CreateEmpty()) {
385 fPathRef.reset(SkPathRef::CreateEmpty());
393 SkPathRef::Rewind(&fPathRef);
728 SkPathRef::Editor ed(&fPathRef);
740 SkPathRef::Editor ed(&fPathRef);
773 SkPathRef::Editor(&fPathRef, inc, inc);
781 SkPathRef::Editor ed(&fPathRef);
817 SkPathRef::Editor ed(&fPathRef);
836 SkPathRef::Editor ed(&fPathRef);
867 SkPathRef::Editor ed(&fPathRef);
891 SkPathRef::Editor ed(&fPathRef);
921 SkPathRef::Editor ed(&fPathRef);
1071 SkPathRef::Editor ed(&fPathRef, count+close, count);
1225 SkPathRef::Editor ed(&fPathRef);
1237 const uint8_t* verbs = const_cast<const SkPathRef*>(fPathRef.get())->verbsMemBegin();
1319 SkPathRef::Editor ed(&fPathRef);
1608 SkPathRef::Editor(&fPathRef, src->countVerbs(), src->countPoints());
1724 SkPathRef::Editor ed(&fPathRef, src->countVerbs(), src->countPoints());
1848 SkPathRef::Editor ed(&dst->fPathRef);
1854 SkPathRef::CreateTransformedCopy(&dst->fPathRef, *fPathRef.get(), matrix);
2916 ContourIter(const SkPathRef& pathRef);
2934 ContourIter::ContourIter(const SkPathRef& pathRef) {