Home | History | Annotate | Download | only in utils

Lines Matching refs:storageAllocatedForRecording

72     size_t storageAllocatedForRecording() const { return fAllocator.totalCapacity(); }
154 size_t storageAllocatedForRecording() const;
373 fPreviousStorageAllocated = storageAllocatedForRecording();
383 fPreviousStorageAllocated = storageAllocatedForRecording();
395 size_t DeferredDevice::storageAllocatedForRecording() const {
396 return (fPipeController.storageAllocatedForRecording()
397 + fPipeWriter.storageAllocatedForRecording());
401 size_t storageAllocated = this->storageAllocatedForRecording();
413 storageAllocated = this->storageAllocatedForRecording();
576 size_t SkDeferredCanvas::storageAllocatedForRecording() const {
577 return this->getDeferredDevice()->storageAllocatedForRecording();