Searched refs:localFilter (Results 1 – 2 of 2) sorted by relevance
76 sk_sp<SkImageFilter> localFilter(filter->makeWithLocalMatrix(matrix)); variable78 show_image(canvas, image0.get(), std::move(localFilter));
1438 const UnicodeFilter* localFilter = getFilter(); in filteredCharAt() local1439 return (localFilter == 0) ? text.charAt(i) : in filteredCharAt()1440 (localFilter->contains(c = text.charAt(i)) ? c : (UChar)0xFFFE); in filteredCharAt()