Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp225 Ring* nextRing = this->getNextRing(currentRing); in createInsetRings() local
226 SkASSERT(nextRing != currentRing); in createInsetRings()
228 bool done = this->createInsetRing(*currentRing, nextRing, initialDepth, initialCoverage, in createInsetRings()
230 currentRing = nextRing; in createInsetRings()
501 int nextRing = (lastRing == &fRings[0]) ? 1 : 0;
502 fRings[nextRing].setReserve(fInitialRing.numPts());
503 fRings[nextRing].rewind();
504 return &fRings[nextRing];
517 SkScalar coverage, Ring* nextRing) {
553 nextRing
[all...]
H A DGrAAConvexTessellator.h240 Ring* nextRing);
245 bool createInsetRing(const Ring& lastRing, Ring* nextRing,

Completed in 4 milliseconds