Searched refs:grey (Results 1 – 14 of 14) sorted by relevance
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_next.c | 105 uint32 npixels = 0, grey; in NeXTDecode() local 119 grey = (uint32)((n>>6) & 0x3); in NeXTDecode() 127 SETPIXEL(op, grey); in NeXTDecode()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | vertical.sfd | 143 MDRP[rp0,rnd,grey] 293 MDRP[rnd,grey] 623 MDRP[grey] 780 MDRP[rp0,min,rnd,grey] 804 MIRP[rp0,min,rnd,grey]
|
H A D | wine_test.sfd | 111 MDRP[rp0,min,rnd,grey] 135 MIRP[rp0,min,rnd,grey]
|
H A D | wine_vdmx.sfd | 138 MDRP[rp0,min,rnd,grey] 162 MIRP[rp0,min,rnd,grey]
|
/reactos/base/applications/network/telnet/doc/ |
H A D | options.txt | 132 7 - lt. grey (dk. white), 8 - dk. grey, 9 - bright blue, 10 - bright green,
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | imagelist.c | 1047 static void image_list_add_bitmap(HIMAGELIST himl, BYTE grey, int i) in image_list_add_bitmap() argument 1054 hbm = create_bitmap(BMP_CX, BMP_CX, RGB(grey, grey, grey), comment); in image_list_add_bitmap() 1065 BYTE grey; in image_list_init() member 1100 image_list_add_bitmap(himl, td[i].grey, i + 1); in image_list_init()
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | math.c | 63 FLOAT grey; in D3DXColorAdjustSaturation() local 67 grey = pc->r * 0.2125f + pc->g * 0.7154f + pc->b * 0.0721f; in D3DXColorAdjustSaturation() 68 pout->r = grey + s * (pc->r - grey); in D3DXColorAdjustSaturation() 69 pout->g = grey + s * (pc->g - grey); in D3DXColorAdjustSaturation() 70 pout->b = grey + s * (pc->b - grey); in D3DXColorAdjustSaturation()
|
/reactos/media/themes/Modern/modern.msstyles/textfiles/Light/ |
H A D | RegularLight.INI | 173 ; sets the text to grey for the corresponding
|
H A D | ExtraLargeLight.INI | 173 ; sets the text to grey for the corresponding
|
H A D | LargeFontsLight.INI | 173 ; sets the text to grey for the corresponding
|
/reactos/media/themes/Modern/modern.msstyles/textfiles/Dark/ |
H A D | ExtraLargeDark.INI | 173 ; sets the text to grey for the corresponding
|
H A D | LargeFontsDark.INI | 173 ; sets the text to grey for the corresponding
|
H A D | RegularDark.INI | 173 ; sets the text to grey for the corresponding
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | CHANGES | 3564 Some pixels were treated as true grey when they weren't and such pixels 3565 and true grey ones were not gamma corrected (the original value of the
|