Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrAAConvexTessellator.h82 bool needsToBeNew(int index) const { return fPts[index].fNeedsToBeNew; } in needsToBeNew()
89 pt->fNeedsToBeNew = needsToBeNew; in addNewPt()
96 fPts.top().fNeedsToBeNew = true; in fuseWithPrior()
102 fPts[0].fNeedsToBeNew = true; in fuseWithNext()
112 fPts[0].fNeedsToBeNew = true; in fuseWithBoth()
121 bool fNeedsToBeNew; member
/external/skia/src/gpu/ops/
DGrAAConvexTessellator.h82 bool needsToBeNew(int index) const { return fPts[index].fNeedsToBeNew; } in needsToBeNew()
89 pt->fNeedsToBeNew = needsToBeNew; in addNewPt()
96 fPts.top().fNeedsToBeNew = true; in fuseWithPrior()
102 fPts[0].fNeedsToBeNew = true; in fuseWithNext()
112 fPts[0].fNeedsToBeNew = true; in fuseWithBoth()
121 bool fNeedsToBeNew; member