Home
last modified time | relevance | path

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

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