Lines Matching defs:count
51 int numPts() const { return fPts.count(); }
52 int numIndices() const { return fIndices.count(); }
74 int numPts() const { return fPts.count(); }
90 return fPts.count() - 1;
97 return fPts.count() - 1;
107 if (fPts.count() > 1) {
134 int numPts() const { return fPts.count(); }
144 for (int i = 0; i < fPts.count(); ++i) {
204 void reservePts(int count) {
205 fPts.setReserve(count);
206 fCoverages.setReserve(count);
207 fMovable.setReserve(count);