/external/skia/src/effects/imagefilters/ |
D | SkPictureImageFilter.cpp | 26 const SkRect& cropRect) { in Make() 36 SkPictureImageFilter::SkPictureImageFilter(sk_sp<SkPicture> picture, const SkRect& cropRect, in SkPictureImageFilter() 48 static sk_sp<SkImageFilter> make_localspace_filter(sk_sp<SkPicture> pic, const SkRect& cropRect, in make_localspace_filter() 58 SkRect cropRect; in CreateProc() local
|
D | SkPaintImageFilter.cpp | 18 const CropRect* cropRect) { in Make() 22 SkPaintImageFilter::SkPaintImageFilter(const SkPaint& paint, const CropRect* cropRect) in SkPaintImageFilter()
|
D | SkColorFilterImageFilter.cpp | 21 const CropRect* cropRect) { in Make() 45 const CropRect* cropRect) in SkColorFilterImageFilter()
|
D | SkMergeImageFilter.cpp | 19 const CropRect* cropRect) { in Make() 26 const CropRect* cropRect) in SkMergeImageFilter()
|
D | SkOffsetImageFilter.cpp | 27 const CropRect* cropRect) { in Make() 123 const CropRect* cropRect) in SkOffsetImageFilter()
|
D | SkMagnifierImageFilter.cpp | 34 const CropRect* cropRect) { in Make() 55 const CropRect* cropRect) in SkMagnifierImageFilter()
|
D | SkDropShadowImageFilter.cpp | 23 const CropRect* cropRect) { in Make() 33 const CropRect* cropRect) in SkDropShadowImageFilter()
|
/external/skqp/src/effects/imagefilters/ |
D | SkPictureImageFilter.cpp | 26 const SkRect& cropRect) { in Make() 36 SkPictureImageFilter::SkPictureImageFilter(sk_sp<SkPicture> picture, const SkRect& cropRect, in SkPictureImageFilter() 48 static sk_sp<SkImageFilter> make_localspace_filter(sk_sp<SkPicture> pic, const SkRect& cropRect, in make_localspace_filter() 58 SkRect cropRect; in CreateProc() local
|
D | SkPaintImageFilter.cpp | 18 const CropRect* cropRect) { in Make() 22 SkPaintImageFilter::SkPaintImageFilter(const SkPaint& paint, const CropRect* cropRect) in SkPaintImageFilter()
|
D | SkColorFilterImageFilter.cpp | 21 const CropRect* cropRect) { in Make() 45 const CropRect* cropRect) in SkColorFilterImageFilter()
|
D | SkMergeImageFilter.cpp | 19 const CropRect* cropRect) { in Make() 26 const CropRect* cropRect) in SkMergeImageFilter()
|
D | SkOffsetImageFilter.cpp | 27 const CropRect* cropRect) { in Make() 123 const CropRect* cropRect) in SkOffsetImageFilter()
|
D | SkMagnifierImageFilter.cpp | 34 const CropRect* cropRect) { in Make() 55 const CropRect* cropRect) in SkMagnifierImageFilter()
|
/external/skia/src/android/ |
D | SkAnimatedImage.cpp | 21 SkISize scaledSize, SkIRect cropRect, sk_sp<SkPicture> postProcess) { in Make() 30 const SkImageInfo& requestedInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) { in Make() 62 const auto cropRect = SkIRect::MakeSize(scaledSize); in Make() local 76 SkImageInfo decodeInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) in SkAnimatedImage()
|
/external/skia/gm/ |
D | offsetimagefilter.cpp | 51 SkIRect cropRect = SkIRect::MakeXYWH(i * 12, in onDraw() local 64 SkIRect cropRect = SkIRect::MakeXYWH(0, 0, 100, 100); in onDraw() local 71 SkScalar scale, const SkIRect& cropRect) { in DrawClippedImage()
|
D | xfermodeimagefilter.cpp | 153 SkIRect cropRect = SkIRect::MakeXYWH(offsets[i][0], in onDraw() local 171 SkImageFilter::CropRect cropRect(SkRect::MakeXYWH(10, 10, 60, 60)); in onDraw() local
|
D | imagealphathreshold.cpp | 32 static SkPaint create_filter_paint(SkImageFilter::CropRect* cropRect = nullptr) { in create_filter_paint() 74 SkImageFilter::CropRect cropRect(r); in onDraw() local
|
/external/skqp/gm/ |
D | offsetimagefilter.cpp | 51 SkIRect cropRect = SkIRect::MakeXYWH(i * 12, in onDraw() local 64 SkIRect cropRect = SkIRect::MakeXYWH(0, 0, 100, 100); in onDraw() local 71 SkScalar scale, const SkIRect& cropRect) { in DrawClippedImage()
|
D | xfermodeimagefilter.cpp | 153 SkIRect cropRect = SkIRect::MakeXYWH(offsets[i][0], in onDraw() local 171 SkImageFilter::CropRect cropRect(SkRect::MakeXYWH(10, 10, 60, 60)); in onDraw() local
|
D | imagealphathreshold.cpp | 32 static SkPaint create_filter_paint(SkImageFilter::CropRect* cropRect = nullptr) { in create_filter_paint() 74 SkImageFilter::CropRect cropRect(r); in onDraw() local
|
/external/skqp/src/android/ |
D | SkAnimatedImage.cpp | 21 SkISize scaledSize, SkIRect cropRect, sk_sp<SkPicture> postProcess) { in Make() 52 const auto cropRect = SkIRect::MakeSize(scaledSize); in Make() local 66 SkImageInfo decodeInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) in SkAnimatedImage()
|
/external/skia/fuzz/ |
D | FuzzCanvas.cpp | 490 SkImageFilter::CropRect cropRect; in make_fuzz_lighting_imagefilter() local 556 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 577 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 591 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 603 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 623 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 640 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 665 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 689 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 703 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local [all …]
|
D | Fuzz.cpp | 19 void Fuzz::next(SkImageFilter::CropRect* cropRect) { in next()
|
/external/skqp/fuzz/ |
D | FuzzCanvas.cpp | 490 SkImageFilter::CropRect cropRect; in make_fuzz_lighting_imagefilter() local 556 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 577 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 591 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 603 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 623 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 640 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 665 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 689 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local 703 SkImageFilter::CropRect cropRect; in make_fuzz_imageFilter() local [all …]
|
D | Fuzz.cpp | 19 void Fuzz::next(SkImageFilter::CropRect* cropRect) { in next()
|