| /third_party/skia/gm/ |
| D | imagemakewithfilter.cpp | 62 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 …]
|
| D | offsetimagefilter.cpp | 58 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()
|
| D | xfermodeimagefilter.cpp | 151 SkIRect cropRect = SkIRect::MakeXYWH(offsets[i][0], in onDraw() local 165 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 60, 60); in onDraw() local
|
| D | matrixconvolution.cpp | 73 bool convolveAlpha, const SkIRect *cropRect = nullptr) { in makeFilter() 95 const SkIRect* cropRect = nullptr) { in draw()
|
| D | animated_image_orientation.cpp | 68 AnimatedImageGM(const char* path, const char* name, int step, SkIRect cropRect) in AnimatedImageGM() 114 auto cropRect = SkIRect::MakeSize(scaledSize); in onDraw() local
|
| D | imagealphathreshold.cpp | 45 static SkPaint create_filter_paint(SkIRect* cropRect = nullptr) { in create_filter_paint() 87 SkIRect cropRect = SkIRect::MakeLTRB(100, 100, WIDTH - 100, HEIGHT - 100); in onDraw() local
|
| D | backdrop_imagefilter_croprect.cpp | 28 SkIRect cropRect = cropInLocal.makeOutset(outsetX, outsetY).roundOut(); in draw_backdrop_filter_gm() local
|
| D | displacement.cpp | 99 SkIRect cropRect = SkIRect::MakeXYWH(30, 30, 40, 40); in onDraw() local
|
| /third_party/skia/src/effects/imagefilters/ |
| D | SkCropImageFilter.cpp | 18 SkCropImageFilter(const SkRect& cropRect, sk_sp<SkImageFilter> input) in SkCropImageFilter() 50 skif::LayerSpace<SkIRect> cropRect(const skif::Mapping& mapping) const { in cropRect() function in __anon7baf53d60111::SkCropImageFilter 74 SkRect cropRect = buffer.readRect(); in CreateProc() local
|
| D | SkDropShadowImageFilter.cpp | 22 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()
|
| D | SkMergeImageFilter.cpp | 22 const SkRect* cropRect) in SkMergeImageFilter() 40 const CropRect& cropRect) { in Merge()
|
| D | SkColorFilterImageFilter.cpp | 23 const SkRect* cropRect) in SkColorFilterImageFilter() 46 sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, const CropRect& cropRect) { in ColorFilter()
|
| D | SkPictureImageFilter.cpp | 23 SkPictureImageFilter(sk_sp<SkPicture> picture, const SkRect& cropRect) in SkPictureImageFilter() 66 SkRect cropRect; in CreateProc() local
|
| D | SkShaderImageFilter.cpp | 48 sk_sp<SkImageFilter> SkImageFilters::Paint(const SkPaint& paint, const CropRect& cropRect) { in Paint() 53 const CropRect& cropRect) { in Shader()
|
| D | SkBlendImageFilter.cpp | 36 const SkRect* cropRect) in SkBlendImageFilter() 76 const CropRect& cropRect) { in Blend() 84 const CropRect& cropRect) { in Blend()
|
| D | SkOffsetImageFilter.cpp | 24 const SkRect* cropRect) in SkOffsetImageFilter() 50 const CropRect& cropRect) { in Offset()
|
| D | SkMagnifierImageFilter.cpp | 31 const SkRect* cropRect) in SkMagnifierImageFilter() 57 const CropRect& cropRect) { in Magnifier()
|
| D | SkAlphaThresholdImageFilter.cpp | 37 const SkRect* cropRect = nullptr) in SkAlphaThresholdImageFilter() 70 const CropRect& cropRect) { in AlphaThreshold()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
| D | TextureParameterTest.cpp | 100 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/ |
| D | SkAnimatedImage.cpp | 23 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/skia/fuzz/ |
| D | FuzzCanvas.cpp | 463 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 …]
|
| /third_party/skia/modules/svg/src/ |
| D | SkSVGFeMorphology.cpp | 25 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
|
| D | SkSVGFeBlend.cpp | 40 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
|
| D | SkSVGFeComposite.cpp | 49 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
|
| D | SkSVGFeDisplacementMap.cpp | 29 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
|