| /external/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 | 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 | matrixconvolution.cpp | 73                                     bool convolveAlpha, const SkIRect *cropRect = nullptr) {  in makeFilter() 95               const SkIRect* cropRect = nullptr) {  in draw()
  | 
| 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
  | 
| /external/skia/src/effects/imagefilters/ | 
| D | SkCropImageFilter.cpp | 25     SkCropImageFilter(const SkRect& cropRect, sk_sp<SkImageFilter> input)  in SkCropImageFilter() 56     skif::LayerSpace<SkIRect> cropRect(const skif::Mapping& mapping) const {  in cropRect()  function in __anon94c8040a0111::SkCropImageFilter 78     SkRect cropRect = buffer.readRect();  in CreateProc()  local
  | 
| D | SkDropShadowImageFilter.cpp | 38                             const SkRect* cropRect)  in SkDropShadowImageFilter() 49                                      const SkRect* cropRect) {  in Make() 77         sk_sp<SkImageFilter> input, const CropRect& cropRect) {  in DropShadow() 84         sk_sp<SkImageFilter> input, const CropRect& cropRect) {  in DropShadowOnly()
  | 
| D | SkMergeImageFilter.cpp | 29                        const SkRect* cropRect)  in SkMergeImageFilter() 47                                            const CropRect& cropRect) {  in Merge()
  | 
| D | SkPictureImageFilter.cpp | 33     SkPictureImageFilter(sk_sp<SkPicture> picture, const SkRect& cropRect)  in SkPictureImageFilter() 76     SkRect cropRect;  in CreateProc()  local
  | 
| D | SkColorFilterImageFilter.cpp | 36                              const SkRect* cropRect)  in SkColorFilterImageFilter() 59         sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, const CropRect& cropRect) {  in ColorFilter()
  | 
| D | SkBlendImageFilter.cpp | 58                        const SkRect* cropRect)  in SkBlendImageFilter() 98                                            const CropRect& cropRect) {  in Blend() 106                                            const CropRect& cropRect) {  in Blend()
  | 
| D | SkMagnifierImageFilter.cpp | 49                            const SkRect* cropRect)  in SkMagnifierImageFilter() 75         const CropRect& cropRect) {  in Magnifier()
  | 
| D | SkAlphaThresholdImageFilter.cpp | 64                                 const SkRect* cropRect = nullptr)  in SkAlphaThresholdImageFilter() 97         const CropRect& cropRect) {  in AlphaThreshold()
  | 
| /external/angle/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
  | 
| /external/skia/src/android/ | 
| D | SkAnimatedImage.cpp | 24         const SkImageInfo& requestedInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) {  in Make() 53     const auto cropRect = SkIRect::MakeSize(decodeInfo.dimensions());  in Make()  local 58         const SkImageInfo& requestedInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess)  in SkAnimatedImage()
  | 
| /external/skia/fuzz/ | 
| D | FuzzCanvas.cpp | 462     SkIRect cropRect;  in make_fuzz_lighting_imagefilter()  local 542             SkIRect cropRect;  in make_fuzz_imageFilter()  local 562             SkIRect cropRect;  in make_fuzz_imageFilter()  local 576             SkIRect cropRect;  in make_fuzz_imageFilter()  local 588             SkIRect cropRect;  in make_fuzz_imageFilter()  local 608             SkIRect cropRect;  in make_fuzz_imageFilter()  local 623             SkIRect cropRect;  in make_fuzz_imageFilter()  local 651             SkIRect cropRect;  in make_fuzz_imageFilter()  local 675             SkIRect cropRect;  in make_fuzz_imageFilter()  local 689             SkIRect cropRect;  in make_fuzz_imageFilter()  local [all …] 
 | 
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ | 
| D | ShadowNativeAnimatedImageDrawable.java | 30       Rect cropRect)  in nCreate() 38       long nativeImageDecoder, ImageDecoder decoder, int width, int height, Rect cropRect)  in nCreate()
  | 
| D | ShadowNativeImageDecoder.java | 124       Rect cropRect,  in nDecodeBitmap() 155       Rect cropRect,  in nDecodeBitmap()
  | 
| /external/skia/modules/svg/src/ | 
| D | SkSVGFeMorphology.cpp | 25     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 | SkSVGFeBlend.cpp | 40     const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx);  in onMakeImageFilter()  local
  | 
| D | SkSVGFeDisplacementMap.cpp | 29     const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx);  in onMakeImageFilter()  local
  |