OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:finishcontour
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkStroke.cpp
81
void close(bool isLine) { this->
finishContour
(true, isLine); }
84
this->
finishContour
(false, isLine);
105
void
finishContour
(bool close, bool isLine);
156
void SkPathStroker::
finishContour
(bool close, bool currIsLine) {
224
this->
finishContour
(false, false);
/external/skia/src/core/
SkStroke.cpp
81
void close(bool isLine) { this->
finishContour
(true, isLine); }
84
this->
finishContour
(false, isLine);
105
void
finishContour
(bool close, bool isLine);
156
void SkPathStroker::
finishContour
(bool close, bool currIsLine) {
224
this->
finishContour
(false, false);
Completed in 388 milliseconds