Searched defs:SkImageFilter (Results 1 - 9 of 9) sorted by last modified time

/external/skia/src/core/
H A DSkBitmapDevice.cpp135 bool SkBitmapDevice::canHandleImageFilter(const SkImageFilter*) { argument
139 bool SkBitmapDevice::filterImage(const SkImageFilter* filter, const SkBitmap& src,
140 const SkImageFilter::Context& ctx, SkBitmap* result,
145 bool SkBitmapDevice::allowImageFilter(const SkImageFilter*) { argument
H A DSkImageFilter.cpp8 #include "SkImageFilter.h"
23 SkImageFilter::Cache* gExternalCache;
25 SkImageFilter::SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect) function in class:SkImageFilter
27 fInputs(new SkImageFilter*[inputCount]),
35 SkImageFilter::SkImageFilter(SkImageFilter* input, const CropRect* cropRect) function in class:SkImageFilter
37 fInputs(new SkImageFilter*[
43 SkImageFilter::SkImageFilter(SkImageFilter* input1, SkImageFilter* input2, const CropRect* cropRect) function in class:SkImageFilter
59 SkImageFilter::SkImageFilter(int inputCount, SkReadBuffer& buffer) { function in class:SkImageFilter
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp2438 bool SkXPSDevice::allowImageFilter(const SkImageFilter*) { argument
/external/skia/src/pdf/
H A DSkPDFDevice.cpp2308 bool SkPDFDevice::allowImageFilter(const SkImageFilter*) { argument
/external/skia/include/core/
H A DSkImageFilter.h29 class SK_API SkImageFilter : public SkFlattenable { class in inherits:SkFlattenable
31 SK_DECLARE_INST_COUNT(SkImageFilter)
56 virtual bool get(const SkImageFilter* key, SkBitmap* result, SkIPoint* offset) = 0;
57 virtual void set(const SkImageFilter* key,
59 virtual void remove(const SkImageFilter* key) = 0;
82 virtual bool canHandleImageFilter(const SkImageFilter*) = 0;
85 virtual bool filterImage(const SkImageFilter*, const SkBitmap& src,
153 SkImageFilter* getInput(int i) const {
183 bool getInputResultGPU(SkImageFilter::Proxy* proxy, const SkBitmap& src, const Context&,
198 SK_DEFINE_FLATTENABLE_TYPE(SkImageFilter)
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkDevice.h15 #include "SkImageFilter.h"
266 virtual bool allowImageFilter(const SkImageFilter*) { return true; } argument
275 virtual bool canHandleImageFilter(const SkImageFilter*) { return false; } argument
284 virtual bool filterImage(const SkImageFilter*, const SkBitmap&, argument
285 const SkImageFilter::Context& ctx,
383 virtual SkImageFilter::Cache* getImageFilterCache() { return NULL; }
H A DSkImageFilter.h30 class SK_API SkImageFilter : public SkFlattenable { class in inherits:SkFlattenable
32 SK_DECLARE_INST_COUNT(SkImageFilter)
84 virtual bool canHandleImageFilter(const SkImageFilter*) = 0;
87 virtual bool filterImage(const SkImageFilter*, const SkBitmap& src,
155 SkImageFilter* getInput(int i) const {
185 bool getInputResultGPU(SkImageFilter::Proxy* proxy, const SkBitmap& src, const Context&,
189 SK_DEFINE_FLATTENABLE_TYPE(SkImageFilter)
209 SkImageFilter** inputs() const { return fInputs.get(); }
212 SkImageFilter* getInput(int index) const { return fInputs[index]; }
218 void detachInputs(SkImageFilter** input
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkImageFilter.cpp8 #include "SkImageFilter.h"
39 struct SkImageFilter::Cache::Key {
59 SkImageFilter::Common::~Common() {
65 void SkImageFilter::Common::allocInputs(int count) {
66 const size_t size = count * sizeof(SkImageFilter*);
71 void SkImageFilter::Common::detachInputs(SkImageFilter** inputs) {
72 const size_t size = fInputs.count() * sizeof(SkImageFilter*);
77 bool SkImageFilter::Common::unflatten(SkReadBuffer& buffer, int expectedCount) {
113 SkImageFilter function in class:SkImageFilter
135 SkImageFilter::SkImageFilter(int inputCount, SkReadBuffer& buffer) function in class:SkImageFilter
[all...]
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp2284 bool SkXPSDevice::allowImageFilter(const SkImageFilter*) { argument

Completed in 173 milliseconds