Searched refs:fFrameHighColor (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/decorators/MacDecorator/ |
H A D | MacDecorator.cpp | 59 fFrameHighColor((rgb_color) { 255, 255, 255, 255 }), 306 fDrawingEngine->StrokeLine(offset, pt2, fFrameHighColor); in _DrawFrame() 347 fDrawingEngine->StrokeLine(offset, pt2, fFrameHighColor); in _DrawFrame() 366 fDrawingEngine->StrokeLine(offset, pt2, fFrameHighColor); in _DrawFrame() 434 fDrawingEngine->StrokeLine(offset, pt2, fFrameHighColor); in _DrawFrame() 514 fFrameHighColor); in _DrawTab() 516 fFrameHighColor); in _DrawTab() 545 fDrawState.SetHighColor(RGBColor(fFrameHighColor)); in _DrawTab() 572 fDrawState.SetHighColor(RGBColor(fFrameHighColor)); in _DrawTab() 925 endColor = fFrameHighColor; in _DrawBlendedRect()
|
H A D | MacDecorator.h | 90 rgb_color fFrameHighColor; variable
|
/haiku/src/add-ons/decorators/WinDecorator/ |
H A D | WinDecorator.h | 89 rgb_color fFrameHighColor;
|
H A D | WinDecorator.cpp | 58 fFrameHighColor((rgb_color){ 255, 255, 255, 255 }), in WinDecorator() 303 fDrawingEngine->StrokeLine(r.LeftTop(),pt,fFrameHighColor); in _DrawFrame() 306 fDrawingEngine->StrokeLine(r.LeftTop(),pt,fFrameHighColor); in _DrawFrame()
|