Searched refs:kRed (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/processcontroller/
H A DColors.h24 const rgb_color kRed = {255,0, 0, 255}; variable
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp21 static const rgb_color kRed = {255, 0, 0}; variable
164 view->SetHighColor(kRed);
175 view->SetHighColor(kRed);
216 gradient.AddColor(kRed, 0);
225 gradient.AddColor(kRed, 0);
234 gradient.AddColor(kRed, 0);
243 gradient.AddColor(kRed, 0);
252 gradient.AddColor(kRed, 0);
276 gradient.AddColor(kRed, 0);
288 gradient.AddColor(kRed,
592 view->AddLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.bottom), kRed); local
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/
H A Dui_defines.h15 const rgb_color kRed = { 255, 0, 0, 255 }; variable
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp73 rgb_color kRed = mix_color(kIdealRed, kText, 191); local
98 owner->SetHighColor(IsSelected() ? kHighlightRed : kRed);
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp24 static const rgb_color kRed = {255, 0, 0, 255}; variable
963 .Add(heightForWidthView = new HeightForWidthTestView(kRed,
1052 .Add(heightForWidthView = new HeightForWidthTestView(kRed,
1145 .Add(heightForWidthView = new HeightForWidthTestView(kRed,
1245 .Add(heightForWidthView = new HeightForWidthTestView(kRed,
1337 .Add(heightForWidthView = new HeightForWidthTestView(kRed,
/haiku/src/libs/print/libprint/
H A DMarginView.cpp74 const rgb_color kRed = { 255,0,0,0 }; variable
134 SetHighColor(kRed);
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Rasterizer.cpp162 kRed = 1, enumerator in enum:__anon2
268 rgb |= kRed;

Completed in 54 milliseconds