Lines Matching refs:countPoints
242 int pointCount = fPathRef->countPoints(); in interpolate()
243 if (pointCount != ending.fPathRef->countPoints()) { in interpolate()
387 SkASSERT(2 == fPathRef->countPoints()); in isLine()
464 int SkPath::countPoints() const { in countPoints() function in SkPath
465 return fPathRef->countPoints(); in countPoints()
473 int count = std::min(max, fPathRef->countPoints()); in getPoints()
475 return fPathRef->countPoints(); in getPoints()
479 if ((unsigned)index < (unsigned)fPathRef->countPoints()) { in getPoint()
512 int count = fPathRef->countPoints(); in getLastPt()
528 int count = fPathRef->countPoints(); in setPt()
540 int count = fPathRef->countPoints(); in setLastPt()
621 fLastMoveToIndex = fPathRef->countPoints(); in moveTo()
814 fLastMoveToIndex = fPathRef->countPoints(); in addPoly()
1002 int count = fPathRef->countPoints() - startPtIndex; in isZeroLengthSincePoint()
1378 fLastMoveToIndex = this->countPoints() + src->fLastMoveToIndex; in addPath()
1382 matrix.mapPoints(newPts, src->fPathRef->points(), src->countPoints()); in addPath()
1619 matrix.mapPoints(ed.writablePoints(), ed.pathRef()->countPoints()); in transform()
1962 for (int i = 0; i < this->countPoints(); ++i) { in dumpArrays()
1999 this->countPoints(), this->countVerbs(), in dumpArrays()
2026 if (fPathRef->countPoints() <= 1) { in isValidImpl()
2221 int pointCount = this->countPoints(); in computeConvexity()
3796 const int count = path.fPathRef->countPoints(); in IsAxisAligned()