Searched refs:blue (Results 176 - 200 of 241) sorted by relevance

12345678910

/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.cpp884 (c.blue);
889 uint32 native = (c.alpha << 24) | (c.red << 16) | (c.green << 8) | (c.blue);
/haiku/src/apps/serialconnect/libvterm/include/
H A Dvterm.h48 uint8_t red, green, blue; member in struct:__anon3
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp218 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp21 // 1 - blue,
58 fPalette[i].blue = (sPalette32[i] >> 0) & 0xff;
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1415 result.blue = LIGHTEN(color.blue);
1420 result.blue = DARKEN(color.blue);
H A DHaikuControlLook.cpp1213 fillColor.blue = uint8(fillColor.blue * 0.4 + base.blue * 0.6);
2048 if (base.red + base.green + base.blue <= 128 * 3) {
2228 color.blue = (uint8)(((int32)low.blue + color.blue + 1) / 2);
3703 edgeLightColor.blue = uint8(edgeLightColor.blue * brightness);
3733 edgeShadowColor.blue
[all...]
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp144 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
/haiku/src/kits/tracker/
H A DPoseView.h1040 // folders, but white on blue on the desktop).
1067 if (color.blue > 150)
1073 color.blue = 255;
1077 color.blue = 0;
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js499 this.blue = 0;
508 this.blue = remoteMessage.dataView.readUint8();
518 this.blue = value >> 16 & 0xff;
526 return 'rgba(' + this.red + ', ' + this.green + ', ' + this.blue + ', '
533 return this.red | this.green << 8 | this.blue << 16
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp154 { 160, 160, 255, 255 }, /* blue */
410 fCurrentSettings.back_color.blue = 0;
782 /* star color blue check box */
1060 fNextSettings.back_color.blue = (color >> 8);
1566 (new_set.back_color.blue != fCurrentSettings.back_color.blue)) {
2088 ref_color.blue = (ref_color.blue*light_gradient[i&7])>>16;
2104 ref_color.blue = (ref_color.blue*light_gradien
[all...]
/haiku/src/preferences/locale/
H A DLanguageListView.cpp85 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp283 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
/haiku/src/add-ons/translators/ppm/
H A Dcolorspace.cpp165 out_buf[0] = c.blue;
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp172 map->color_list[x].green, map->color_list[x].blue);
/haiku/src/apps/glteapot/
H A DGLObject.cpp34 float *colors[] = {NULL, white, yellow, blue, red, green};
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp295 reply.Add(color.blue);
/haiku/src/kits/print/
H A DPicturePrinter.cpp78 printf("color r: %d g: %d b: %d", color.red, color.green, color.blue);
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp394 color.red, color.green, color.blue);
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp149 if (lowColor.red + lowColor.green + lowColor.blue > 128 * 3)
/haiku/src/apps/showimage/
H A DShowImageView.cpp135 blend_colors(p, kAlphaLow.red, kAlphaLow.green, kAlphaLow.blue, alpha);
137 blend_colors(p, kAlphaHigh.red, kAlphaHigh.green, kAlphaHigh.blue, alpha);
141 blend_colors(p, kAlphaHigh.red, kAlphaHigh.green, kAlphaHigh.blue, alpha);
143 blend_colors(p, kAlphaLow.red, kAlphaLow.green, kAlphaLow.blue, alpha);
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp381 if (bgColor.red + bgColor.green + bgColor.blue <= 128 * 3)
/haiku/src/servers/app/
H A DServerWindow.cpp1761 fCurrentView->Name(), color.red, color.green, color.blue,
1774 color.blue, color.alpha));
1790 color.blue, color.alpha));
1861 color.red, color.green, color.blue, color.alpha));
1879 color.red, color.green, color.blue, color.alpha));
1897 color.red, color.green, color.blue, color.alpha));
1913 color.blue, color.alpha));
1929 color.blue, color.alpha));
1942 color.blue, color.alpha));
/haiku/src/apps/processcontroller/
H A DProcessController.cpp517 swap_color.blue = 0;
527 idle_color.blue /= 3;
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp305 run->offset, run->color.red, run->color.green, run->color.blue);
759 << "\\blue" << cit->blue
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp225 unfilledColor.blue = 256 - unfilledColor.blue;

Completed in 197 milliseconds

12345678910