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

  /external/skia/src/core/
SkPathRef.cpp 69 SkASSERT((*dst)->countVerbs() == src.countVerbs());
135 SkASSERT(verbCount == ref->countVerbs());
167 int oldVCnt = (*pathRef)->countVerbs();
SkPath.cpp 318 int verbCount = fPathRef->countVerbs();
398 int verbCnt = fPathRef->countVerbs();
594 int SkPath::countVerbs() const {
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();
    [all...]
  /external/skia/include/core/
SkPath.h 179 return 0 == fPathRef->countVerbs();
265 int countVerbs() const;
    [all...]
SkPathRef.h 199 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; }
  /external/skia/src/gpu/gl/
GrGLPath.cpp 96 int verbCnt = skPath.countVerbs();
  /external/skia/src/utils/debugger/
SkObjectParser.cpp 135 mPath->appendS32(path.countVerbs());
  /external/skia/samplecode/
SamplePathFuzz.cpp 599 int verbCount = path.countVerbs();
  /external/skia/tests/
PathTest.cpp     [all...]
  /frameworks/base/core/jni/android/graphics/
Path.cpp 441 int numVerbs = path->countVerbs();

Completed in 308 milliseconds