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