Lines Matching refs:fGeoCount
33 for (int i = 0; i < fGeoCount; ++i) {
146 for (int i = 0; i < fGeoCount; i++) {
229 int newGeoCount = that->fGeoCount + fGeoCount;
234 int currAllocSize = SkTMax<int>(kMinGeometryAllocated, GrNextPow2(fGeoCount));
240 memcpy(&fGeoData[fGeoCount], that->fGeoData.get(), that->fGeoCount * sizeof(Geometry));
244 for (int i = 0; i < that->fGeoCount; ++i) {
248 that->fGeoCount = 0;
249 fGeoCount = newGeoCount;