HomeSort by relevance Sort by last modified time
    Searched refs:fGeoCount (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/ops/
GrAtlasTextOp.cpp 35 for (int i = 0; i < fGeoCount; ++i) {
129 for (int i = 0; i < fGeoCount; i++) {
195 int newGeoCount = that->fGeoCount + fGeoCount;
200 int currAllocSize = SkTMax<int>(kMinGeometryAllocated, GrNextPow2(fGeoCount));
208 memcpy(&fGeoData[fGeoCount], that->fGeoData.get(), that->fGeoCount * sizeof(Geometry));
210 for (int i = 0; i < that->fGeoCount; ++i) {
214 that->fGeoCount = 0;
215 fGeoCount = newGeoCount
    [all...]
GrAtlasTextOp.h 21 for (int i = 0; i < fGeoCount; i++) {
57 op->fGeoCount = 1;
77 op->fGeoCount = 1;
163 int fGeoCount;

Completed in 40 milliseconds