Home
last modified time | relevance | path

Searched defs:cropRect (Results 1 - 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H A 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
H A DDrawTextureTest.cpp84 GLint cropRect[] = {0, 0, 2, 1}; in TEST_P() local
/third_party/skia/gm/
H A Dmorphology.cpp75 SkIRect cropRect = SkIRect::MakeXYWH(25, 20, 100, 80); variable
H A Ddisplacement.cpp99 SkIRect cropRect = SkIRect::MakeXYWH(30, 30, 40, 40); variable
[all...]
H A Dimagefiltersgraph.cpp99 SkIRect cropRect = SkIRect::MakeWH(95, 100); variable
H A Dimagemagnifier.cpp92 const SkIRect cropRect = SkIRect::MakeXYWH(16, 16, WIDTH_HEIGHT-32, WIDTH_HEIGHT-32); in DEF_SIMPLE_GM_BG() local
H A Dtileimagefilter.cpp128 SkIRect cropRect = SkIRect::MakeXYWH(5, 5, 40, 40); variable
H A Ddropshadowimagefilter.cpp89 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 44, 44); in DEF_SIMPLE_GM() local
H A Dxfermodeimagefilter.cpp151 SkIRect cropRect = SkIRect::MakeXYWH(offsets[i][0], variable
165 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 60, 60); variable
H A Dbackdrop_imagefilter_croprect.cpp28 SkIRect cropRect = cropInLocal.makeOutset(outsetX, outsetY).roundOut(); in draw_backdrop_filter_gm() local
H A Dimagefilterscropped.cpp124 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 44, 44); variable
[all...]
H A Dimagefilterscropexpand.cpp40 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 44, 44); in DEF_SIMPLE_GM() local
H A Doffsetimagefilter.cpp58 SkIRect cropRect = SkIRect::MakeXYWH(i * 12, variable
70 SkIRect cropRect = SkIRect::MakeXYWH(0, 0, 100, 100); variable
75 DrawClippedImage(SkCanvas* canvas, const SkImage* image, const SkPaint& paint, SkScalar scale, const SkIRect& cropRect) DrawClippedImage() argument
H A Dlighting.cpp99 SkIRect cropRect = SkIRect::MakeXYWH(20, 10, 60, 65); variable
/third_party/skia/modules/svg/src/
H A DSkSVGFeDisplacementMap.cpp29 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
H A DSkSVGFeComposite.cpp49 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
H A DSkSVGFeMorphology.cpp25 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
H A DSkSVGFeBlend.cpp40 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
/third_party/skia/src/effects/imagefilters/
H A DSkPictureImageFilter.cpp23 SkPictureImageFilter(sk_sp<SkPicture> picture, const SkRect& cropRect) in SkPictureImageFilter() argument
66 SkRect cropRect; in CreateProc() local
H A DSkShaderImageFilter.cpp48 sk_sp<SkImageFilter> SkImageFilters::Paint(const SkPaint& paint, const CropRect& cropRect) { in Paint() argument
52 Shader(sk_sp<SkShader> shader, Dither dither, const CropRect& cropRect) Shader() argument
H A DSkMergeImageFilter.cpp21 SkMergeImageFilter(sk_sp<SkImageFilter>* const filters, int count, const SkRect* cropRect) SkMergeImageFilter() argument
39 Merge(sk_sp<SkImageFilter>* const filters, int count, const CropRect& cropRect) Merge() argument
H A DSkCropImageFilter.cpp18 SkCropImageFilter(const SkRect& cropRect, sk_sp<SkImageFilter> input) in SkCropImageFilter() argument
50 skif::LayerSpace<SkIRect> cropRect(const skif::Mapping& mapping) const { in cropRect() function in __anon18755::final
74 SkRect cropRect = buffer.readRect(); in CreateProc() local
[all...]
H A DSkColorFilterImageFilter.cpp22 SkColorFilterImageFilter(sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, const SkRect* cropRect) SkColorFilterImageFilter() argument
45 ColorFilter( sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, const CropRect& cropRect) ColorFilter() argument
H A DSkOffsetImageFilter.cpp23 SkOffsetImageFilter(SkScalar dx, SkScalar dy, sk_sp<SkImageFilter> input, const SkRect* cropRect) SkOffsetImageFilter() argument
48 Offset(SkScalar dx, SkScalar dy, sk_sp<SkImageFilter> input, const CropRect& cropRect) Offset() argument
/third_party/skia/tests/
H A DAnimatedImageTest.cpp101 SkIRect cropRect; in DEF_TEST() member

Completed in 9 milliseconds

12