Searched defs:SkPaintImageFilter (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/effects/
H A DSkPaintImageFilter.h14 class SK_API SkPaintImageFilter : public SkImageFilter { class in inherits:SkImageFilter
30 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkPaintImageFilter)
38 SkPaintImageFilter(const SkPaint& paint, const CropRect* rect);
/external/skia/src/effects/
H A DSkPaintImageFilter.cpp8 #include "SkPaintImageFilter.h"
15 sk_sp<SkImageFilter> SkPaintImageFilter::Make(const SkPaint& paint,
17 return sk_sp<SkImageFilter>(new SkPaintImageFilter(paint, cropRect));
20 SkPaintImageFilter::SkPaintImageFilter(const SkPaint& paint, const CropRect* cropRect) function in class:SkPaintImageFilter
25 sk_sp<SkFlattenable> SkPaintImageFilter::CreateProc(SkReadBuffer& buffer) {
29 return SkPaintImageFilter::Make(paint, &common.cropRect());
32 void SkPaintImageFilter::flatten(SkWriteBuffer& buffer) const {
37 sk_sp<SkSpecialImage> SkPaintImageFilter::onFilterImage(SkSpecialImage* source,
71 bool SkPaintImageFilter
[all...]

Completed in 100 milliseconds