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

12345

/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp145 bitsHeader.colors = B_RGBA32;
/haiku/src/system/boot/platform/riscv/
H A Dfdt.cpp172 gFramebuf.colors = (uint32*)fdt64_to_cpu(
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp1036 switch (bitsHeader.colors) {
1109 switch (bitsHeader.colors) {
1127 bitsHeader.colors, msheader);
1135 if (bitsHeader.colors == B_CMAP8) {
1794 bitsHeader.colors = B_RGB32;
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp150 /* the 7 colors for stars. */
365 int32 colors[3]; local
400 fCurrentSettings.colors[i] = false;
401 fCurrentSettings.colors[1] = true;
402 fCurrentSettings.colors[2] = true;
403 fCurrentSettings.colors[3] = true;
436 colors[0] = 1;
437 colors[1] = 2;
438 colors[2] = 3;
439 SetStarColors(colors,
[all...]
/haiku/headers/libs/agg/
H A Dagg_rasterizer_outline_aa.h184 const ColorStorage& colors,
190 m_ren->color(colors[i]);
183 render_all_paths(VertexSource& vs, const ColorStorage& colors, const PathId& path_id, unsigned num_paths) argument
H A Dagg_span_gradient.h136 void colors(const color_type& c1, const color_type& c2, unsigned size = 256) function in struct:agg::gradient_linear_color
/haiku/src/tools/translation/inspector/
H A DImageView.cpp259 get_color_space_name(color_space colors) argument
312 if (colors == kcolorspaces[i].id)
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp643 const uint32 colors[] = {B_CMAP8, B_RGB15, B_RGB16, B_RGB32}; local
658 modes[index].space = colors[c];
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa.cpp596 vesa_set_indexed_colors(vesa_info& info, uint8 first, uint8* colors, argument
619 // convert colors to VESA palette
622 if (user_memcpy(color, &colors[i * 3], 3) < B_OK) {
/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp285 bitsHeader.colors = B_RGB32;
/haiku/headers/os/interface/
H A DInterfaceDefs.h484 void set_ui_colors(const BMessage* colors);
H A DTextView.h203 void SetColorSpace(color_space colors);
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp1223 switch (bitsHeader.colors) {
1332 switch (bitsHeader.colors) {
1350 bitsHeader.colors, imagespec, brle);
2141 bitsHeader.colors = B_RGBA32;
2143 bitsHeader.colors = B_RGB32;
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp2722 FORCC ppm2[col*colors+c] = image[soff][c];
2725 swab (ppm2, ppm2, width*colors*2);
2726 fwrite (ppm, colors*output_bps/8, width, ofp);
3043 for (colors=cfa=i=0; i < plen; i++) {
3044 colors += !(cfa & (1 << cfa_pat[i]));
3078 colors = 4;
3175 colors = len;
3176 fread(cfa_pc, 1, colors, ifp);
3617 else if (quality < 3 || colors > 3)
3627 if (mix_green && (colors
[all...]
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.cpp36 fColorSpace = (color_space)B_BENDIAN_TO_HOST_INT32(header.colors);
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp304 header.colors = (color_space)B_HOST_TO_BENDIAN_INT32(B_RGBA32);
/haiku/src/apps/glteapot/
H A DGLObject.cpp34 float *colors[] = {NULL, white, yellow, blue, red, green}; variable
/haiku/src/tests/kits/translation/
H A DBitmapStreamTest.cpp212 sheader.colors = B_RGB32;
/haiku/src/servers/app/drawing/Painter/
H A DPainter.h314 int32 colorCount, uint32* colors,
H A DPainter.cpp1577 // by the AGG renderer and use the colors from the PatternHandler
1585 // has to be called so that all internal colors in the renderes
1994 uint32* colors, int32 arrayOffset, int32 arraySize) const
2001 // current index into "colors" array
2010 uint8* c = (uint8*)&colors[0];
2037 uint8* c = (uint8*)&colors[startIndex];
2059 uint8* c = (uint8*)&colors[startIndex];
1993 _MakeGradient(const BGradient& gradient, int32 colorCount, uint32* colors, int32 arrayOffset, int32 arraySize) const argument
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp911 switch ((color_space)B_BENDIAN_TO_HOST_INT32(header.colors)) {
1159 header.colors = (color_space)B_HOST_TO_BENDIAN_INT32(out_color_space);
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp547 B_TRANSLATE("Prevent colors 'washing out'"),
871 switch ((color_space)B_BENDIAN_TO_HOST_INT32(header.colors)) {
966 // This is needed to prevent some colors loss
1183 header.colors = (color_space)B_HOST_TO_BENDIAN_INT32(outColorSpace);
/haiku/src/kits/interface/
H A DTextView.cpp2532 BTextView::SetColorSpace(color_space colors) argument
2534 if (colors != fColorSpace && fOffscreen) {
2535 fColorSpace = colors;
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c8434 int colors[IWM_MAX_BINDINGS] = { -1, -1, -1, -1, }; local
8444 colors[id] = in->in_phyctxt->color;
8468 if (colors[i] < 0)
8472 htole32(IWM_FW_CMD_ID_AND_COLOR(i, colors[i]));

Completed in 200 milliseconds

12345