/third_party/skia/third_party/externals/angle2/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
|
H A D | DrawTextureTest.cpp | 84 GLint cropRect[] = {0, 0, 2, 1}; in TEST_P() local
|
/third_party/skia/gm/ |
H A D | morphology.cpp | 75 SkIRect cropRect = SkIRect::MakeXYWH(25, 20, 100, 80); variable
|
H A D | displacement.cpp | 99 SkIRect cropRect = SkIRect::MakeXYWH(30, 30, 40, 40); variable [all...] |
H A D | imagefiltersgraph.cpp | 99 SkIRect cropRect = SkIRect::MakeWH(95, 100); variable
|
H A D | imagemagnifier.cpp | 92 const SkIRect cropRect = SkIRect::MakeXYWH(16, 16, WIDTH_HEIGHT-32, WIDTH_HEIGHT-32); in DEF_SIMPLE_GM_BG() local
|
H A D | tileimagefilter.cpp | 128 SkIRect cropRect = SkIRect::MakeXYWH(5, 5, 40, 40); variable
|
H A D | dropshadowimagefilter.cpp | 89 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 44, 44); in DEF_SIMPLE_GM() local
|
H A D | xfermodeimagefilter.cpp | 151 SkIRect cropRect = SkIRect::MakeXYWH(offsets[i][0], variable 165 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 60, 60); variable
|
H A D | backdrop_imagefilter_croprect.cpp | 28 SkIRect cropRect = cropInLocal.makeOutset(outsetX, outsetY).roundOut(); in draw_backdrop_filter_gm() local
|
H A D | imagefilterscropped.cpp | 124 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 44, 44); variable [all...] |
H A D | imagefilterscropexpand.cpp | 40 SkIRect cropRect = SkIRect::MakeXYWH(10, 10, 44, 44); in DEF_SIMPLE_GM() local
|
H A D | offsetimagefilter.cpp | 58 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 D | lighting.cpp | 99 SkIRect cropRect = SkIRect::MakeXYWH(20, 10, 60, 65); variable
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGFeDisplacementMap.cpp | 29 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
|
H A D | SkSVGFeComposite.cpp | 49 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
|
H A D | SkSVGFeMorphology.cpp | 25 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
|
H A D | SkSVGFeBlend.cpp | 40 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter() local
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkPictureImageFilter.cpp | 23 SkPictureImageFilter(sk_sp<SkPicture> picture, const SkRect& cropRect) in SkPictureImageFilter() argument 66 SkRect cropRect; in CreateProc() local
|
H A D | SkShaderImageFilter.cpp | 48 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 D | SkMergeImageFilter.cpp | 21 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 D | SkCropImageFilter.cpp | 18 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 D | SkColorFilterImageFilter.cpp | 22 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 D | SkOffsetImageFilter.cpp | 23 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 D | AnimatedImageTest.cpp | 101 SkIRect cropRect; in DEF_TEST() member
|