Lines Matching refs:fVerbs
20 fVerbs.push_back(Verb::kBeginPath); in beginPath()
27 fCurrContourTallies = {fVerbs.count(), 0, 0, 0, 0}; in beginContour()
30 fVerbs.push_back(Verb::kBeginContour); in beginContour()
50 fVerbs.push_back(Verb::kLineTo); in appendLine()
203 fVerbs.push_back(Verb::kMonotonicQuadraticTo); in appendMonotonicQuadratic()
624 fVerbs.push_back(Verb::kMonotonicCubicTo); in appendCubics()
780 fVerbs.push_back(Verb::kMonotonicConicTo); in appendMonotonicConic()
786 SkASSERT(fVerbs.count() >= fCurrContourTallies.fTriangles); in endContour()
790 int fanSize = fVerbs.count() - fCurrContourTallies.fTriangles; in endContour()
793 fVerbs.push_back(Verb::kEndClosedContour); in endContour()
795 fVerbs.push_back(Verb::kEndOpenContour); in endContour()