Home
last modified time | relevance | path

Searched defs:outerThreshold (Results 1 – 3 of 3) 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