Searched defs:countVerbs (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkPathRef.h224 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } function in class:SkPathRef
/external/skia/src/core/
H A DSkPath.cpp197 int count = fPathRef->countVerbs();
198 if (count != compare.fPathRef->countVerbs()) {
214 int verbCount = fPathRef->countVerbs();
215 if (verbCount != ending.fPathRef->countVerbs()) {
353 int verbCount = fPathRef->countVerbs();
361 int verbCount = fPathRef->countVerbs();
441 int verbCnt = fPathRef->countVerbs();
637 int SkPath::countVerbs() const { function in class:SkPath
638 return fPathRef->countVerbs();
654 int count = SkMin32(max, fPathRef->countVerbs());
[all...]

Completed in 164 milliseconds