Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/effects/generated/
DGrAlphaThresholdFragmentProcessor.h22 float innerThreshold, in Make()
33 float innerThreshold; variable
37 GrAlphaThresholdFragmentProcessor(sk_sp<GrTextureProxy> mask, float innerThreshold, in GrAlphaThresholdFragmentProcessor()
DGrAlphaThresholdFragmentProcessor.cpp36 auto innerThreshold = _outer.innerThreshold; in emitCode() local
/third_party/flutter/skia/src/effects/imagefilters/
DSkAlphaThresholdFilter.cpp34 SkAlphaThresholdFilterImpl(const SkRegion& region, SkScalar innerThreshold, in SkAlphaThresholdFilterImpl()
66 sk_sp<SkImageFilter> SkAlphaThresholdFilter::Make(const SkRegion& region, SkScalar innerThreshold, in Make()
225 U8CPU innerThreshold = (U8CPU)(fInnerThreshold * 0xFF); in onFilterImage() local
/third_party/skia/src/effects/imagefilters/
DSkAlphaThresholdImageFilter.cpp35 SkAlphaThresholdImageFilter(const SkRegion& region, SkScalar innerThreshold, in SkAlphaThresholdImageFilter()
140 float innerThreshold, in make_alpha_threshold_fp()
262 U8CPU innerThreshold = (U8CPU)(fInnerThreshold * 0xFF); in onFilterImage() local