Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp507 int lastPerpIdx = -1, firstPerpIdx = -1; in createOuterRing() local
621 SkASSERT(-1 == lastPerpIdx); in createOuterRing()
626 this->addTri(prevIdx, lastPerpIdx, perp1Idx); in createOuterRing()
631 lastPerpIdx = perp2Idx; in createOuterRing()
638 this->addTri(lastIdx, lastPerpIdx, firstPerpIdx); in createOuterRing()
/external/skqp/src/gpu/ops/
DGrAAConvexTessellator.cpp507 int lastPerpIdx = -1, firstPerpIdx = -1; in createOuterRing() local
621 SkASSERT(-1 == lastPerpIdx); in createOuterRing()
626 this->addTri(prevIdx, lastPerpIdx, perp1Idx); in createOuterRing()
631 lastPerpIdx = perp2Idx; in createOuterRing()
638 this->addTri(lastIdx, lastPerpIdx, firstPerpIdx); in createOuterRing()