Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAAConvexTessellator.cpp404 int lastPerpIdx = -1, firstPerpIdx = -1, newIdx0, newIdx1, newIdx2; in createOuterRing() local
422 newIdx1 = newIdx0; in createOuterRing()
424 newIdx1 = this->addPt(temp, -fTargetDepth, false); in createOuterRing()
433 if (duplicate_pt(temp, this->point(newIdx1))) { in createOuterRing()
434 newIdx2 = newIdx1; in createOuterRing()
450 this->addTri(cur, newIdx0, newIdx1); in createOuterRing()
451 this->addTri(cur, newIdx1, newIdx2); in createOuterRing()