/aosp_15_r20/external/skia/gm/ |
H A D | imagemakewithfilter.cpp | 71 static sk_sp<SkImageFilter> color_filter_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in color_filter_factory() 78 static sk_sp<SkImageFilter> blur_filter_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in blur_filter_factory() 82 static sk_sp<SkImageFilter> drop_shadow_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in drop_shadow_factory() 86 static sk_sp<SkImageFilter> offset_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in offset_factory() 90 static sk_sp<SkImageFilter> dilate_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in dilate_factory() 94 static sk_sp<SkImageFilter> erode_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in erode_factory() 98 static sk_sp<SkImageFilter> displacement_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in displacement_factory() 105 static sk_sp<SkImageFilter> arithmetic_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in arithmetic_factory() 112 static sk_sp<SkImageFilter> blend_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in blend_factory() 119 static sk_sp<SkImageFilter> convolution_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in convolution_factory() [all …]
|
H A D | offsetimagefilter.cpp | 55 SkIRect cropRect = SkIRect::MakeXYWH(i * 12, in onDraw() local 67 SkIRect cropRect = SkIRect::MakeXYWH(0, 0, 100, 100); in onDraw() local 73 SkScalar scale, const SkIRect& cropRect) { in DrawClippedImage()
|
H A D | crop_imagefilter.cpp | 64 SkRect* outputBounds, SkRect* cropRect, SkRect* contentBounds) { in get_example_rects() 168 const SkRect& cropRect) { in make_cropped_image() 197 SkRect outputBounds, cropRect, contentBounds; in draw_example_tile() local
|
H A D | xfermodeimagefilter.cpp | 150 SkIRect cropRect = SkIRect::MakeXYWH(offsets[i][0], in onDraw() local 164 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 60, 60); in onDraw() local
|
H A D | animated_image_orientation.cpp | 69 AnimatedImageGM(const char* path, const char* name, int step, SkIRect cropRect) in AnimatedImageGM() 113 auto cropRect = SkIRect::MakeSize(scaledSize); in onDraw() local
|
/aosp_15_r20/external/skia/fuzz/ |
H A D | FuzzCanvas.cpp | 471 SkIRect cropRect; in make_fuzz_lighting_imagefilter() local 551 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 648 SkIRect cropRect; in make_fuzz_imageFilter() local 673 SkIRect cropRect; in make_fuzz_imageFilter() local 687 SkIRect cropRect; in make_fuzz_imageFilter() local 704 SkIRect cropRect; in make_fuzz_imageFilter() local [all …]
|
/aosp_15_r20/external/skia/src/effects/imagefilters/ |
H A D | SkLightingImageFilter.cpp | 282 const SkImageFilters::CropRect& cropRect) { in make_lighting() 316 sk_sp<SkImageFilter> input, const CropRect& cropRect) { in DistantLitDiffuse() 324 sk_sp<SkImageFilter> input, const CropRect& cropRect) { in PointLitDiffuse() 333 sk_sp<SkImageFilter> input, const CropRect& cropRect) { in SpotLitDiffuse() 343 SkScalar shininess, sk_sp<SkImageFilter> input, const CropRect& cropRect) { in DistantLitSpecular() 351 SkScalar shininess, sk_sp<SkImageFilter> input, const CropRect& cropRect) { in PointLitSpecular() 360 SkScalar shininess, sk_sp<SkImageFilter> input, const CropRect& cropRect) { in SpotLitSpecular()
|
H A D | SkBlendImageFilter.cpp | 102 const SkImageFilters::CropRect& cropRect, in make_blend() 137 const CropRect& cropRect) { in Blend() 147 const CropRect& cropRect) { in Blend() 158 const CropRect& cropRect) { in Arithmetic()
|
H A D | SkCropImageFilter.cpp | 33 SkCropImageFilter(const SkRect& cropRect, SkTileMode tileMode, sk_sp<SkImageFilter> input) in SkCropImageFilter() 74 skif::LayerSpace<SkIRect> cropRect(const skif::Mapping& mapping) const { in cropRect() function in __anonc109e43b0111::SkCropImageFilter 141 SkRect cropRect = buffer.readRect(); in CreateProc() local
|
H A D | SkMorphologyImageFilter.cpp | 109 const SkImageFilters::CropRect& cropRect) { in make_morphology() 229 const CropRect& cropRect) { in Dilate() 235 const CropRect& cropRect) { in Erode()
|
H A D | SkDropShadowImageFilter.cpp | 102 sk_sp<SkImageFilter> input, const CropRect& cropRect) { in DropShadow() 109 sk_sp<SkColorSpace> colorSpace, sk_sp<SkImageFilter> input, const CropRect& cropRect) { in DropShadowOnly()
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | WallpaperCropUtils.java | 207 Rect cropRect = new Rect(scrollX, scrollY, scrollX + targetHostSize.x, in calculateCropRect() local 270 Rect cropRect) { in adjustCurrentWallpaperCropRect() 275 public static void adjustCropRect(Context context, Rect cropRect, boolean zoomIn) { in adjustCropRect() 390 public static float getScaleOfScreenResolution(float wallpaperScale, Rect cropRect, in getScaleOfScreenResolution()
|
/aosp_15_r20/external/skia/src/android/ |
H A 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()
|
/aosp_15_r20/frameworks/native/libs/gui/ |
H A D | GLConsumerUtils.cpp | 28 const sp<GraphicBuffer>& buf, const Rect& cropRect, uint32_t transform, in computeTransformMatrix() 36 const Rect& cropRect, uint32_t transform, bool filtering) { in computeTransformMatrix()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/gles1/ |
H A 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
|
/aosp_15_r20/external/skia/tests/ |
H A D | ImageFilterTest.cpp | 165 FilterList(const sk_sp<SkImageFilter>& input, const SkIRect* cropRect = nullptr) { in FilterList() 359 const SkIRect* cropRect) { in make_grayscale() 370 static sk_sp<SkImageFilter> make_blue(sk_sp<SkImageFilter> input, const SkIRect* cropRect) { in make_blue() 452 SkIRect cropRect = SkIRect::MakeWH(100, 100); in DEF_TEST() local 521 SkIRect cropRect = SkIRect::MakeXYWH(20, 30, 60, 60); in test_cropRects() local 708 SkIRect cropRect = SkIRect::MakeXYWH(5, 0, 5, 10); in test_zero_blur_sigma() local 1456 SkIRect cropRect = SkIRect::MakeEmpty(); in test_xfermode_cropped_input() local 1556 SkIRect cropRect = SkIRect::MakeXYWH(1, 0, 20, 20); in test_composed_imagefilter_offset() local 1596 SkIRect cropRect = SkIRect::MakeWH(100, 100); in test_composed_imagefilter_bounds() local 2153 SkIRect cropRect = SkIRect::MakeXYWH(-111, -222, 333, 444); in test_arithmetic_combinations() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowNativeAnimatedImageDrawable.java | 35 Rect cropRect) in nCreate() 43 long nativeImageDecoder, ImageDecoder decoder, int width, int height, Rect cropRect) in nCreate()
|
H A D | ShadowNativeImageDecoder.java | 145 Rect cropRect, in nDecodeBitmap() 176 Rect cropRect, in nDecodeBitmap()
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AnimatedImageDrawable.java | 296 Rect cropRect, InputStream inputStream, AssetFileDescriptor afd) in AnimatedImageDrawable() 621 boolean extended, Rect cropRect) throws IOException; in nCreate()
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPersister.java | 110 @Nullable Rect cropRect, float scale, @Destination final int destination, in setIndividualWallpaper() 325 Rect cropRect = WallpaperCropUtils.calculateCropRect(mAppContext, minWallpaperZoom, in cropAndSetWallpaperBitmapInRotationStatic() local
|
D | DefaultBitmapCropper.java | 28 public void cropAndScaleBitmap(Asset asset, float scale, Rect cropRect, in cropAndScaleBitmap()
|
D | BitmapCropper.java | 34 void cropAndScaleBitmap(Asset asset, float scale, Rect cropRect, boolean adjustForRtl, in cropAndScaleBitmap()
|
/aosp_15_r20/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestBitmapCropper.java | 37 public void cropAndScaleBitmap(Asset asset, float scale, Rect cropRect, boolean adjustRtl, in cropAndScaleBitmap()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/preview/ui/util/ |
D | CropSizeUtil.java | 47 …ublic final android.graphics.Rect fitCropRectToLayoutDirection(@org.jetbrains.annotations.NotNull() in fitCropRectToLayoutDirection()
|
/aosp_15_r20/external/skia/modules/svg/src/ |
H A D | SkSVGFeMorphology.cpp | 31 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
|