Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds