Lines Matching refs:fPathRef
68 bool unique() const { return fPathRef->unique(); } in unique()
186 bool result = fPathRef->isOval(rect, &isCCW, start);
208 bool result = fPathRef->isRRect(rrect, &isCCW, start);
234 return 0 == fPathRef->countVerbs(); in isEmpty()
247 return fPathRef->isFinite(); in isFinite()
346 return fPathRef->getBounds(); in getBounds()
951 uint32_t getSegmentMasks() const { return fPathRef->getSegmentMasks(); } in getSegmentMasks()
1047 fRawIter.setPathRef(*path.fPathRef.get()); in setPath()
1116 SkDEBUGCODE(void experimentalValidateRef() const { fPathRef->validate(); } )
1136 sk_sp<SkPathRef> fPathRef; variable
1188 return fPathRef->hasComputedBounds(); in hasComputedBounds()
1194 SkPathRef::Editor ed(&fPathRef); in setBounds()