Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
H A DSkShadowTessellator.cpp640 int nextPenumbra = (currPenumbra + 1) % penumbraPolygon.count(); in stitchConcaveRings() local
642 while ((*penumbraIndices)[nextPenumbra] <= maxPenumbraIndex || in stitchConcaveRings()
645 if ((*umbraIndices)[nextUmbra] == (*penumbraIndices)[nextPenumbra]) { in stitchConcaveRings()
647 fPositions.push_back(penumbraPolygon[nextPenumbra]); in stitchConcaveRings()
661 currPenumbra = nextPenumbra; in stitchConcaveRings()
662 nextPenumbra = (currPenumbra + 1) % penumbraPolygon.count(); in stitchConcaveRings()
670 while ((*penumbraIndices)[nextPenumbra] < (*umbraIndices)[nextUmbra] && in stitchConcaveRings()
671 (*penumbraIndices)[nextPenumbra] <= maxPenumbraIndex) { in stitchConcaveRings()
673 fPositions.push_back(penumbraPolygon[nextPenumbra]); in stitchConcaveRings()
682 currPenumbra = nextPenumbra; in stitchConcaveRings()
[all...]

Completed in 2 milliseconds