Searched refs:needsToBeNew (Results 1 – 2 of 2) sorted by relevance
82 bool needsToBeNew(int index) const { return fPts[index].fNeedsToBeNew; } in needsToBeNew() function84 int addNewPt(const SkPoint& newPt, int originatingIdx, int origEdge, bool needsToBeNew) { in addNewPt() argument89 pt->fNeedsToBeNew = needsToBeNew; in addNewPt()
800 if (fCandidateVerts.needsToBeNew(i) || forceNew) { in createInsetRing()