Home
last modified time | relevance | path

Searched refs:getImageFilterCache (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFDevice.h117 SkImageFilterCache* getImageFilterCache() override;
DSkPDFDevice.cpp1747 SkImageFilterCache* SkPDFDevice::getImageFilterCache() { in getImageFilterCache() function in SkPDFDevice
/third_party/skia/src/core/
DSkBitmapDevice.h158 SkImageFilterCache* getImageFilterCache() override;
DSkDevice.h448 virtual SkImageFilterCache* getImageFilterCache() { return nullptr; } in getImageFilterCache() function
DSkDevice.cpp350 sk_sp<SkImageFilterCache> cache(this->getImageFilterCache()); in drawFilteredImage()
DSkBitmapDevice.cpp631 SkImageFilterCache* SkBitmapDevice::getImageFilterCache() { in getImageFilterCache() function in SkBitmapDevice
/third_party/skia/src/gpu/v1/
DDevice_v1.h199 SkImageFilterCache* getImageFilterCache() override;
DDevice.cpp1031 SkImageFilterCache* Device::getImageFilterCache() { in getImageFilterCache() function in skgpu::v1::Device