Searched refs:kMinAllocated (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrAtlasTextContext.cpp1732 static const int kMinAllocated = 32; member in class:BitmapTextBatch
1736 SkAutoSTMalloc<kMinAllocated, Geometry>* geoData() { return &fGeoData; }
1768 fAllocatedCount = kMinAllocated;
1786 fAllocatedCount = kMinAllocated;
1939 SkAutoSTMalloc<kMinAllocated, Geometry>* otherGeoData = that->geoData();
2028 SkAutoSTMalloc<kMinAllocated, Geometry> fGeoData;

Completed in 55 milliseconds