Home
last modified time | relevance | path

Searched refs:needsToBeNew (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrAAConvexTessellator.h82 bool needsToBeNew(int index) const { return fPts[index].fNeedsToBeNew; } in needsToBeNew() function
84 int addNewPt(const SkPoint& newPt, int originatingIdx, int origEdge, bool needsToBeNew) { in addNewPt() argument
89 pt->fNeedsToBeNew = needsToBeNew; in addNewPt()
DGrAAConvexTessellator.cpp800 if (fCandidateVerts.needsToBeNew(i) || forceNew) { in createInsetRing()