Home
last modified time | relevance | path

Searched defs:cropRect (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/flutter/skia/src/effects/imagefilters/
DSkImageFilters.cpp43 static SkImageFilter::CropRect make_crop_rect(const SkIRect* cropRect) { in make_crop_rect()
73 const SkIRect* cropRect) { in AlphaThreshold()
80 sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkIRect* cropRect) { in Arithmetic()
88 const SkIRect* cropRect) { in Blur()
94 sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, const SkIRect* cropRect) { in ColorFilter()
106 sk_sp<SkImageFilter> displacement, sk_sp<SkImageFilter> color, const SkIRect* cropRect) { in DisplacementMap()
114 sk_sp<SkImageFilter> input, const SkIRect* cropRect) { in DropShadow()
126 sk_sp<SkImageFilter> input, const SkIRect* cropRect) { in DropShadowOnly()
142 const SkRect& srcRect, SkScalar inset, sk_sp<SkImageFilter> input,const SkIRect* cropRect) { in Magnifier()
150 sk_sp<SkImageFilter> input, const SkIRect* cropRect) { in MatrixConvolution()
[all …]
DSkPictureImageFilter.cpp25 SkPictureImageFilterImpl(sk_sp<SkPicture> picture, const SkRect& cropRect) in SkPictureImageFilterImpl()
53 SkRect cropRect = picture ? picture->cullRect() : SkRect::MakeEmpty(); in Make() local
57 sk_sp<SkImageFilter> SkPictureImageFilter::Make(sk_sp<SkPicture> picture, const SkRect& cropRect) { in Make()
73 static sk_sp<SkImageFilter> make_localspace_filter(sk_sp<SkPicture> pic, const SkRect& cropRect, in make_localspace_filter()
83 SkRect cropRect; in CreateProc() local
DSkMergeImageFilter.cpp23 const CropRect* cropRect) in SkMergeImageFilterImpl()
42 const SkImageFilter::CropRect* cropRect) { in Make()
DSkColorFilterImageFilter.cpp23 const CropRect* cropRect) in SkColorFilterImageFilterImpl()
47 const SkImageFilter::CropRect* cropRect) { in Make()
DSkOffsetImageFilter.cpp25 const CropRect* cropRect) in SkOffsetImageFilterImpl()
51 const SkImageFilter::CropRect* cropRect) { in Make()
/third_party/flutter/skia/gm/
Dimagemakewithfilter.cpp62 static sk_sp<SkImageFilter> color_filter_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in color_filter_factory()
69 static sk_sp<SkImageFilter> blur_filter_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in blur_filter_factory()
73 static sk_sp<SkImageFilter> drop_shadow_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in drop_shadow_factory()
77 static sk_sp<SkImageFilter> offset_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in offset_factory()
81 static sk_sp<SkImageFilter> dilate_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in dilate_factory()
85 static sk_sp<SkImageFilter> erode_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in erode_factory()
89 static sk_sp<SkImageFilter> displacement_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in displacement_factory()
95 static sk_sp<SkImageFilter> arithmetic_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in arithmetic_factory()
101 static sk_sp<SkImageFilter> xfermode_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in xfermode_factory()
107 static sk_sp<SkImageFilter> convolution_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in convolution_factory()
[all …]
Doffsetimagefilter.cpp60 SkIRect cropRect = SkIRect::MakeXYWH(i * 12, in onDraw() local
72 SkIRect cropRect = SkIRect::MakeXYWH(0, 0, 100, 100); in onDraw() local
78 SkScalar scale, const SkIRect& cropRect) { in DrawClippedImage()
Dxfermodeimagefilter.cpp152 SkIRect cropRect = SkIRect::MakeXYWH(offsets[i][0], in onDraw() local
166 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 60, 60); in onDraw() local
/third_party/skia/gm/
Dimagemakewithfilter.cpp62 static sk_sp<SkImageFilter> color_filter_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in color_filter_factory()
69 static sk_sp<SkImageFilter> blur_filter_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in blur_filter_factory()
73 static sk_sp<SkImageFilter> drop_shadow_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in drop_shadow_factory()
77 static sk_sp<SkImageFilter> offset_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in offset_factory()
81 static sk_sp<SkImageFilter> dilate_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in dilate_factory()
85 static sk_sp<SkImageFilter> erode_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in erode_factory()
89 static sk_sp<SkImageFilter> displacement_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in displacement_factory()
95 static sk_sp<SkImageFilter> arithmetic_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in arithmetic_factory()
101 static sk_sp<SkImageFilter> blend_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in blend_factory()
107 static sk_sp<SkImageFilter> convolution_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in convolution_factory()
[all …]
Doffsetimagefilter.cpp58 SkIRect cropRect = SkIRect::MakeXYWH(i * 12, in onDraw() local
70 SkIRect cropRect = SkIRect::MakeXYWH(0, 0, 100, 100); in onDraw() local
76 SkScalar scale, const SkIRect& cropRect) { in DrawClippedImage()
Dxfermodeimagefilter.cpp151 SkIRect cropRect = SkIRect::MakeXYWH(offsets[i][0], in onDraw() local
165 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 60, 60); in onDraw() local
Dmatrixconvolution.cpp73 bool convolveAlpha, const SkIRect *cropRect = nullptr) { in makeFilter()
95 const SkIRect* cropRect = nullptr) { in draw()
/third_party/skia/src/effects/imagefilters/
DSkCropImageFilter.cpp18 SkCropImageFilter(const SkRect& cropRect, sk_sp<SkImageFilter> input) in SkCropImageFilter()
50 skif::LayerSpace<SkIRect> cropRect(const skif::Mapping& mapping) const { in cropRect() function in __anonf6ae9d580111::SkCropImageFilter
74 SkRect cropRect = buffer.readRect(); in CreateProc() local
DSkDropShadowImageFilter.cpp22 const SkRect* cropRect) in SkDropShadowImageFilter()
33 const SkRect* cropRect) { in Make()
61 sk_sp<SkImageFilter> input, const CropRect& cropRect) { in DropShadow()
68 sk_sp<SkImageFilter> input, const CropRect& cropRect) { in DropShadowOnly()
DSkMergeImageFilter.cpp22 const SkRect* cropRect) in SkMergeImageFilter()
40 const CropRect& cropRect) { in Merge()
DSkColorFilterImageFilter.cpp23 const SkRect* cropRect) in SkColorFilterImageFilter()
46 sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, const CropRect& cropRect) { in ColorFilter()
DSkPictureImageFilter.cpp23 SkPictureImageFilter(sk_sp<SkPicture> picture, const SkRect& cropRect) in SkPictureImageFilter()
66 SkRect cropRect; in CreateProc() local
DSkShaderImageFilter.cpp48 sk_sp<SkImageFilter> SkImageFilters::Paint(const SkPaint& paint, const CropRect& cropRect) { in Paint()
53 const CropRect& cropRect) { in Shader()
DSkOffsetImageFilter.cpp24 const SkRect* cropRect) in SkOffsetImageFilter()
50 const CropRect& cropRect) { in Offset()
DSkBlendImageFilter.cpp36 const SkRect* cropRect) in SkBlendImageFilter()
76 const CropRect& cropRect) { in Blend()
84 const CropRect& cropRect) { in Blend()
/third_party/flutter/skia/src/android/
DSkAnimatedImage.cpp22 SkISize scaledSize, SkIRect cropRect, sk_sp<SkPicture> postProcess) { in Make()
31 const SkImageInfo& requestedInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) { in Make()
63 const auto cropRect = SkIRect::MakeSize(scaledSize); in Make() local
77 SkImageInfo decodeInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) in SkAnimatedImage()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DTextureParameterTest.cpp100 GLint cropRect[4] = {10, 20, 30, 40}; in TEST_P() local
142 std::array<GLfixed, 4> cropRect = {0x10000, 0x10000, 0x20000, 0x20000}; in TEST_P() local
/third_party/skia/src/android/
DSkAnimatedImage.cpp23 const SkImageInfo& requestedInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) { in Make()
52 const auto cropRect = SkIRect::MakeSize(decodeInfo.dimensions()); in Make() local
57 const SkImageInfo& requestedInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) in SkAnimatedImage()
/third_party/flutter/skia/fuzz/
DFuzzCanvas.cpp471 SkIRect cropRect; in make_fuzz_lighting_imagefilter() local
537 SkIRect cropRect; in make_fuzz_imageFilter() local
558 SkIRect cropRect; in make_fuzz_imageFilter() local
572 SkIRect cropRect; in make_fuzz_imageFilter() local
584 SkIRect cropRect; in make_fuzz_imageFilter() local
604 SkIRect cropRect; in make_fuzz_imageFilter() local
619 SkIRect cropRect; in make_fuzz_imageFilter() local
649 SkIRect cropRect; in make_fuzz_imageFilter() local
673 SkIRect cropRect; in make_fuzz_imageFilter() local
687 SkIRect cropRect; in make_fuzz_imageFilter() local
[all …]
/third_party/skia/fuzz/
DFuzzCanvas.cpp463 SkIRect cropRect; in make_fuzz_lighting_imagefilter() local
543 SkIRect cropRect; in make_fuzz_imageFilter() local
563 SkIRect cropRect; in make_fuzz_imageFilter() local
577 SkIRect cropRect; in make_fuzz_imageFilter() local
589 SkIRect cropRect; in make_fuzz_imageFilter() local
609 SkIRect cropRect; in make_fuzz_imageFilter() local
624 SkIRect cropRect; in make_fuzz_imageFilter() local
652 SkIRect cropRect; in make_fuzz_imageFilter() local
676 SkIRect cropRect; in make_fuzz_imageFilter() local
690 SkIRect cropRect; in make_fuzz_imageFilter() local
[all …]

1234