Searched refs:fInnerThreshold (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp33 SkScalar fInnerThreshold; member in class:SkAlphaThresholdFilterImpl
77 float innerThreshold() const { return fInnerThreshold; }
87 : fInnerThreshold(innerThreshold)
103 float fInnerThreshold; member in class:AlphaThresholdEffect
219 this->fInnerThreshold == s.fInnerThreshold &&
236 fInnerThreshold = buffer.readScalar();
246 , fInnerThreshold(innerThreshold)
292 fInnerThreshold,
301 buffer.writeScalar(fInnerThreshold);
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp36 SkScalar fInnerThreshold; member in class:SkAlphaThresholdFilterImpl
81 float innerThreshold() const { return fInnerThreshold; }
91 : fInnerThreshold(innerThreshold)
109 float fInnerThreshold; member in class:AlphaThresholdEffect
227 this->fInnerThreshold == s.fInnerThreshold &&
245 fInnerThreshold = buffer.readScalar();
266 , fInnerThreshold(innerThreshold)
314 fInnerThreshold,
323 buffer.writeScalar(fInnerThreshold);
[all...]

Completed in 49 milliseconds