HomeSort by relevance Sort by last modified time
    Searched defs:countVerbs (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPathRef.h 168 SkASSERT(verbCount == ref->countVerbs());
192 int oldVCnt = (*pathRef)->countVerbs();
213 int countVerbs() const { this->validate(); return fVerbCnt; }
SkPath.cpp 383 return 0 == fPathRef->countVerbs();
387 int verbCount = fPathRef->countVerbs();
452 int verbCnt = fPathRef->countVerbs();
615 int SkPath::countVerbs() const {
616 return fPathRef->countVerbs();
632 int count = SkMin32(max, fPathRef->countVerbs());
634 return fPathRef->countVerbs();
727 if (fPathRef->countVerbs() == 0) {
843 int count = fPathRef->countVerbs();
1021 int count = fPathRef->countVerbs();
    [all...]
  /external/skia/src/core/
SkPathRef.h 168 SkASSERT(verbCount == ref->countVerbs());
192 int oldVCnt = (*pathRef)->countVerbs();
213 int countVerbs() const { this->validate(); return fVerbCnt; }
SkPath.cpp 383 return 0 == fPathRef->countVerbs();
387 int verbCount = fPathRef->countVerbs();
452 int verbCnt = fPathRef->countVerbs();
615 int SkPath::countVerbs() const {
616 return fPathRef->countVerbs();
632 int count = SkMin32(max, fPathRef->countVerbs());
634 return fPathRef->countVerbs();
727 if (fPathRef->countVerbs() == 0) {
843 int count = fPathRef->countVerbs();
1021 int count = fPathRef->countVerbs();
    [all...]

Completed in 342 milliseconds