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

/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1844 const float indicatorWidth = ComposeSpacing(kButtonPopUpIndicatorWidth); local
1845 const float spacing = (indicatorWidth <= 11.0f) ? 1.0f : roundf(indicatorWidth / 11.0f);
1848 leftRect.right -= indicatorWidth - spacing;
1851 rightRect.left = rightRect.right - (indicatorWidth - spacing * 2);
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp3038 const float indicatorWidth = ComposeSpacing(kButtonPopUpIndicatorWidth); local
3039 const float spacing = (indicatorWidth <= 11.0f) ? 1.0f : roundf(indicatorWidth / 11.0f);
3042 leftRect.right -= indicatorWidth - spacing;
3045 rightRect.left = rightRect.right - (indicatorWidth - spacing * 2);

Completed in 41 milliseconds