Searched refs:colors (Results 51 - 75 of 124) sorted by relevance

12345

/haiku/src/add-ons/translators/icns/
H A DICNSLoader.cpp23 ICNSFormat(float width, float height, color_space colors) argument
31 //other colors depth not supported now
32 if (colors != B_RGB32 && colors != B_RGBA32)
155 bitsHeader.colors = B_RGBA32;
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h59 const ComponentColors& colors);
/haiku/headers/os/translation/
H A DTranslatorFormats.h74 color_space colors; member in struct:TranslatorBitmap
/haiku/headers/private/graphics/vesa/
H A Dvesa_info.h78 uint8* colors; member in struct:vesa_set_indexed_colors_args
/haiku/src/apps/terminal/
H A DTerminalBuffer.h36 void SetColors(uint8* indexes, rgb_color* colors,
H A DTerminalBuffer.cpp201 TerminalBuffer::SetColors(uint8* indexes, rgb_color* colors, argument
211 colors, sizeof(rgb_color), true, count);
215 message.AddData("color", B_RGB_COLOR_TYPE, &colors[i],
/haiku/src/servers/app/
H A DDesktopSettings.cpp82 memcpy((void*)fShared.colors, BPrivate::kDefaultColors,
306 // colors
312 if (settings.FindInt32(colorName, (int32*)&fShared.colors[i]) != B_OK) {
314 fShared.colors[i] = B_TRANSPARENT_COLOR;
461 settings.AddInt32(colorName, (const int32&)fShared.colors[i]);
675 *changed = fShared.colors[index] != color;
677 fShared.colors[index] = color;
688 DesktopSettingsPrivate::SetUIColors(const BMessage& colors, bool* changed) argument
690 int32 count = colors.CountNames(B_RGB_32_BIT_TYPE);
701 while (colors
1064 SetUIColors(const BMessage& colors, bool* changed) argument
[all...]
H A DDesktopSettings.h105 void SetUIColors(const BMessage& colors,
/haiku/src/add-ons/translators/ico/
H A DICO.cpp205 switch (bitsHeader.colors) {
551 TRACE(("size: %ld, width: %ld, height: %ld, bits_per_pixel: %d, x/y per meter: %ld:%ld, compression: %ld, image_size: %ld, colors used: %ld, important colors: %ld\n",
638 bitsHeader.colors = B_RGBA32;
671 switch (bitsHeader.colors) {
705 if (bitsHeader.colors != B_RGBA32
706 || !has_true_alpha_channel(bitsHeader.colors, bitsData,
710 // count colors
711 int32 colors = fill_palette(bitsHeader, bitsData, palette); local
712 if (colors !
[all...]
/haiku/headers/libs/agg/
H A Dagg_span_gouraud.h55 colors(c1, c2, c3);
60 void colors(ColorT c1, ColorT c2, ColorT c3) function in class:agg::span_gouraud
72 // However, the coordinates to interpolate colors are calculated
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp101 Activity::SetColors(const rgb_color* colors, uint32 numColors) argument
106 colorsCopy[i] = colors[i];
215 // Example with 3 colors and a visible area of 2*fStripeWidth (which means
230 // Default colors, chosen from system color scheme
244 // Default colors, chosen from system color scheme
/haiku/src/system/boot/platform/riscv/
H A DFwCfg.cpp120 gFramebuf.colors = (uint32_t*)malloc(4*width*height);
125 cfg.addr = B_HOST_TO_BENDIAN_INT64((size_t)gFramebuf.colors);
H A Dvideo.cpp91 gKernelArgs.frame_buffer.physical_buffer.start = (addr_t)gFramebuf.colors;
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Ddevice.cpp193 status = vesa_set_indexed_colors(*info, args.first, args.colors,
200 return vga_set_indexed_colors(args.first, args.colors,
H A Dvesa_private.h48 extern status_t vesa_set_indexed_colors(vesa_info& info, uint8 first, uint8* colors, uint16 count);
/haiku/src/tests/kits/game/chart/
H A DChartRender.h122 uint32 colors[7][8]; member in struct:__anon5794
145 /* color profile of the star (between the 7 existing colors */
H A DChartRender_d.h143 uint32 colors[7][8]; member in struct:__anon2041
166 /* color profile of the star (between the 7 existing colors */
/haiku/src/libs/icon/style/
H A DGradientTransformable.h104 void MakeGradient(uint32* colors,
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.h64 const ComponentColors& colors);
/haiku/src/add-ons/accelerants/vesa/
H A Dmode.cpp326 vesa_set_indexed_colors(uint count, uint8 first, uint8* colors, uint32 flags) argument
333 args.colors = colors;
/haiku/src/kits/translation/
H A DBitmapStream.cpp41 fHeader.colors = fBitmap->ColorSpace();
142 || fBitmap->ColorSpace() != fHeader.colors
153 0, fHeader.colors, fHeader.rowBytes);
/haiku/src/add-ons/translators/gif/
H A DGIFTranslator.cpp169 header.colors = (color_space)B_BENDIAN_TO_HOST_INT32(header.colors);
173 *out = new(std::nothrow) BBitmap(header.bounds, header.colors);
/haiku/src/preferences/appearance/
H A DAPRView.cpp53 fAutoSelectCheckBox = new BCheckBox(B_TRANSLATE("Automatically pick secondary colors"),
261 APRView::_UpdatePreviews(const BMessage& colors) argument
269 color = colors.GetColor(ui_color_name(item->ColorWhich()),
279 APRView::_SetUIColors(const BMessage& colors) argument
281 set_ui_colors(&colors);
282 fCurrentColors = colors;
312 // Protect against accidentally overwriting colors.
/haiku/src/add-ons/translators/png/
H A DPNGTranslator.cpp418 bitsHeader.colors = B_RGBA32;
420 bitsHeader.colors = B_RGB32;
737 if (bitsHeader.colors == B_CMAP8) {
750 switch (bitsHeader.colors) {
788 switch (bitsHeader.colors) {
903 pix_bits_to_png(pbitsrow, prow, bitsHeader.colors, width,
912 pix_bits_to_png(pbitsrow, prows[i], bitsHeader.colors,
/haiku/src/libs/icon/
H A DIconRenderer.cpp208 const agg::rgba8* colors = style->GammaCorrectedColors(fGammaTable); local
213 _GenerateGradient(span, x, y, len, function, -64, 64, colors,
219 _GenerateGradient(span, x, y, len, function, 0, 64, colors,
225 _GenerateGradient(span, x, y, len, function, 0, 64, colors,
231 _GenerateGradient(span, x, y, len, function, 0, 64, colors,
237 _GenerateGradient(span, x, y, len, function, 0, 64, colors,
243 _GenerateGradient(span, x, y, len, function, 0, 64, colors,

Completed in 118 milliseconds

12345