Home
last modified time | relevance | path

Searched refs:fFrameHighColor (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp59 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 DMacDecorator.h90 rgb_color fFrameHighColor; variable
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.h89 rgb_color fFrameHighColor;
H A DWinDecorator.cpp58 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()