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

/haiku/src/kits/interface/
H A DSlider.cpp240 fMaxUpdateTextWidth = -1.0;
1092 float oldMaxUpdateTextWidth = fMaxUpdateTextWidth;
1093 fMaxUpdateTextWidth = MaxUpdateTextWidth();
1094 if (oldMaxUpdateTextWidth != fMaxUpdateTextWidth)
1679 if (fMaxUpdateTextWidth < 0.0f)
1680 fMaxUpdateTextWidth = MaxUpdateTextWidth();
1693 if (fMaxUpdateTextWidth > 0.0f) {
1697 labelWidth += fMaxUpdateTextWidth;
1747 if (fMaxUpdateTextWidth > 0.0f) {
1748 labelWidth = std::max(labelWidth, fMaxUpdateTextWidth);
[all...]
/haiku/headers/os/interface/
H A DSlider.h226 float fMaxUpdateTextWidth; member in class:BSlider

Completed in 38 milliseconds