Home | History | Annotate | Download | only in utils

Lines Matching refs:storageAllocatedForRecording

72     size_t storageAllocatedForRecording() const { return fAllocator.totalCapacity(); }
155 size_t storageAllocatedForRecording() const;
377 fPreviousStorageAllocated = storageAllocatedForRecording();
387 fPreviousStorageAllocated = storageAllocatedForRecording();
399 size_t DeferredDevice::storageAllocatedForRecording() const {
400 return (fPipeController.storageAllocatedForRecording()
401 + fPipeWriter.storageAllocatedForRecording());
405 size_t storageAllocated = this->storageAllocatedForRecording();
417 storageAllocated = this->storageAllocatedForRecording();
580 size_t SkDeferredCanvas::storageAllocatedForRecording() const {
581 return this->getDeferredDevice()->storageAllocatedForRecording();