Home
last modified time | relevance | path

Searched refs:make_color (Results 1 – 25 of 26) sorted by relevance

12

/haiku/src/tests/servers/app/gradients/
H A Dmain.cpp54 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 Dmain.cpp84 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 Dagg_pixfmt_rgb_packed.h64 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 DDiskView.cpp145 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 DTerminalLine.h126 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 DTermViewStates.cpp795 return make_color(0, 0, 255); in ForegroundColor()
/haiku/src/apps/gradients/
H A DGradientsView.cpp114 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 DTestPageView.cpp89 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 DListViewTest.cpp63 listView->AddItem(new ColorfulItem("green item", make_color(0, 255, 0))); in Window()
/haiku/src/tests/servers/app/tiled_bitmap_test/
H A DTiledBitmapTest.cpp34 SetViewColor(make_color(255, 0, 0)); in View()
/haiku/src/preferences/appearance/
H A DAPRView.cpp193 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 DFakeRenderer.cpp75 fDrawColor = make_color(rand() % 0xFF, rand() % 0xFF, rand() % 0xFF); in SwapBuffers()
/haiku/src/kits/tracker/
H A DUtilities.h73 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 DUtilities.cpp101 return make_color(255 - color.red, 255 - color.green, 255 - color.blue); in InvertColor()
/haiku/headers/os/interface/
H A DGraphicsDefs.h107 make_color(uint8 red, uint8 green, uint8 blue, uint8 alpha = 255)
/haiku/src/kits/interface/
H A DStatusBar.cpp327 textColor = make_color(0, 0, 0, 255); in Draw()
329 textColor = make_color(255, 255, 255, 255); in Draw()
H A DHaikuControlLook.cpp2236 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 DInterfaceDefs.cpp1317 return make_color(0, 0, 0); in ui_color()
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp37 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 DMandelbrot.cpp120 SetHighColor(make_color(255, 255, 255, 255)); in FractalView()
/haiku/docs/user/interface/
H A DGraphicsDefs.dox246 \fn rgb_color make_color(uint8 red, uint8 green, uint8 blue, uint8 alpha=255)
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp223 rgb_color unfilledColor = make_color(0x4c, 0x4c, 0x4c); in _DrawBattery()
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2228 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 DSwitcher.cpp1351 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 DShutdownProcess.cpp546 rgb_color pixelColor = make_color(iconBits[offset], in IconWaitAnimationEnabled()

12