Home
last modified time | relevance | path

Searched refs:noopCropped (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/gm/
Dimagefilterscropexpand.cpp46 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));
Dlighting.cpp101 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/
Dimagefilterscropexpand.cpp48 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));
Dlighting.cpp99 sk_sp<SkImageFilter> noopCropped(SkImageFilters::Offset(0, 0, nullptr, &cropRect)); in onDraw() local
104 sk_sp<SkImageFilter> input = (i == 2) ? noopCropped : nullptr; in onDraw()