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

/external/chromium_org/third_party/skia/include/core/
H A DSkPathRef.h203 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } function in class:SkPathRef
/external/skia/include/core/
H A DSkPathRef.h203 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } function in class:SkPathRef
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp326 int verbCount = fPathRef->countVerbs();
391 int verbCnt = fPathRef->countVerbs();
554 int SkPath::countVerbs() const { function in class:SkPath
555 return fPathRef->countVerbs();
571 int count = SkMin32(max, fPathRef->countVerbs());
573 return fPathRef->countVerbs();
645 if (fPathRef->countVerbs() == 0) {
753 int count = fPathRef->countVerbs();
1084 int count = fPathRef->countVerbs();
1293 if (fPathRef->countVerbs()
[all...]
/external/skia/src/core/
H A DSkPath.cpp326 int verbCount = fPathRef->countVerbs();
391 int verbCnt = fPathRef->countVerbs();
554 int SkPath::countVerbs() const { function in class:SkPath
555 return fPathRef->countVerbs();
571 int count = SkMin32(max, fPathRef->countVerbs());
573 return fPathRef->countVerbs();
645 if (fPathRef->countVerbs() == 0) {
753 int count = fPathRef->countVerbs();
1084 int count = fPathRef->countVerbs();
1293 if (fPathRef->countVerbs()
[all...]

Completed in 211 milliseconds