Home
last modified time | relevance | path

Searched refs:rgbBlue (Results 1 – 25 of 31) sorted by relevance

12

/reactos/modules/rostests/apitests/gdi32/
H A DSetDIBits.c37 pBMI->bmiColors[0].rgbBlue = 0xFF; in Test_SetDIBits()
80 pBMI->bmiColors[0].rgbBlue = 0xFF; in Test_SetDIBits_1bpp()
100 pBMI->bmiColors[0].rgbBlue = 0xFF; in Test_SetDIBits_1bpp()
117 pBMI->bmiColors[0].rgbBlue = 0; in Test_SetDIBits_1bpp()
/reactos/dll/directx/wine/wined3d/
H A Dpalette.c78 entries[i].peBlue = palette->colors[i + start].rgbBlue; in wined3d_palette_get_entries()
122 palette->colors[i + start].rgbBlue = entries[i].peBlue; in wined3d_palette_set_entries()
132 palette->colors[0].rgbBlue = 0; in wined3d_palette_set_entries()
136 palette->colors[255].rgbBlue = 255; in wined3d_palette_set_entries()
/reactos/modules/rostests/winetests/gdi32/
H A Dbitmap.c547 colors[0].rgbBlue = 0; in test_dibsections()
550 colors[1].rgbBlue = 0xff; in test_dibsections()
619 colors[0].rgbBlue = 0xff; in test_dibsections()
622 colors[1].rgbBlue = 0; in test_dibsections()
880 rgb[0].rgbBlue = 3; in test_dibsections()
891 ok( rgb[0].rgbBlue == 3, "Expected rgbBlue = 3, got %u\n", rgb[0].rgbBlue ); in test_dibsections()
1326 colors[1].rgbBlue = 0x0; in test_mono_dibsection()
1353 colors[0].rgbBlue = 0x0; in test_mono_dibsection()
1370 colors[0].rgbBlue = 0x0; in test_mono_dibsection()
1868 info->bmiColors[i].rgbBlue == info2->bmiColors[i].rgbBlue && in test_GetDIBits_selected_DIB()
[all …]
H A Ddib.c1495 entries[i].peBlue = default_palette_1[i].rgbBlue; in create_default_palette()
1832 brush_colors[1].rgbBlue = 0xff; in draw_graphics()
2358 src_bi->bmiColors[i].rgbBlue = i; in draw_graphics()
3115 colors[i].rgbBlue = i & 0xc0; in test_simple_graphics()
3157 colors[0].rgbBlue = 0xff; in test_simple_graphics()
3160 colors[1].rgbBlue = 0; in test_simple_graphics()
3163 colors[2].rgbBlue = 0; in test_simple_graphics()
3166 colors[3].rgbBlue = 0; in test_simple_graphics()
3169 colors[4].rgbBlue = 0xff; in test_simple_graphics()
3227 colors[0].rgbBlue = 0xff; in test_simple_graphics()
[all …]
/reactos/modules/rostests/dibtests/palbitblt/
H A Dpal.c36 p[i].rgbBlue = i; in GeneratePalette()
114 palInf.palPalEntry[i].peBlue = palette[i].rgbBlue; in InitBitmap()
/reactos/modules/rostests/winetests/comctl32/
H A Dimagelist.c2051 bmi->bmiColors[i].rgbBlue == expect[i].rgbBlue) || in check_color_table()
2054 bmi->bmiColors[i].rgbBlue == broken_expect[i].rgbBlue)), in check_color_table()
2099 table[i].rgbBlue = entries[i].peBlue; in get_default_color_table()
2138 bmi->bmiColors[2].rgbBlue = 0xff; in test_color_table()
2145 bmi->bmiColors[0].rgbBlue = 0xff; in test_color_table()
2148 bmi->bmiColors[1].rgbBlue = 0x00; in test_color_table()
2151 bmi->bmiColors[2].rgbBlue = 0xff; in test_color_table()
2176 rgb[2].rgbBlue = 0xff; in test_color_table()
2197 rgb[0].rgbBlue = 0xff; in test_color_table()
2201 rgb[2].rgbBlue = 0xff; in test_color_table()
[all …]
/reactos/win32ss/gdi/ntgdi/
H A Ddibobj.c153 COLORREF crColor = RGB(colors[i].rgbRed, colors[i].rgbGreen, colors[i].rgbBlue); in CreateDIBPalette()
857 rgbQuads[i].rgbBlue = psurf->ppal->IndexedColors[i].peBlue; in GreGetDIBitsInternal()
891 rgbQuads[i].rgbBlue = pDcPal->IndexedColors[i].peBlue; in GreGetDIBitsInternal()
901 rgbQuads[0].rgbRed = rgbQuads[0].rgbGreen = rgbQuads[0].rgbBlue = 0; in GreGetDIBitsInternal()
903 rgbQuads[1].rgbRed = rgbQuads[1].rgbGreen = rgbQuads[1].rgbBlue = 0xff; in GreGetDIBitsInternal()
927 rgbQuads[i].rgbBlue = i & 0xc0; in GreGetDIBitsInternal()
1568 DWORD col = RGB(rgb->rgbRed, rgb->rgbGreen, rgb->rgbBlue); in IntCreateDIBitmap()
1574 col = RGB(rgb->rgbRed, rgb->rgbGreen, rgb->rgbBlue); in IntCreateDIBitmap()
2292 pNewBmi->bmiColors[i].rgbBlue = pbmci->bmciColors[i].rgbtBlue; in DIB_ConvertBitmapInfo()
2341 pbmci->bmciColors[i].rgbtBlue = converted->bmiColors[i].rgbBlue; in DIB_FreeConvertedBitmapInfo()
H A Dpalette.c1040 ppal->IndexedColors[i].peBlue = prgbColors->rgbBlue; in GreGetSetColorTable()
1054 prgbColors->rgbBlue = ppal->IndexedColors[i].peBlue; in GreGetSetColorTable()
H A Dbitmaps.c397 bi->bmiColors[Index].rgbBlue = PalGDI->IndexedColors[Index].peBlue; in IntCreateCompatibleBitmap()
/reactos/ntoskrnl/inbv/
H A Dbootanim.c103 UCHAR rgbBlue; member
172 Palette[Index].rgbBlue = (UCHAR) in BootLogoFadeIn()
173 (MainPalette[Index].rgbBlue * Iteration / PALETTE_FADE_STEPS); in BootLogoFadeIn()
/reactos/modules/rostests/apitests/atl/
H A DCImage.cpp127 bmi.bmiColorsExtra[0].rgbBlue = 0xFF; in Test_DIBSectionEntry()
134 bmi.bmiColorsExtra[0].rgbBlue = 0xFF; in Test_DIBSectionEntry()
137 bmi.bmiColorsExtra[1].rgbBlue = 0; in Test_DIBSectionEntry()
/reactos/modules/rostests/winetests/user32/
H A Dcursoricon.c564 info->bmiColors[i].rgbBlue = 255 - i; in test_CopyImage_Bitmap()
648 info->bmiColors[0].rgbBlue = 0; in test_CopyImage_Bitmap()
651 info->bmiColors[1].rgbBlue = 0; in test_CopyImage_Bitmap()
663 info->bmiColors[0].rgbBlue = 0; in test_CopyImage_Bitmap()
666 info->bmiColors[1].rgbBlue = 0xFF; in test_CopyImage_Bitmap()
678 info->bmiColors[0].rgbBlue = 0xFF; in test_CopyImage_Bitmap()
681 info->bmiColors[1].rgbBlue = 0; in test_CopyImage_Bitmap()
2738 bitmap_info->bmiColors[0].rgbBlue = monochrome ? 0x00 : 0xff; in test_monochrome_icon()
2741 bitmap_info->bmiColors[1].rgbBlue = 0xff; in test_monochrome_icon()
2811 return RGB(color.rgbRed, color.rgbGreen, color.rgbBlue); in get_color_from_bits()
[all …]
/reactos/win32ss/user/user32/windows/
H A Dcursoricon.c143 (rgb->rgbBlue == 0) && (rgb->rgbReserved == 0)) in is_dib_monochrome()
149 && (rgb->rgbBlue == 0xff) && (rgb->rgbReserved == 0)); in is_dib_monochrome()
726 rgb[0].rgbBlue = rgb[0].rgbGreen = rgb[0].rgbRed = 0x00; in CURSORICON_GetCursorDataFromBMI()
727 rgb[1].rgbBlue = rgb[1].rgbGreen = rgb[1].rgbRed = 0xff; in CURSORICON_GetCursorDataFromBMI()
1764 && bi->bmiColors[0].rgbBlue == 0xff in BITMAP_CopyImage()
1768 && bi->bmiColors[1].rgbBlue == 0 in BITMAP_CopyImage()
1773 && bi->bmiColors[0].rgbBlue == 0 in BITMAP_CopyImage()
1777 && bi->bmiColors[1].rgbBlue == 0xff in BITMAP_CopyImage()
/reactos/modules/rostests/dibtests/dibtest/
H A Ddibtest.c127 Colors[4 * row + col].rgbBlue)); in PaintCells()
/reactos/dll/win32/iccvid/
H A Diccvid.c758 …ORREF realRedMask = MAKECOLOUR32(bmiColors[0].rgbRed, bmiColors[0].rgbGreen, bmiColors[0].rgbBlue); in ICCVID_CheckMask()
759 …RREF realBlueMask = MAKECOLOUR32(bmiColors[1].rgbRed, bmiColors[1].rgbGreen, bmiColors[1].rgbBlue); in ICCVID_CheckMask()
760 …REF realGreenMask = MAKECOLOUR32(bmiColors[2].rgbRed, bmiColors[2].rgbGreen, bmiColors[2].rgbBlue); in ICCVID_CheckMask()
/reactos/dll/win32/msrle32/
H A Dmsrle32.c46 return (30 * clr.rgbRed + 59 * clr.rgbGreen + 11 * clr.rgbBlue)/4; in Intensity()
171 int b = ((int)clrs[i].rgbBlue - (int)clr.rgbBlue); in MSRLE32_GetNearestPaletteIndex()
1694 | ((rgbIn[i].rgbGreen >> 3) << 5) | (rgbIn[i].rgbBlue >> 3); in DecompressBegin()
1697 | ((rgbIn[i].rgbGreen >> 3) << 5) | (rgbIn[i].rgbBlue >> 3); in DecompressBegin()
/reactos/win32ss/gdi/gdi32/objects/
H A Dutils.c270 NewBitmapInfo->bmiColors[Index].rgbBlue = in ConvertBitmapInfo()
/reactos/dll/win32/gdiplus/
H A Dgdiplus.c298 bits[0].rgbBlue = (color&0xff)*alpha/255; in ARGB2BMP()
/reactos/dll/win32/comctl32/
H A Dcommctrl.c1067 pColorTable[iColor].rgbBlue); in CreateMappedBitmap()
1076 pColorTable[iColor].rgbBlue = GetBValue(sysColorMap[i].to); in CreateMappedBitmap()
H A Dimagelist.c1375 info->bmiColors[0].rgbBlue = 0; in alpha_blend_image()
1379 info->bmiColors[1].rgbBlue = 0xff; in alpha_blend_image()
/reactos/base/applications/mspaint/
H A Ddib.cpp646 bmi.bmiColors[1].rgbBlue = 255; in ConvertToBlackAndWhite()
/reactos/sdk/include/psdk/
H A Dmfobjects.idl336 BYTE rgbBlue;
/reactos/base/applications/winhlp32/
H A Dhlpfile.c903 bi->bmiColors[nc - 1].rgbBlue)); in HLPFILE_RtfAddTransparentBitmap()
1018 bi->bmiColors[i].rgbBlue = ptr[0]; in HLPFILE_RtfAddBitmap()
/reactos/sdk/lib/atl/
H A Datlimage.h1038 return RGB(quad.rgbRed, quad.rgbGreen, quad.rgbBlue); in RGBFromPaletteIndex()
/reactos/win32ss/gdi/gdi32/wine/
H A Denhmetafile.c244 (rgb->rgbBlue == 0) && (rgb->rgbReserved == 0)) in is_dib_monochrome()
250 && (rgb->rgbBlue == 0xff) && (rgb->rgbReserved == 0)); in is_dib_monochrome()

12