Home | History | Annotate | Download | only in core

Lines Matching defs:fPathRef

154     bool isOval(SkRect* rect) const { return fPathRef->isOval(rect); }
175 return 0 == fPathRef->countVerbs();
184 return fPathRef->isFinite();
274 return fPathRef->getBounds();
781 uint32_t getSegmentMasks() const { return fPathRef->getSegmentMasks(); }
950 SkAutoTUnref<SkPathRef> fPathRef;
960 /** Resets all fields other than fPathRef to their initial 'empty' values.
961 * Assumes the caller has already emptied fPathRef.
966 /** Sets all fields other than fPathRef to the values in 'that'.
967 * Assumes the caller has already set fPathRef.
1002 return fPathRef->hasComputedBounds();
1008 SkPathRef::Editor ed(&fPathRef);