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

/haiku/src/tests/servers/app/gradients/
H A Dmain.cpp54 g1.AddColor(make_color(0,0,0,255), 0);
55 g1.AddColor(make_color(255,255,255,255), 255);
57 g2.AddColor(make_color(0,0,0,255), 0);
58 g2.AddColor(make_color(255,255,255,255), 255);
144 view->SetHighColor(make_color(0,0,0,255));
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp84 SetHighColor(make_color(0, 0, 0, 255));
86 SetHighColor(make_color(180, 180, 180, 255));
102 SetHighColor(make_color(255, 0, 0, 255));
104 SetHighColor(make_color(255, 180, 180, 255));
124 SetHighColor(make_color(0, 255, 0, 255));
126 SetHighColor(make_color(180, 255, 180, 255));
/haiku/src/tests/kits/interface/
H A DListViewTest.cpp63 listView->AddItem(new ColorfulItem("green item", make_color(0, 255, 0)));
/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgb_packed.h64 static AGG_INLINE color_type make_color(pixel_type p) function in struct:agg::blender_rgb555
104 static AGG_INLINE color_type make_color(pixel_type p) function in struct:agg::blender_rgb555_pre
150 static AGG_INLINE color_type make_color(pixel_type p) function in class:agg::blender_rgb555_gamma
193 static AGG_INLINE color_type make_color(pixel_type p) function in struct:agg::blender_rgb565
232 static AGG_INLINE color_type make_color(pixel_type p) function in struct:agg::blender_rgb565_pre
275 static AGG_INLINE color_type make_color(pixel_type p) function in class:agg::blender_rgb565_gamma
318 static AGG_INLINE color_type make_color(pixel_type p) function in struct:agg::blender_rgbAAA
360 static AGG_INLINE color_type make_color(pixel_type p) function in struct:agg::blender_rgbAAA_pre
405 static AGG_INLINE color_type make_color(pixel_type p) function in class:agg::blender_rgbAAA_gamma
446 static AGG_INLINE color_type make_color(pixel_typ function in struct:agg::blender_bgrAAA
488 static AGG_INLINE color_type make_color(pixel_type p) function in struct:agg::blender_bgrAAA_pre
533 static AGG_INLINE color_type make_color(pixel_type p) function in class:agg::blender_bgrAAA_gamma
574 static AGG_INLINE color_type make_color(pixel_type p) function in struct:agg::blender_rgbBBA
613 static AGG_INLINE color_type make_color(pixel_type p) function in struct:agg::blender_rgbBBA_pre
656 static AGG_INLINE color_type make_color(pixel_type p) function in class:agg::blender_rgbBBA_gamma
696 static AGG_INLINE color_type make_color(pixel_type p) function in struct:agg::blender_bgrABB
735 static AGG_INLINE color_type make_color(pixel_type p) function in struct:agg::blender_bgrABB_pre
778 static AGG_INLINE color_type make_color(pixel_type p) function in class:agg::blender_bgrABB_gamma
[all...]
/haiku/src/apps/drivesetup/
H A DDiskView.cpp145 SetHighColor(make_color(255, 128, 128));
147 SetHighColor(make_color(128, 255, 128));
160 SetLowColor(make_color(255, 255, 255));
164 SetHighColor(make_color(192, 192, 192));
167 SetLowColor(make_color(224, 224, 0));
179 SetLowColor(make_color(172, 172, 255));
182 SetLowColor(make_color(255, 172, 172));
184 SetLowColor(make_color(190, 255, 190));
/haiku/src/tests/servers/app/tiled_bitmap_test/
H A DTiledBitmapTest.cpp34 SetViewColor(make_color(255, 0, 0));
/haiku/src/apps/gradients/
H A DGradientsView.cpp114 gradient.AddColor(make_color(255, 0, 0), 0);
115 gradient.AddColor(make_color(0, 255, 0), 127);
116 gradient.AddColor(make_color(0, 0, 255), 255);
/haiku/src/apps/terminal/
H A DTerminalLine.h126 return make_color((foreground >> 16) & 0xFF,
137 return make_color((background >> 16) & 0xFF,
148 return make_color((underline >> 16) & 0xFF,
H A DTermViewStates.cpp795 return make_color(0, 0, 255);
/haiku/src/preferences/printers/
H A DTestPageView.cpp89 rgb_color lightBlue = make_color(6, 169, 255);
90 rgb_color darkBlue = make_color(0, 50, 126);
225 rgb_color white = make_color(255, 255, 255);
/haiku/src/preferences/appearance/
H A DAPRView.cpp193 make_color(255, 0, 255));
210 make_color(255, 0, 255));
271 make_color(255, 0, 255));
/haiku/src/tests/add-ons/opengl/fake_renderer/
H A DFakeRenderer.cpp75 fDrawColor = make_color(rand() % 0xFF, rand() % 0xFF, rand() % 0xFF);
/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 DPoseView.cpp216 return make_color(255 - color.red, 255 - color.green, 255 - color.blue);
/haiku/headers/os/interface/
H A DGraphicsDefs.h107 make_color(uint8 red, uint8 green, uint8 blue, uint8 alpha = 255) function
/haiku/src/kits/interface/
H A DStatusBar.cpp327 textColor = make_color(0, 0, 0, 255);
329 textColor = make_color(255, 255, 255, 255);
H A DInterfaceDefs.cpp1281 return make_color(0, 0, 0);
H A DHaikuControlLook.cpp2237 color = make_color(255, 255, 255);
2239 glowColor = make_color(0, 0, 0);
2242 color = make_color(0, 0, 0);
2244 glowColor = make_color(255, 255, 255);
/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));
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2226 color = make_color(255, 255, 255);
2228 glowColor = make_color(0, 0, 0);
2231 color = make_color(0, 0, 0);
2233 glowColor = make_color(255, 255, 255);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp221 rgb_color unfilledColor = make_color(0x4c, 0x4c, 0x4c);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1351 white = make_color(200, 200, 200, 255);
1352 veryDarkGray = make_color(0, 0, 0, 255);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp546 rgb_color pixelColor = make_color(iconBits[offset],
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp714 rgb_color keyLabelColor = make_color(0, 0, 0, 255);

Completed in 227 milliseconds