Searched refs:noopCropped (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/gm/ |
D | imagefilterscropexpand.cpp | 46 sk_sp<SkImageFilter> noopCropped(SkImageFilters::Offset(0, 0, nullptr, &cropRect)); variable 73 SkImageFilters::ColorFilter(cfAlphaTrans, noopCropped, &bigRect)); 76 SkImageFilters::Blur(0.3f, 0.3f, noopCropped, &bigRect)); 79 SkImageFilters::Blur(8.0f, 8.0f, noopCropped, &bigRect)); 82 SkImageFilters::Dilate(2, 2, noopCropped, &bigRect)); 85 SkImageFilters::Erode(2, 2, noopCropped, &bigRect)); 88 SkImageFilters::DropShadow(10, 10, 3, 3, SK_ColorBLUE, noopCropped, &bigRect)); 92 gradientCircleSource, noopCropped, &bigRect)); 95 SkImageFilters::Offset(SkIntToScalar(-8), SkIntToScalar(16), noopCropped, &bigRect)); 99 noopCropped, &bigRect));
|
D | lighting.cpp | 101 sk_sp<SkImageFilter> noopCropped(SkImageFilters::Offset(0, 0, nullptr, &cropRect)); in onDraw() local 106 sk_sp<SkImageFilter> input = (i == 2) ? noopCropped : nullptr; in onDraw()
|
/third_party/flutter/skia/gm/ |
D | imagefilterscropexpand.cpp | 48 sk_sp<SkImageFilter> noopCropped(SkImageFilters::Offset(0, 0, nullptr, &cropRect)); variable 75 SkImageFilters::ColorFilter(cfAlphaTrans, noopCropped, &bigRect)); 78 SkImageFilters::Blur(0.3f, 0.3f, noopCropped, &bigRect)); 81 SkImageFilters::Blur(8.0f, 8.0f, noopCropped, &bigRect)); 84 SkImageFilters::Dilate(2, 2, noopCropped, &bigRect)); 87 SkImageFilters::Erode(2, 2, noopCropped, &bigRect)); 90 SkImageFilters::DropShadow(10, 10, 3, 3, SK_ColorBLUE, noopCropped, &bigRect)); 94 gradientCircleSource, noopCropped, &bigRect)); 97 SkImageFilters::Offset(SkIntToScalar(-8), SkIntToScalar(16), noopCropped, &bigRect)); 101 noopCropped, &bigRect));
|
D | lighting.cpp | 99 sk_sp<SkImageFilter> noopCropped(SkImageFilters::Offset(0, 0, nullptr, &cropRect)); in onDraw() local 104 sk_sp<SkImageFilter> input = (i == 2) ? noopCropped : nullptr; in onDraw()
|