HomeSort by relevance Sort by last modified time
    Searched defs:fPathRef (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPathRef.h 46 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
51 SkPoint* points() { return fPathRef->getPoints(); }
52 const SkPoint* points() const { return fPathRef->points(); }
58 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
62 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
72 SkDEBUGCODE(fPathRef->validate();)
73 return fPathRef->growForVerb(verb, weight);
86 return fPathRef->growForRepeatedVerb(verb, numVbs, weights);
94 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount);
100 SkPathRef* pathRef() { return fPathRef; }
    [all...]
SkPath.h 62 bool unique() const { return fPathRef->unique(); }
175 bool isOval(SkRect* rect) const { return fPathRef->isOval(rect); }
186 bool isRRect(SkRRect* rrect) const { return fPathRef->isRRect(rrect); }
207 return 0 == fPathRef->countVerbs();
220 return fPathRef->isFinite();
319 return fPathRef->getBounds();
    [all...]

Completed in 332 milliseconds