Searched refs:frameColor (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/
H A DWorkspacesView.cpp205 rgb_color frameColor = inactiveFrameColor; local
208 frameColor = activeFrameColor;
213 _DarkenColor(frameColor);
245 drawingEngine->StrokeRect(frame, frameColor);
/haiku/headers/private/interface/
H A DHaikuControlLook.h434 const rgb_color& frameColor,
442 const rgb_color& frameColor);
503 const rgb_color& frameColor,
511 const rgb_color& frameColor);
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp2158 rgb_color frameColor = tint_color(base, 1.30); local
2165 _DrawFrame(view, rect, frameColor, frameColor, frameColor, frameColor,
3280 const rgb_color& edgeColor, const rgb_color& frameColor,
3284 background, edgeColor, frameColor);
3293 const rgb_color& edgeColor, const rgb_color& frameColor)
3316 view->SetHighColor(frameColor);
3548 const rgb_color& edgeColor, const rgb_color& frameColor,
3278 _DrawRoundCornerLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
3291 _DrawRoundCornerFrameLeftTop(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor) argument
3546 _DrawRoundCornerRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor, const rgb_color& bevelColor, const BGradientLinear& fillGradient) argument
3559 _DrawRoundCornerFrameRightBottom(BView* view, BRect& cornerRect, const BRect& updateRect, const rgb_color& background, const rgb_color& edgeColor, const rgb_color& frameColor) argument
[all...]
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1365 rgb_color frameColor = tint_color(base, 1.1); local
1368 frameColor = tint_color(base, 0.95);
1371 _DrawFrame(view, rect, frameColor, frameColor, frameColor, frameColor, borders);
/haiku/src/libs/print/libprint/
H A DPreview.cpp641 const rgb_color frameColor = { 0, 0, 0, 0 }; local
649 SetHighColor(frameColor);

Completed in 112 milliseconds