Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp73 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 SkPathStroker
204 this->finishContour(false, false); in moveTo()