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

/external/skia/include/core/
H A DSkPathRef.h199 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } function in class:SkPathRef
/external/skia/src/core/
H A DSkPath.cpp318 int verbCount = fPathRef->countVerbs();
398 int verbCnt = fPathRef->countVerbs();
594 int SkPath::countVerbs() const { function in class:SkPath
595 return fPathRef->countVerbs();
611 int count = SkMin32(max, fPathRef->countVerbs());
613 return fPathRef->countVerbs();
699 if (fPathRef->countVerbs() == 0) {
807 int count = fPathRef->countVerbs();
1038 int count = fPathRef->countVerbs();
1131 if (fPathRef->countVerbs()
[all...]

Completed in 106 milliseconds