Home
last modified time | relevance | path

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

/external/skia/tests/
DImageFilterTest.cpp462 sk_sp<SkImageFilter> grayWithCrop(make_grayscale(nullptr, &cropRect)); in DEF_TEST() local
463 REPORTER_ASSERT(reporter, false == grayWithCrop->asColorFilter(nullptr)); in DEF_TEST()