Home
last modified time | relevance | path

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

12

/external/skia/gm/
Dimagemakewithfilter.cpp71 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 …]
Doffsetimagefilter.cpp55 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()
Dxfermodeimagefilter.cpp150 SkIRect cropRect = SkIRect::MakeXYWH(offsets[i][0], in onDraw() local
164 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 60, 60); in onDraw() local
Danimated_image_orientation.cpp69 AnimatedImageGM(const char* path, const char* name, int step, SkIRect cropRect) in AnimatedImageGM()
113 auto cropRect = SkIRect::MakeSize(scaledSize); in onDraw() local
Dcrop_imagefilter.cpp64 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
Dbackdrop_imagefilter_croprect.cpp28 SkIRect cropRect = cropInLocal.makeOutset(outsetX, outsetY).roundOut(); in draw_backdrop_filter_gm() local
Ddisplacement.cpp96 SkIRect cropRect = SkIRect::MakeXYWH(30, 30, 40, 40); in onDraw() local
Ddropshadowimagefilter.cpp90 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 44, 44); variable
Dmorphology.cpp72 SkIRect cropRect = SkIRect::MakeXYWH(25, 20, 100, 80); in onDraw() local
/external/skia/src/effects/imagefilters/
DSkCropImageFilter.cpp33 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 __anon04527e990111::SkCropImageFilter
141 SkRect cropRect = buffer.readRect(); in CreateProc() local
DSkDropShadowImageFilter.cpp99 sk_sp<SkImageFilter> input, const CropRect& cropRect) { in DropShadow()
106 sk_sp<SkImageFilter> input, const CropRect& cropRect) { in DropShadowOnly()
DSkBlendImageFilter.cpp102 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()
DSkLightingImageFilter.cpp282 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()
DSkMorphologyImageFilter.cpp109 const SkImageFilters::CropRect& cropRect) { in make_morphology()
229 const CropRect& cropRect) { in Dilate()
235 const CropRect& cropRect) { in Erode()
DSkColorFilterImageFilter.cpp74 const CropRect& cropRect) { in ColorFilter()
DSkShaderImageFilter.cpp72 const CropRect& cropRect) { in Shader()
/external/angle/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
/external/skia/src/android/
DSkAnimatedImage.cpp24 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/
DFuzzCanvas.cpp471 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 …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeAnimatedImageDrawable.java35 Rect cropRect) in nCreate()
43 long nativeImageDecoder, ImageDecoder decoder, int width, int height, Rect cropRect) in nCreate()
/external/skia/modules/svg/src/
DSkSVGFeMorphology.cpp25 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
DSkSVGFeBlend.cpp41 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
DSkSVGFeComposite.cpp49 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
DSkSVGFeDisplacementMap.cpp29 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
/external/skia/src/core/
DSkImageFilter_Base.h159 std::optional<SkRect> cropRect() const { return fCropRect; } in cropRect() function

12