Searched refs:thresholdValue (Results 1 – 2 of 2) sorted by relevance
83 float thresholdValue = _outer.threshold(); in onSetData() local84 if (fThresholdPrev != thresholdValue) { in onSetData()85 fThresholdPrev = thresholdValue; in onSetData()86 pdman.set1f(fThresholdVar, thresholdValue); in onSetData()