Lines Matching refs:fNextIndex
527 uint16_t fNextIndex;
1090 newVertex.fNextIndex = (i + 1) % polygonSize;
1095 if (left(polygon[newVertex.fNextIndex], polygon[i])) {
1112 if (!sweepLine.insert(v.fPosition, polygon[v.fNextIndex], v.fIndex, v.fNextIndex)) {
1120 if (!sweepLine.remove(polygon[v.fNextIndex], v.fPosition, v.fNextIndex, v.fIndex)) {
1126 if (!sweepLine.replace(polygon[v.fPrevIndex], v.fPosition, polygon[v.fNextIndex],
1127 v.fPrevIndex, v.fIndex, v.fNextIndex)) {
1132 if (!sweepLine.replace(polygon[v.fNextIndex], v.fPosition, polygon[v.fPrevIndex],
1133 v.fNextIndex, v.fIndex, v.fPrevIndex)) {
1451 uint16_t fNextIndex;
1592 SkVector v1 = polygonVerts[p->fNextIndex] - p->fPosition;
1636 triangulationVertices[currIndex].fNextIndex = nextIndex;
1697 p2 = &triangulationVertices[earVertex->fNextIndex];
1726 p0->fNextIndex = earVertex->fNextIndex;