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

/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp667 rgb_color scrollbarFrameColor = tint_color(base, 1.2); local
673 _DrawFrame(view, rect, scrollbarFrameColor, scrollbarFrameColor,
674 scrollbarFrameColor, scrollbarFrameColor, borders);
676 _DrawFrame(view, rect, scrollbarFrameColor, scrollbarFrameColor,
677 scrollbarFrameColor, scrollbarFrameColor, borders);
689 _DrawFrame(view, horizontalScrollBarFrame, scrollbarFrameColor,
[all...]
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp974 rgb_color scrollbarFrameColor = tint_color(base, B_DARKEN_2_TINT); local
984 _DrawFrame(view, rect, scrollbarFrameColor, scrollbarFrameColor,
985 scrollbarFrameColor, scrollbarFrameColor, borders);
996 _DrawFrame(view, horizontalScrollBarFrame, scrollbarFrameColor,
997 scrollbarFrameColor, scrollbarFrameColor, scrollbarFrameColor,
1007 _DrawFrame(view, verticalScrollBarFrame, scrollbarFrameColor,
[all...]

Completed in 89 milliseconds