Searched refs:finishContour (Results 1 – 1 of 1) sorted by relevance
73 void close(bool isLine) { this->finishContour(true, isLine); } in close()76 this->finishContour(false, isLine); in done()97 void finishContour(bool close, bool isLine);148 void SkPathStroker::finishContour(bool close, bool currIsLine) { in finishContour() function in SkPathStroker204 this->finishContour(false, false); in moveTo()