Searched refs:countVerbs (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/core/
H A DSkPathPriv.h59 int verbCount = path.countVerbs();
H A DSkPathRef.cpp82 SkASSERT((*dst)->countVerbs() == src.countVerbs());
157 SkASSERT(verbCount == ref->countVerbs());
192 int oldVCnt = (*pathRef)->countVerbs();
H A DSkPath.cpp197 int count = fPathRef->countVerbs();
198 if (count != compare.fPathRef->countVerbs()) {
214 int verbCount = fPathRef->countVerbs();
215 if (verbCount != ending.fPathRef->countVerbs()) {
353 int verbCount = fPathRef->countVerbs();
361 int verbCount = fPathRef->countVerbs();
441 int verbCnt = fPathRef->countVerbs();
637 int SkPath::countVerbs() const { function in class:SkPath
638 return fPathRef->countVerbs();
654 int count = SkMin32(max, fPathRef->countVerbs());
[all...]
/external/skia/src/pathops/
H A DSkOpBuilder.cpp16 int verbCount = path.countVerbs();
/external/skia/src/gpu/gl/
H A DGrGLPath.cpp94 int verbCnt = skPath.countVerbs();
214 int verbCnt = skPath.countVerbs();
/external/skia/src/gpu/
H A DGrPath.cpp67 const int verbCnt = path.countVerbs();
/external/skia/experimental/SimpleCocoaApp/
H A DSimpleApp.mm162 int verbs = path.countVerbs();
/external/skia/include/core/
H A DSkPath.h207 return 0 == fPathRef->countVerbs();
297 int countVerbs() const;
H A DSkPathRef.h224 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } function in class:SkPathRef
/external/skia/tools/debugger/
H A DSkObjectParser.cpp176 mPath->appendS32(path.countVerbs());
/external/skia/samplecode/
H A DSamplePathFuzz.cpp600 int verbCount = path.countVerbs();
/external/skia/tests/
H A DPathTest.cpp3163 REPORTER_ASSERT(reporter, 0 == p.countVerbs());
3695 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs());
3706 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs());
3717 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs());
3729 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs());
3742 REPORTER_ASSERT(reporter, kRepeatCnt == pathRef->countVerbs());

Completed in 940 milliseconds