Searched defs:innerThreshold (Results 1 – 2 of 2) sorted by relevance
39 SkScalar innerThreshold, in Create()61 float innerThreshold, in Create()77 float innerThreshold() const { return fInnerThreshold; } in innerThreshold() function in AlphaThresholdEffect85 float innerThreshold, in AlphaThresholdEffect()242 SkScalar innerThreshold, in SkAlphaThresholdFilterImpl()330 U8CPU innerThreshold = (U8CPU)(fInnerThreshold * 0xFF); in onFilterImage() local