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

  /external/skia/src/core/
SkPathPriv.h 59 int verbCount = path.countVerbs();
SkPath.cpp 205 int count = fPathRef->countVerbs();
206 if (count != compare.fPathRef->countVerbs()) {
222 int verbCount = fPathRef->countVerbs();
223 if (verbCount != ending.fPathRef->countVerbs()) {
361 int verbCount = fPathRef->countVerbs();
369 int verbCount = fPathRef->countVerbs();
449 int verbCnt = fPathRef->countVerbs();
645 int SkPath::countVerbs() const {
646 return fPathRef->countVerbs();
662 int count = SkMin32(max, fPathRef->countVerbs());
    [all...]
SkPathRef.cpp 139 SkASSERT((*dst)->countVerbs() == src.countVerbs());
257 SkASSERT(verbCount == ref->countVerbs());
271 if (!deduce_pts_conics(ref->verbsMemBegin(), ref->countVerbs(), &pCount, &cCount) ||
308 int oldVCnt = (*pathRef)->countVerbs();
  /external/skia/tests/
ParsePathTest.cpp 127 REPORTER_ASSERT(r, path.countVerbs() == gTests[i].fVerbs);
PathTest.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLPath.cpp 102 int verbCnt = skPath.countVerbs();
224 int verbCnt = skPath.countVerbs();
  /external/skia/src/pathops/
SkOpBuilder.cpp 18 int verbCount = path.countVerbs();
  /external/skia/experimental/SimpleCocoaApp/
SimpleApp.mm 162 int verbs = path.countVerbs();
  /external/skia/include/core/
SkPath.h 237 return 0 == fPathRef->countVerbs();
327 int countVerbs() const;
    [all...]
SkPathRef.h 248 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; }
  /external/skia/src/gpu/
GrShape.cpp 77 const int verbCnt = path.countVerbs();
95 const int verbCnt = path.countVerbs();
  /external/skia/src/gpu/ops/
GrTessellatingPathRenderer.cpp 149 if (path.countVerbs() > 10) {
  /external/skia/tools/debugger/
SkObjectParser.cpp 176 mPath->appendS32(path.countVerbs());
  /external/skia/samplecode/
SamplePathFuzz.cpp 600 int verbCount = path.countVerbs();
SampleAAGeometry.cpp 1094 && (fActiveVerb != 1 || counter != fPath.countVerbs())) {
    [all...]
  /frameworks/base/core/jni/android/graphics/
Path.cpp 430 int numVerbs = path->countVerbs();

Completed in 768 milliseconds