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

/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp387 size_t storageAllocated = this->storageAllocatedForRecording(); local
389 if (storageAllocated > fMaxRecordingStorageBytes) {
391 size_t tryFree = storageAllocated - fMaxRecordingStorageBytes;
399 storageAllocated = this->storageAllocatedForRecording();
403 storageAllocated != fPreviousStorageAllocated) {
404 fPreviousStorageAllocated = storageAllocated;
405 fNotificationClient->storageAllocatedForRecordingChanged(storageAllocated);
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp395 size_t storageAllocated = this->storageAllocatedForRecording(); local
397 if (storageAllocated > fMaxRecordingStorageBytes) {
399 size_t tryFree = storageAllocated - fMaxRecordingStorageBytes;
407 storageAllocated = this->storageAllocatedForRecording();
411 storageAllocated != fPreviousStorageAllocated) {
412 fPreviousStorageAllocated = storageAllocated;
413 fNotificationClient->storageAllocatedForRecordingChanged(storageAllocated);

Completed in 56 milliseconds