/haiku/src/tests/servers/app/gradients/ |
H A D | main.cpp | 54 g1.AddColor(make_color(0,0,0,255), 0); in Draw() 55 g1.AddColor(make_color(255,255,255,255), 255); in Draw() 57 g2.AddColor(make_color(0,0,0,255), 0); in Draw() 58 g2.AddColor(make_color(255,255,255,255), 255); in Draw() 144 view->SetHighColor(make_color(0,0,0,255)); in Draw()
|
/haiku/src/tests/add-ons/media/media-add-ons/mixer/ |
H A D | main.cpp | 84 SetHighColor(make_color(0, 0, 0, 255)); in Draw() 86 SetHighColor(make_color(180, 180, 180, 255)); in Draw() 102 SetHighColor(make_color(255, 0, 0, 255)); in Draw() 104 SetHighColor(make_color(255, 180, 180, 255)); in Draw() 124 SetHighColor(make_color(0, 255, 0, 255)); in Draw() 126 SetHighColor(make_color(180, 255, 180, 255)); in Draw()
|
/haiku/headers/libs/agg/ |
H A D | agg_pixfmt_rgb_packed.h | 64 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function 104 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function 150 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function 193 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function 232 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function 275 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function 318 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function 360 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function 405 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function 446 static AGG_INLINE color_type make_color(pixel_type p) in make_color() function [all …]
|
/haiku/src/apps/drivesetup/ |
H A D | DiskView.cpp | 145 SetHighColor(make_color(255, 128, 128)); in Draw() 147 SetHighColor(make_color(128, 255, 128)); in Draw() 160 SetLowColor(make_color(255, 255, 255)); in Draw() 164 SetHighColor(make_color(192, 192, 192)); in Draw() 167 SetLowColor(make_color(224, 224, 0)); in Draw() 179 SetLowColor(make_color(172, 172, 255)); in Draw() 182 SetLowColor(make_color(255, 172, 172)); in Draw() 184 SetLowColor(make_color(190, 255, 190)); in Draw()
|
/haiku/src/apps/terminal/ |
H A D | TerminalLine.h | 126 return make_color((foreground >> 16) & 0xFF, in ForegroundColor() 137 return make_color((background >> 16) & 0xFF, in BackgroundColor() 148 return make_color((underline >> 16) & 0xFF, in UnderlineColor()
|
H A D | TermViewStates.cpp | 795 return make_color(0, 0, 255); in ForegroundColor()
|
/haiku/src/apps/gradients/ |
H A D | GradientsView.cpp | 114 gradient.AddColor(make_color(255, 0, 0), 0); in DrawRadial() 115 gradient.AddColor(make_color(0, 255, 0), 127); in DrawRadial() 116 gradient.AddColor(make_color(0, 0, 255), 255); in DrawRadial()
|
/haiku/src/preferences/printers/ |
H A D | TestPageView.cpp | 89 rgb_color lightBlue = make_color(6, 169, 255); in Draw() 90 rgb_color darkBlue = make_color(0, 50, 126); in Draw() 225 rgb_color white = make_color(255, 255, 255); in Draw()
|
/haiku/src/tests/kits/interface/ |
H A D | ListViewTest.cpp | 63 listView->AddItem(new ColorfulItem("green item", make_color(0, 255, 0))); in Window()
|
/haiku/src/tests/servers/app/tiled_bitmap_test/ |
H A D | TiledBitmapTest.cpp | 34 SetViewColor(make_color(255, 0, 0)); in View()
|
/haiku/src/preferences/appearance/ |
H A D | APRView.cpp | 193 make_color(255, 0, 255)); in SetDefaults() 210 make_color(255, 0, 255)); in Revert() 271 make_color(255, 0, 255)); in _UpdatePreviews()
|
/haiku/src/tests/add-ons/opengl/fake_renderer/ |
H A D | FakeRenderer.cpp | 75 fDrawColor = make_color(rand() % 0xFF, rand() % 0xFF, rand() % 0xFF); in SwapBuffers()
|
/haiku/src/kits/tracker/ |
H A D | Utilities.h | 73 static const rgb_color kBlack = make_color(0, 0, 0, 255); 74 static const rgb_color kWhite = make_color(255, 255, 255 ,255);
|
H A D | Utilities.cpp | 101 return make_color(255 - color.red, 255 - color.green, 255 - color.blue); in InvertColor()
|
/haiku/headers/os/interface/ |
H A D | GraphicsDefs.h | 107 make_color(uint8 red, uint8 green, uint8 blue, uint8 alpha = 255)
|
/haiku/src/kits/interface/ |
H A D | StatusBar.cpp | 327 textColor = make_color(0, 0, 0, 255); in Draw() 329 textColor = make_color(255, 255, 255, 255); in Draw()
|
H A D | HaikuControlLook.cpp | 2236 color = make_color(255, 255, 255); in DrawLabel() 2238 glowColor = make_color(0, 0, 0); in DrawLabel() 2241 color = make_color(0, 0, 0); in DrawLabel() 2243 glowColor = make_color(255, 255, 255); in DrawLabel()
|
H A D | InterfaceDefs.cpp | 1317 return make_color(0, 0, 0); in ui_color()
|
/haiku/src/apps/icon-o-matic/generic/gui/ |
H A D | ListViews.cpp | 37 static const rgb_color kDropIndicatorColor = make_color(255, 65, 54, 255); 38 static const rgb_color kDragFrameColor = make_color(17, 17, 17, 255);
|
/haiku/src/apps/mandelbrot/ |
H A D | Mandelbrot.cpp | 120 SetHighColor(make_color(255, 255, 255, 255)); in FractalView()
|
/haiku/docs/user/interface/ |
H A D | GraphicsDefs.dox | 246 \fn rgb_color make_color(uint8 red, uint8 green, uint8 blue, uint8 alpha=255)
|
/haiku/src/apps/powerstatus/ |
H A D | PowerStatusView.cpp | 223 rgb_color unfilledColor = make_color(0x4c, 0x4c, 0x4c); in _DrawBattery()
|
/haiku/src/add-ons/control_look/BeControlLook/ |
H A D | BeControlLook.cpp | 2228 color = make_color(255, 255, 255); in DrawLabel() 2230 glowColor = make_color(0, 0, 0); in DrawLabel() 2233 color = make_color(0, 0, 0); in DrawLabel() 2235 glowColor = make_color(255, 255, 255); in DrawLabel()
|
/haiku/src/apps/deskbar/ |
H A D | Switcher.cpp | 1351 white = make_color(200, 200, 200, 255); in Draw() 1352 veryDarkGray = make_color(0, 0, 0, 255); in Draw()
|
/haiku/src/servers/registrar/ |
H A D | ShutdownProcess.cpp | 546 rgb_color pixelColor = make_color(iconBits[offset], in IconWaitAnimationEnabled()
|