Searched refs:col2 (Results 1 - 9 of 9) sorted by relevance

/haiku/src/bin/
H A Dcomm.c75 const char *col1, *col2, *col3; local
116 col1 = col2 = col3 = NULL;
120 col2 = *p++;
133 if (!file2done && col2)
134 show(fp2, col2, line2);
165 if (col2)
166 (void)printf("%s%s", col2, line2);
/haiku/src/apps/launchbox/
H A DPadView.cpp101 rgb_color col2; local
104 col2 = background;
107 col2 = light;
110 col2 = background;
115 SetHighColor(col2);
124 SetHighColor(col2);
H A DLaunchButton.cpp437 LaunchButton::_DrawFrame(BRect r, rgb_color col1, rgb_color col2, argument
443 AddLine(BPoint(r.right, r.top + 1.0), BPoint(r.right, r.bottom), col2); local
444 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col2); local
/haiku/src/apps/switcher/
H A DLaunchButton.cpp383 LaunchButton::_DrawFrame(BRect r, rgb_color col1, rgb_color col2, argument
389 AddLine(BPoint(r.right, r.top + 1.0), BPoint(r.right, r.bottom), col2); local
390 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col2); local
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.h109 rgb_color col2,
H A DIconButton.cpp767 IconButton::_DrawFrame(BRect r, rgb_color col1, rgb_color col2, argument
773 AddLine(BPoint(r.right, r.top + 1.0), BPoint(r.right, r.bottom), col2); local
774 AddLine(BPoint(r.right - 1.0, r.bottom), BPoint(r.left + 1.0, r.bottom), col2); local
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1219 rgb_color col2; local
1223 col2 = background;
1227 col2 = background;
1232 col2 = light;
1238 view->SetHighColor(col2);
1262 rgb_color col2; local
1266 col2 = background;
1270 col2 = background;
1275 col2 = light;
1281 view->SetHighColor(col2);
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp1861 rgb_color col2; local
1865 col2 = background;
1869 col2 = background;
1874 col2 = light;
1880 view->SetHighColor(col2);
1904 rgb_color col2; local
1908 col2 = background;
1912 col2 = background;
1917 col2 = light;
1923 view->SetHighColor(col2);
[all...]
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp1962 rgb_color col2; local
1966 col2 = background;
1970 col2 = background;
1975 col2 = light;
1981 view->SetHighColor(col2);
2005 rgb_color col2; local
2009 col2 = background;
2013 col2 = background;
2018 col2 = light;
2024 view->SetHighColor(col2);
[all...]

Completed in 255 milliseconds