Searched defs:countVerbs (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/include/core/ | ||
H A D | SkPathBuilder.h | 247 int countVerbs() const { return fVerbs.count(); } in countVerbs() function in SkPathBuilder |
/third_party/skia/samplecode/ | ||
H A D | SampleSimpleStroker.cpp | 60 int countVerbs() const { return fVerbs.size(); } in countVerbs() function in __anon18654::PathRecorder |
/third_party/skia/include/private/ | ||
H A D | SkPathRef.h | 301 int countVerbs() const { return fVerbs.count(); } in countVerbs() function in final |
/third_party/skia/src/core/ | ||
H A D | SkPath.cpp | 487 int SkPath::countVerbs() const { in countVerbs() function in SkPath [all...] |
Completed in 7 milliseconds