Lines Matching refs:countPoints
244 int pointCount = fPathRef->countPoints();
245 if (pointCount != ending.fPathRef->countPoints()) {
389 SkASSERT(2 == fPathRef->countPoints());
466 int SkPath::countPoints() const {
467 return fPathRef->countPoints();
475 int count = std::min(max, fPathRef->countPoints());
477 return fPathRef->countPoints();
481 if ((unsigned)index < (unsigned)fPathRef->countPoints()) {
514 int count = fPathRef->countPoints();
530 int count = fPathRef->countPoints();
542 int count = fPathRef->countPoints();
623 fLastMoveToIndex = fPathRef->countPoints();
632 int count = fPathRef->countPoints();
823 fLastMoveToIndex = fPathRef->countPoints();
1011 int count = fPathRef->countPoints() - startPtIndex;
1387 fLastMoveToIndex = this->countPoints() + src->fLastMoveToIndex;
1391 matrix.mapPoints(newPts, src->fPathRef->points(), src->countPoints());
1627 matrix.mapPoints(ed.writablePoints(), ed.pathRef()->countPoints());
2016 for (int i = 0; i < this->countPoints(); ++i) {
2053 this->countPoints(), this->countVerbs(),
2080 if (fPathRef->countPoints() <= 1) {
2276 int pointCount = this->countPoints();
3862 const int count = path.fPathRef->countPoints();