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

/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp266 size_t fMaxRecordingStorageBytes; member in class:SkDeferredDevice
271 fMaxRecordingStorageBytes = kDefaultMaxRecordingStorageBytes;
290 fMaxRecordingStorageBytes = kDefaultMaxRecordingStorageBytes;
302 fMaxRecordingStorageBytes = maxStorage;
389 if (storageAllocated > fMaxRecordingStorageBytes) {
391 size_t tryFree = storageAllocated - fMaxRecordingStorageBytes;
395 // Free as much as possible to avoid oscillating around fMaxRecordingStorageBytes
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp264 size_t fMaxRecordingStorageBytes; member in class:SkDeferredDevice
270 fMaxRecordingStorageBytes = kDefaultMaxRecordingStorageBytes;
290 fMaxRecordingStorageBytes = kDefaultMaxRecordingStorageBytes;
302 fMaxRecordingStorageBytes = maxStorage;
397 if (storageAllocated > fMaxRecordingStorageBytes) {
399 size_t tryFree = storageAllocated - fMaxRecordingStorageBytes;
403 // Free as much as possible to avoid oscillating around fMaxRecordingStorageBytes

Completed in 75 milliseconds