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