/external/skia/src/effects/imagefilters/ |
SkPaintImageFilter.cpp | 8 #include "SkPaintImageFilter.h" 17 sk_sp<SkImageFilter> SkPaintImageFilter::Make(const SkPaint& paint, 19 return sk_sp<SkImageFilter>(new SkPaintImageFilter(paint, cropRect)); 22 SkPaintImageFilter::SkPaintImageFilter(const SkPaint& paint, const CropRect* cropRect) 27 sk_sp<SkFlattenable> SkPaintImageFilter::CreateProc(SkReadBuffer& buffer) { 31 return SkPaintImageFilter::Make(paint, &common.cropRect()); 34 void SkPaintImageFilter::flatten(SkWriteBuffer& buffer) const { 39 sk_sp<SkSpecialImage> SkPaintImageFilter::onFilterImage(SkSpecialImage* source, 75 sk_sp<SkImageFilter> SkPaintImageFilter::onMakeColorSpace(SkColorSpaceXformer* xformer) const [all...] |
/external/skqp/src/effects/imagefilters/ |
SkPaintImageFilter.cpp | 8 #include "SkPaintImageFilter.h" 17 sk_sp<SkImageFilter> SkPaintImageFilter::Make(const SkPaint& paint, 19 return sk_sp<SkImageFilter>(new SkPaintImageFilter(paint, cropRect)); 22 SkPaintImageFilter::SkPaintImageFilter(const SkPaint& paint, const CropRect* cropRect) 27 sk_sp<SkFlattenable> SkPaintImageFilter::CreateProc(SkReadBuffer& buffer) { 31 return SkPaintImageFilter::Make(paint, &common.cropRect()); 34 void SkPaintImageFilter::flatten(SkWriteBuffer& buffer) const { 39 sk_sp<SkSpecialImage> SkPaintImageFilter::onFilterImage(SkSpecialImage* source, 75 sk_sp<SkImageFilter> SkPaintImageFilter::onMakeColorSpace(SkColorSpaceXformer* xformer) const [all...] |
/external/skia/include/effects/ |
SkPaintImageFilter.h | 15 class SK_API SkPaintImageFilter : public SkImageFilter { 37 SK_FLATTENABLE_HOOKS(SkPaintImageFilter) 39 SkPaintImageFilter(const SkPaint& paint, const CropRect* rect);
|
/external/skqp/include/effects/ |
SkPaintImageFilter.h | 15 class SK_API SkPaintImageFilter : public SkImageFilter { 37 SK_FLATTENABLE_HOOKS(SkPaintImageFilter) 39 SkPaintImageFilter(const SkPaint& paint, const CropRect* rect);
|
/external/skia/src/ports/ |
SkGlobalInitialization_default.cpp | 65 #include "SkPaintImageFilter.h" 142 SK_REGISTER_FLATTENABLE(SkPaintImageFilter);
|
/external/skqp/src/ports/ |
SkGlobalInitialization_default.cpp | 65 #include "SkPaintImageFilter.h" 142 SK_REGISTER_FLATTENABLE(SkPaintImageFilter);
|
/external/skia/tests/ |
PaintImageFilterTest.cpp | 11 #include "SkPaintImageFilter.h" 42 paint.setImageFilter(SkPaintImageFilter::Make(gradientPaint, &cr)); 88 paint.setImageFilter(SkPaintImageFilter::Make(gradientPaint, &cr));
|
CanvasTest.cpp | 875 #include "SkPaintImageFilter.h" [all...] |
ImageFilterTest.cpp | 27 #include "SkPaintImageFilter.h" 199 sk_sp<SkImageFilter> paintFilterLeft(SkPaintImageFilter::Make(greenColorShaderPaint, 202 sk_sp<SkImageFilter> paintFilterRight(SkPaintImageFilter::Make(greenColorShaderPaint, 253 sk_sp<SkImageFilter> paintFilter(SkPaintImageFilter::Make(paint)); [all...] |
/external/skqp/tests/ |
PaintImageFilterTest.cpp | 11 #include "SkPaintImageFilter.h" 42 paint.setImageFilter(SkPaintImageFilter::Make(gradientPaint, &cr)); 88 paint.setImageFilter(SkPaintImageFilter::Make(gradientPaint, &cr));
|
CanvasTest.cpp | 875 #include "SkPaintImageFilter.h" [all...] |
ImageFilterTest.cpp | 27 #include "SkPaintImageFilter.h" 199 sk_sp<SkImageFilter> paintFilterLeft(SkPaintImageFilter::Make(greenColorShaderPaint, 202 sk_sp<SkImageFilter> paintFilterRight(SkPaintImageFilter::Make(greenColorShaderPaint, 253 sk_sp<SkImageFilter> paintFilter(SkPaintImageFilter::Make(paint)); [all...] |
/external/skia/gm/ |
imagefiltersclipped.cpp | 18 #include "SkPaintImageFilter.h" 138 sk_sp<SkImageFilter> rectFilter(SkPaintImageFilter::Make(noisePaint));
|
imagefiltersscaled.cpp | 18 #include "SkPaintImageFilter.h" 110 SkPaintImageFilter::Make(noisePaint),
|
/external/skqp/gm/ |
imagefiltersclipped.cpp | 18 #include "SkPaintImageFilter.h" 138 sk_sp<SkImageFilter> rectFilter(SkPaintImageFilter::Make(noisePaint));
|
imagefiltersscaled.cpp | 18 #include "SkPaintImageFilter.h" 110 SkPaintImageFilter::Make(noisePaint),
|
/external/skia/fuzz/ |
FuzzCanvas.cpp | 56 #include "SkPaintImageFilter.h" 774 return SkPaintImageFilter::Make(paint, useCropRect ? &cropRect : nullptr); [all...] |
/external/skqp/fuzz/ |
FuzzCanvas.cpp | 56 #include "SkPaintImageFilter.h" 774 return SkPaintImageFilter::Make(paint, useCropRect ? &cropRect : nullptr); [all...] |