Searched refs:countVerbs (Results 1 – 12 of 12) sorted by relevance
197 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 SkPath638 return fPathRef->countVerbs(); in countVerbs()654 int count = SkMin32(max, fPathRef->countVerbs()); in getVerbs()[all …]
59 int verbCount = path.countVerbs(); in IsClosedSingleContour()
82 SkASSERT((*dst)->countVerbs() == src.countVerbs()); in CreateTransformedCopy()157 SkASSERT(verbCount == ref->countVerbs()); in CreateFromBuffer()192 int oldVCnt = (*pathRef)->countVerbs(); in Rewind()
94 int verbCnt = skPath.countVerbs(); in init_path_object_for_general_path()214 int verbCnt = skPath.countVerbs(); in InitPathObjectPathData()
16 int verbCount = path.countVerbs(); in one_contour()
67 const int verbCnt = path.countVerbs(); in compute_key_for_simple_path()
207 return 0 == fPathRef->countVerbs(); in isEmpty()297 int countVerbs() const;
224 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } in countVerbs() function
176 mPath->appendS32(path.countVerbs()); in PathToString()
162 int verbs = path.countVerbs();
600 int verbCount = path.countVerbs(); in contains_only_moveTo()
3163 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()