Searched refs:DeScale (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.h62 virtual float DeScale(float ratio) const;
H A DPopupSlider.cpp303 // DeScale
305 PopupSlider::DeScale(float ratio) const function in class:PopupSlider
H A DSliderView.cpp311 float ratio = fTarget->DeScale((float)(fValue - fMin) / (float)(fMax - fMin));

Completed in 20 milliseconds