Home | History | Annotate | Download | only in core

Lines Matching refs:SkPathRef

14 #include "SkPathRef.h"
129 : fPathRef(SkPathRef::CreateEmpty())
314 fPathRef.reset(SkPathRef::CreateEmpty());
321 SkPathRef::Rewind(&fPathRef);
599 SkPathRef::Editor ed(&fPathRef);
621 SkPathRef::Editor(&fPathRef, inc, inc);
628 SkPathRef::Editor ed(&fPathRef);
661 SkPathRef::Editor ed(&fPathRef);
679 SkPathRef::Editor ed(&fPathRef);
709 SkPathRef::Editor ed(&fPathRef);
732 SkPathRef::Editor ed(&fPathRef);
761 SkPathRef::Editor ed(&fPathRef);
826 SkPathRef::Editor ed(&fPathRef, count+close, count);
1085 const uint8_t* verbs = const_cast<const SkPathRef*>(fPathRef.get())->verbsMemBegin();
1270 SkPathRef::Editor ed(&fPathRef);
1323 SkPathRef::Editor ed(&fPathRef, 1+(count-1)/2, count);
1414 SkPathRef::Editor(&fPathRef, path.countVerbs(), path.countPoints());
1478 SkPathRef::Editor(&fPathRef, vcount, path.countPoints());
1519 SkPathRef::Editor ed(&fPathRef, src.fPathRef->countPoints(), src.fPathRef->countVerbs());
1648 SkPathRef::Editor ed(&dst->fPathRef);
1652 SkPathRef::CreateTransformedCopy(&dst->fPathRef, *fPathRef.get(), matrix);
2058 SkPathRef* pathRef = SkPathRef::CreateFromBuffer(&buffer
2358 ContourIter(const SkPathRef& pathRef);
2376 ContourIter::ContourIter(const SkPathRef& pathRef) {