Searched defs:fPathRef (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkPathRef.h47 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
52 SkPoint* points() { return fPathRef->getPoints(); }
53 const SkPoint* points() const { return fPathRef->points(); }
59 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
63 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
73 SkDEBUGCODE(fPathRef->validate();)
74 return fPathRef->growForVerb(verb, weight);
87 return fPathRef->growForRepeatedVerb(verb, numVbs, weights);
95 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount);
101 SkPathRef* pathRef() { return fPathRef; }
108 SkPathRef* fPathRef; member in class:SkPathRef::Editor
[all...]
H A DSkPath.h45 bool unique() const { return fPathRef->unique(); }
158 bool isOval(SkRect* rect) const { return fPathRef->isOval(rect); }
179 return 0 == fPathRef->countVerbs();
188 return fPathRef->isFinite();
286 return fPathRef->getBounds();
813 uint32_t getSegmentMasks() const { return fPathRef->getSegmentMasks(); }
961 SkDEBUGCODE(void experimentalValidateRef() const { fPathRef->validate(); } )
975 SkAutoTUnref<SkPathRef> fPathRef; member in class:SkPath
983 /** Resets all fields other than fPathRef to their initial 'empty' values.
984 * Assumes the caller has already emptied fPathRef
[all...]

Completed in 76 milliseconds