Home
last modified time | relevance | path

Searched refs:background (Results 1 – 25 of 109) sorted by relevance

12345

/reactos/dll/3rdparty/libpng/
H A Dpngrtran.c385 memset(&png_ptr->background, 0, (sizeof png_ptr->background)); in png_set_alpha_mode_fixed()
1277 png_ptr->background.red = png_ptr->background.green = in png_init_rgb_transformations()
1471 if (png_ptr->background.red == png_ptr->background.green && in png_init_read_transformations()
1472 png_ptr->background.red == png_ptr->background.blue) in png_init_read_transformations()
1475 png_ptr->background.gray = png_ptr->background.red; in png_init_read_transformations()
1770 if ((png_ptr->background.red != png_ptr->background.green) || in png_init_read_transformations()
1771 (png_ptr->background.red != png_ptr->background.blue) || in png_init_read_transformations()
1772 (png_ptr->background.red != png_ptr->background.gray)) in png_init_read_transformations()
1806 png_ptr->background.red = png_ptr->background.green in png_init_read_transformations()
1807 = png_ptr->background.blue = png_ptr->background.gray; in png_init_read_transformations()
[all …]
H A Dpngread.c1290 png_const_colorp background; member
1727 png_uint_32 background, int encoding) in png_colormap_compose() argument
2136 back_g = display->background->green; in png_image_read_colormap()
2139 back_r = display->background->red; in png_image_read_colormap()
2140 back_b = display->background->blue; in png_image_read_colormap()
3477 if (display->background == NULL) in png_image_read_background()
3834 else if (display->background != NULL) in png_image_read_direct()
3839 c.red = display->background->red; in png_image_read_direct()
3841 c.blue = display->background->blue; in png_image_read_direct()
3842 c.gray = display->background->green; in png_image_read_direct()
[all …]
H A Dpngrutil.c1924 png_color_16 background; in png_handle_bKGD() local
1975 background.index = buf[0]; in png_handle_bKGD()
1991 background.red = background.green = background.blue = 0; in png_handle_bKGD()
1993 background.gray = 0; in png_handle_bKGD()
2007 background.index = 0; in png_handle_bKGD()
2008 background.red = in png_handle_bKGD()
2009 background.green = in png_handle_bKGD()
2010 background.blue = in png_handle_bKGD()
2025 background.index = 0; in png_handle_bKGD()
2026 background.red = png_get_uint_16(buf); in png_handle_bKGD()
[all …]
H A Dpnginfo.h164 png_color_16 background; member
H A Dpngget.c489 png_color_16p *background) in png_get_bKGD() argument
493 background != NULL) in png_get_bKGD()
497 *background = &(info_ptr->background); in png_get_bKGD()
/reactos/media/themes/Modern/modern.msstyles/textfiles/Light/
H A DRegularLight.INI1122 ; taskbar background (bottom)
1125 FillColorHint = 36 94 220; Average background color
1133 ; taskbar background (left)
1136 FillColorHint = 36 94 220; Average background color
1142 ; taskbar background (right)
1151 ; taskbar background (top)
1280 ; Set the color or image background for tooltips
1482 FillColorHint = 0 0 0; Average background color
1632 FillColorHint = 0 84 229; Average background color
1724 FillColorHint = 0 84 229; Average background color
[all …]
H A DExtraLargeLight.INI1122 ; taskbar background (bottom)
1125 FillColorHint = 36 94 220; Average background color
1133 ; taskbar background (left)
1136 FillColorHint = 36 94 220; Average background color
1142 ; taskbar background (right)
1151 ; taskbar background (top)
1280 ; Set the color or image background for tooltips
1482 FillColorHint = 0 0 0; Average background color
1632 FillColorHint = 0 84 229; Average background color
1724 FillColorHint = 0 84 229; Average background color
[all …]
H A DLargeFontsLight.INI1122 ; taskbar background (bottom)
1125 FillColorHint = 36 94 220; Average background color
1133 ; taskbar background (left)
1136 FillColorHint = 36 94 220; Average background color
1142 ; taskbar background (right)
1151 ; taskbar background (top)
1280 ; Set the color or image background for tooltips
1482 FillColorHint = 0 0 0; Average background color
1632 FillColorHint = 0 84 229; Average background color
1724 FillColorHint = 0 84 229; Average background color
[all …]
/reactos/media/themes/Modern/modern.msstyles/textfiles/Dark/
H A DExtraLargeDark.INI1122 ; taskbar background (bottom)
1125 FillColorHint = 36 94 220; Average background color
1133 ; taskbar background (left)
1136 FillColorHint = 36 94 220; Average background color
1142 ; taskbar background (right)
1151 ; taskbar background (top)
1280 ; Set the color or image background for tooltips
1482 FillColorHint = 0 0 0; Average background color
1632 FillColorHint = 0 84 229; Average background color
1724 FillColorHint = 0 84 229; Average background color
[all …]
H A DLargeFontsDark.INI1122 ; taskbar background (bottom)
1125 FillColorHint = 36 94 220; Average background color
1133 ; taskbar background (left)
1136 FillColorHint = 36 94 220; Average background color
1142 ; taskbar background (right)
1151 ; taskbar background (top)
1280 ; Set the color or image background for tooltips
1482 FillColorHint = 0 0 0; Average background color
1632 FillColorHint = 0 84 229; Average background color
1724 FillColorHint = 0 84 229; Average background color
[all …]
H A DRegularDark.INI1122 ; taskbar background (bottom)
1125 FillColorHint = 36 94 220; Average background color
1133 ; taskbar background (left)
1136 FillColorHint = 36 94 220; Average background color
1142 ; taskbar background (right)
1151 ; taskbar background (top)
1280 ; Set the color or image background for tooltips
1482 FillColorHint = 0 0 0; Average background color
1632 FillColorHint = 0 84 229; Average background color
1724 FillColorHint = 0 84 229; Average background color
[all …]
/reactos/base/applications/wordpad/
H A Dprint.c834 RECT window, background; in print_preview() local
848 SetRect(&background, x - 2, y - 2, x + preview.bmScaledSize.cx + 2, in print_preview()
850 Rectangle(hdc, background.left, background.top, in print_preview()
851 background.right, background.bottom); in print_preview()
852 excl_rgn = CreateRectRgnIndirect(&background); in print_preview()
858 Rectangle(hdc, background.left, background.top, in print_preview()
859 background.right, background.bottom); in print_preview()
860 SetRectRgn(excl_rgn, background.left, background.top, in print_preview()
861 background.right, background.bottom); in print_preview()
886 InflateRect(&background, -2, -2); in print_preview()
[all …]
/reactos/dll/directx/wine/ddraw/
H A Dviewport.c556 viewport->background = m; in d3d_viewport_SetBackground()
585 *valid = !!viewport->background; in d3d_viewport_GetBackground()
587 *material = viewport->background ? viewport->background->Handle : 0; in d3d_viewport_GetBackground()
678 if (!This->background) in d3d_viewport_Clear()
681 color = D3DRGBA(This->background->mat.u.diffuse.u1.r, in d3d_viewport_Clear()
682 This->background->mat.u.diffuse.u2.g, in d3d_viewport_Clear()
683 This->background->mat.u.diffuse.u3.b, in d3d_viewport_Clear()
684 This->background->mat.u.diffuse.u4.a); in d3d_viewport_Clear()
/reactos/boot/freeldr/
H A DFREELDR.INI37 ; StatusBarColor - Color of status bar's background.
40 ; BackdropColor - Color of the backdrop's background.
44 ; TitleBoxColor - Title box background color.
46 ; MessageBoxColor - Message box background color.
51 ; SelectedColor - Selected text background color.
63 ; Text colors can be any one of the background colors and any of the following:
/reactos/dll/win32/msgina/resources/
H A DREADME.txt9 svg/background.svg
/reactos/modules/rostests/winetests/user32/
H A Dcursoricon.c1958 SetPixelV(hdc, 0, 0, background); in check_DrawIcon()
1980 ok (color_match(result, background), in check_DrawIcon()
1983 maskvalue, color, background, result, line); in check_DrawIcon()
2059 SetPixelV(hdc, 0, 0, background); in check_DrawIconEx()
2148 COLORREF result, background; in check_DrawState_Size() local
2151 background = 0x00FFFFFF; in check_DrawState_Size()
2153 SetPixelV(hdc, 0, 0, background); in check_DrawState_Size()
2154 SetPixelV(hdc, 2, 2, background); in check_DrawState_Size()
2160 passed[0] = color_match(result, background); in check_DrawState_Size()
2174 passed[1] = color_match(result, background); in check_DrawState_Size()
[all …]
/reactos/dll/cpl/desk/
H A DCMakeLists.txt8 background.c
/reactos/dll/3rdparty/libpng/docs/
H A DTODO20 background, and in doing rgb-to-gray transformations.
/reactos/modules/rosapps/applications/screensavers/ssstars/lang/
H A Den-US.rc28 CONTROL "Enable background blending",IDC_CHECK_DOBLENDING,
/reactos/media/fonts/doc/SourceSansPro/
H A DREADME.md20 For information about the design and background of Source Sans, please refer to the [official font …
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/doc/
H A Dpatches.txt69 included in 192-3-6-2). In text drawing with solid background the
73 with this change, it seems to use all transparent background text
89 & bg). (See the background of the yellow help banners)
/reactos/sdk/tools/hhpcomp/chmc/
H A Dchmc.h50 Int32 background; member
/reactos/dll/cpl/desk/lang/
H A Dhe-IL.rc8 …LTEXT "A theme is a background plus a set of sounds, icons, and other elements to help you persona…
287 IDS_ELEMENT_13 "Application background"
H A Den-GB.rc8 …LTEXT "A theme is a background plus a set of sounds, icons, and other elements to help you persona…
287 IDS_ELEMENT_13 "Application background"
H A Den-US.rc8 …LTEXT "A theme is a background plus a set of sounds, icons, and other elements to help you persona…
287 IDS_ELEMENT_13 "Application background"

12345