Home
last modified time | relevance | path

Searched refs:finishContour (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkStroke.cpp133 void close(bool isLine) { this->finishContour(true, isLine); } in close()
136 this->finishContour(false, isLine); in done()
235 void finishContour(bool close, bool isLine);
288 void SkPathStroker::finishContour(bool close, bool currIsLine) { in finishContour() function in SkPathStroker
364 this->finishContour(false, false); in moveTo()