Home
last modified time | relevance | path

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

/third_party/skia/src/effects/imagefilters/
DSkAlphaThresholdImageFilter.cpp223 auto thresholdFP = make_alpha_threshold_fp( in onFilterImage() local
225 if (!thresholdFP) { in onFilterImage()
229 return DrawWithFP(context, std::move(thresholdFP), bounds, ctx.colorType(), in onFilterImage()