Searched defs:innerThreshold (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/gpu/effects/generated/ |
D | GrAlphaThresholdFragmentProcessor.h | 22 float innerThreshold, in Make() 33 float innerThreshold; variable 37 GrAlphaThresholdFragmentProcessor(sk_sp<GrTextureProxy> mask, float innerThreshold, in GrAlphaThresholdFragmentProcessor()
|
D | GrAlphaThresholdFragmentProcessor.cpp | 36 auto innerThreshold = _outer.innerThreshold; in emitCode() local
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkAlphaThresholdFilter.cpp | 34 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/ |
D | SkAlphaThresholdImageFilter.cpp | 35 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
|