Lines Matching defs:fPtsIdx
56 this->advance(); // Resets fPtsIdx to 0 and advances fPoints.
57 fPtsIdx = 1; // Increment fPtsIdx past the kMove.
60 if (fPoints[0] != fPoints[fPtsIdx - 1]) {
69 ++fPtsIdx;
75 fPtsIdx += 2;
78 fPtsIdx += 3;
81 fMidpoint += fPoints[fPtsIdx - 1];
85 if (hasGeometry && fPoints[0] != fPoints[fPtsIdx - 1]) {
105 fPoints += fPtsIdx;
106 fPtsIdx = 0;
118 int fPtsIdx = 0;