Home
last modified time | relevance | path

Searched refs:getImageFilterCache (Results 1 – 15 of 15) 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/flutter/skia/src/pdf/
DSkPDFDevice.h122 SkImageFilterCache* getImageFilterCache() override;
DSkPDFDevice.cpp1729 sk_sp<SkImageFilterCache> cache(this->getImageFilterCache()); in drawSpecial()
1762 SkImageFilterCache* SkPDFDevice::getImageFilterCache() { in getImageFilterCache() function in SkPDFDevice
/third_party/flutter/skia/src/core/
DSkBitmapDevice.h160 SkImageFilterCache* getImageFilterCache() override;
DSkBitmapDevice.cpp627 sk_sp<SkImageFilterCache> cache(this->getImageFilterCache()); in drawSpecial()
733 SkImageFilterCache* SkBitmapDevice::getImageFilterCache() { in getImageFilterCache() function in SkBitmapDevice
DSkDevice.h358 virtual SkImageFilterCache* getImageFilterCache() { return nullptr; } in getImageFilterCache() function
/third_party/skia/src/core/
DSkBitmapDevice.h155 SkImageFilterCache* getImageFilterCache() override;
DSkDevice.h445 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.h196 SkImageFilterCache* getImageFilterCache() override;
DDevice.cpp1031 SkImageFilterCache* Device::getImageFilterCache() { in getImageFilterCache() function in skgpu::v1::Device
/third_party/flutter/skia/src/gpu/
DSkGpuDevice.h154 SkImageFilterCache* getImageFilterCache() override;
DSkGpuDevice.cpp174 sk_sp<SkImageFilterCache> cache(this->getImageFilterCache()); in filterTexture()
1697 SkImageFilterCache* SkGpuDevice::getImageFilterCache() { in getImageFilterCache() function in SkGpuDevice