Home
last modified time | relevance | path

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

/external/skia/gm/
Dlocalmatriximagefilter.cpp76 sk_sp<SkImageFilter> localFilter(filter->makeWithLocalMatrix(matrix)); variable
78 show_image(canvas, image0.get(), std::move(localFilter));
/external/skqp/gm/
Dlocalmatriximagefilter.cpp74 sk_sp<SkImageFilter> localFilter(filter->makeWithLocalMatrix(matrix)); variable
76 show_image(canvas, image0.get(), std::move(localFilter));
/external/icu/icu4c/source/i18n/
Dtranslit.cpp1447 const UnicodeFilter* localFilter = getFilter(); in filteredCharAt() local
1448 return (localFilter == 0) ? text.charAt(i) : in filteredCharAt()
1449 (localFilter->contains(c = text.charAt(i)) ? c : (UChar)0xFFFE); in filteredCharAt()