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

  /external/chromium_org/third_party/skia/src/core/
SkPathRef.cpp 67 SkASSERT((*dst)->countVerbs() == src.countVerbs());
133 SkASSERT(verbCount == ref->countVerbs());
165 int oldVCnt = (*pathRef)->countVerbs();
SkPath.cpp 326 int verbCount = fPathRef->countVerbs();
405 int verbCnt = fPathRef->countVerbs();
594 int SkPath::countVerbs() const {
595 return fPathRef->countVerbs();
611 int count = SkMin32(max, fPathRef->countVerbs());
613 return fPathRef->countVerbs();
685 if (fPathRef->countVerbs() == 0) {
793 int count = fPathRef->countVerbs();
    [all...]
  /external/skia/src/core/
SkPathRef.cpp 67 SkASSERT((*dst)->countVerbs() == src.countVerbs());
133 SkASSERT(verbCount == ref->countVerbs());
165 int oldVCnt = (*pathRef)->countVerbs();
SkPath.cpp 326 int verbCount = fPathRef->countVerbs();
405 int verbCnt = fPathRef->countVerbs();
594 int SkPath::countVerbs() const {
595 return fPathRef->countVerbs();
611 int count = SkMin32(max, fPathRef->countVerbs());
613 return fPathRef->countVerbs();
685 if (fPathRef->countVerbs() == 0) {
793 int count = fPathRef->countVerbs();
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPath.cpp 97 int verbCnt = fSkPath.countVerbs();
  /external/skia/src/gpu/gl/
GrGLPath.cpp 97 int verbCnt = fSkPath.countVerbs();
  /external/chromium_org/third_party/skia/include/core/
SkPath.h 175 return 0 == fPathRef->countVerbs();
254 int countVerbs() const;
    [all...]
SkPathRef.h 199 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; }
  /external/skia/include/core/
SkPath.h 175 return 0 == fPathRef->countVerbs();
254 int countVerbs() const;
    [all...]
SkPathRef.h 199 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; }
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkObjectParser.cpp 135 mPath->appendS32(path.countVerbs());
  /external/skia/src/utils/debugger/
SkObjectParser.cpp 135 mPath->appendS32(path.countVerbs());
  /external/chromium_org/third_party/skia/tests/
PathTest.cpp     [all...]
  /external/skia/tests/
PathTest.cpp     [all...]
  /frameworks/base/core/jni/android/graphics/
Path.cpp 443 int numVerbs = path->countVerbs();

Completed in 472 milliseconds