HomeSort by relevance Sort by last modified time
    Searched refs:finishContour (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 72 void close(bool isLine) { this->finishContour(true, isLine); }
75 this->finishContour(false, isLine);
96 void finishContour(bool close, bool isLine);
147 void SkPathStroker::finishContour(bool close, bool currIsLine) {
215 this->finishContour(false, false);
  /external/skia/src/core/
SkStroke.cpp 72 void close(bool isLine) { this->finishContour(true, isLine); }
75 this->finishContour(false, isLine);
96 void finishContour(bool close, bool isLine);
147 void SkPathStroker::finishContour(bool close, bool currIsLine) {
215 this->finishContour(false, false);

Completed in 2396 milliseconds