Lines Matching refs:fPathRef
290 return 0 == fPathRef->countVerbs();
311 return fPathRef->isFinite();
486 return fPathRef->getBounds();
1412 uint32_t getSegmentMasks() const { return fPathRef->getSegmentMasks(); }
1769 bool isValid() const { return this->isValidImpl() && fPathRef->isValid(); }
1775 sk_sp<SkPathRef> fPathRef;
1782 /** Resets all fields other than fPathRef to their initial 'empty' values.
1783 * Assumes the caller has already emptied fPathRef.
1788 /** Sets all fields other than fPathRef to the values in 'that'.
1789 * Assumes the caller has already set fPathRef.
1825 SkDEBUGCODE(void validateRef() const { fPathRef->validate(); } )
1835 return fPathRef->hasComputedBounds();
1841 SkPathRef::Editor ed(&fPathRef);