Lines Matching refs:fPathRef
93 ~Editor() { SkDEBUGCODE(fPathRef->fEditorsAttached--;) }
98 SkPoint* writablePoints() { return fPathRef->getWritablePoints(); }
99 const SkPoint* points() const { return fPathRef->points(); }
104 SkPoint* atPoint(int i) { return fPathRef->getWritablePoints() + i; }
105 const SkPoint* atPoint(int i) const { return &fPathRef->fPoints[i]; }
113 SkDEBUGCODE(fPathRef->validate();)
114 return fPathRef->growForVerb(verb, weight);
127 return fPathRef->growForRepeatedVerb(verb, numVbs, weights);
138 return fPathRef->growForVerbsInPath(path);
146 fPathRef->resetToSize(newVerbCnt, newPointCnt, newConicCount);
152 SkPathRef* pathRef() { return fPathRef; }
155 fPathRef->setIsOval(isOval, isCCW, start);
159 fPathRef->setIsRRect(isRRect, isCCW, start);
162 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); }
165 SkPathRef* fPathRef;