Searched refs:localFilter (Results 1 – 3 of 3) sorted by relevance
74 sk_sp<SkImageFilter> localFilter(filter->makeWithLocalMatrix(matrix)); variable76 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()