Searched refs:fCurrContourFirstPtIdx (Results 1 – 2 of 2) sorted by relevance
89 fCurrContourFirstPtIdx = -1; in beginPath()97 fCurrContourFirstPtIdx = fPoints.count(); in moveTo()513 SkASSERT(fPoints.count() > fCurrContourFirstPtIdx); in closeContour()514 if (fPoints.back() != fPoints[fCurrContourFirstPtIdx]) { in closeContour()516 this->lineTo(fCurrStrokeJoinVerb, fPoints[fCurrContourFirstPtIdx]); in closeContour()577 fPoints.push_back(fPoints[fCurrContourFirstPtIdx]); in recordCapsIfAny()
138 int fCurrContourFirstPtIdx; variable