Searched defs:outerThreshold (Results 1 – 2 of 2) sorted by relevance
40 SkScalar outerThreshold) { in Create()62 float outerThreshold) { in Create()78 float outerThreshold() const { return fOuterThreshold; } in outerThreshold() function in AlphaThresholdEffect86 float outerThreshold) in AlphaThresholdEffect()243 SkScalar outerThreshold) in SkAlphaThresholdFilterImpl()331 U8CPU outerThreshold = (U8CPU)(fOuterThreshold * 0xFF); in onFilterImage() local