Home
last modified time | relevance | path

Searched defs:outerThreshold (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/effects/generated/
DGrAlphaThresholdFragmentProcessor.h23 float outerThreshold, in Make()
34 float outerThreshold; variable
38 float outerThreshold, const SkIRect& bounds) in GrAlphaThresholdFragmentProcessor()
DGrAlphaThresholdFragmentProcessor.cpp14 float outerThreshold) { in optFlags()
38 auto outerThreshold = _outer.outerThreshold; in emitCode() local
/third_party/flutter/skia/src/effects/imagefilters/
DSkAlphaThresholdFilter.cpp35 SkScalar outerThreshold, sk_sp<SkImageFilter> input, in SkAlphaThresholdFilterImpl()
67 SkScalar outerThreshold, in Make()
226 U8CPU outerThreshold = (U8CPU)(fOuterThreshold * 0xFF); in onFilterImage() local
/third_party/skia/src/effects/imagefilters/
DSkAlphaThresholdImageFilter.cpp36 SkScalar outerThreshold, sk_sp<SkImageFilter> input, in SkAlphaThresholdImageFilter()
141 float outerThreshold) { in make_alpha_threshold_fp()
263 U8CPU outerThreshold = (U8CPU)(fOuterThreshold * 0xFF); in onFilterImage() local