Lines Matching refs:fPrevIndex
526 uint16_t fPrevIndex; // indices for previous and next vertex in unsorted polygon
1089 newVertex.fPrevIndex = (i - 1 + polygonSize) % polygonSize;
1092 if (left(polygon[newVertex.fPrevIndex], polygon[i])) {
1109 if (!sweepLine.insert(v.fPosition, polygon[v.fPrevIndex], v.fIndex, v.fPrevIndex)) {
1117 if (!sweepLine.remove(polygon[v.fPrevIndex], v.fPosition, v.fPrevIndex, 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)) {
1450 uint16_t fPrevIndex;
1591 SkVector v0 = p->fPosition - polygonVerts[p->fPrevIndex];
1635 triangulationVertices[currIndex].fPrevIndex = prevIndex;
1696 p0 = &triangulationVertices[earVertex->fPrevIndex];
1729 p2->fPrevIndex = earVertex->fPrevIndex;