/reactos/modules/rostests/winetests/comctl32/ |
H A D | progress.c | 225 ok(clr == CLR_DEFAULT, "got %x\n", clr); in test_setcolors() 230 clr = SendMessageA(progress, PBM_SETBARCOLOR, 0, CLR_DEFAULT); in test_setcolors() 234 ok(clr == CLR_DEFAULT, "got %x\n", clr); in test_setcolors() 239 clr = SendMessageA(progress, PBM_SETBKCOLOR, 0, CLR_DEFAULT); in test_setcolors()
|
H A D | status.c | 357 ok(crColor == CLR_DEFAULT || in test_status_control() 359 "Expected 0x%.8x, got 0x%.8x\n", CLR_DEFAULT, crColor); in test_status_control() 360 crColor = SendMessageA(hWndStatus, SB_SETBKCOLOR , 0, CLR_DEFAULT); in test_status_control()
|
H A D | imagelist.c | 531 imldp.rgbBk = CLR_DEFAULT; in test_DrawIndirect() 532 imldp.rgbFg = CLR_DEFAULT; in test_DrawIndirect() 1814 imldp.rgbBk = CLR_DEFAULT; in test_IImageList_Draw() 1815 imldp.rgbFg = CLR_DEFAULT; in test_IImageList_Draw() 2260 list = pImageList_LoadImageW( hinst, MAKEINTRESOURCEW(IDB_BITMAP_128x15), 16, 1, CLR_DEFAULT, in test_loadimage()
|
H A D | rebar.c | 1052 compare(scheme.clrBtnHighlight, CLR_DEFAULT, "%x"); in test_colors() 1053 compare(scheme.clrBtnShadow, CLR_DEFAULT, "%x"); in test_colors()
|
H A D | listview.c | 1869 res = SendMessageA(hwnd, LVM_SETBKCOLOR, 0, CLR_DEFAULT); in test_redraw() 1890 res = SendMessageA(hwnd, LVM_SETBKCOLOR, 0, CLR_DEFAULT); in test_redraw() 1939 nmlvcd->clrTextBk = CLR_DEFAULT; in cd_wndproc() 1946 … ok(nmlvcd->clrTextBk == CLR_DEFAULT, "Unexpected text background %#x.\n", nmlvcd->clrTextBk); in cd_wndproc() 1967 …ok(nmlvcd->clrTextBk == CLR_DEFAULT, "Unexpected text background color %#x.\n", nmlvcd->clrTextBk); in cd_wndproc()
|
H A D | treeview.c | 1788 expect(CLR_DEFAULT, clr); in test_get_linecolor() 1805 expect(CLR_DEFAULT, clr); in test_get_insertmarkcolor()
|
/reactos/dll/win32/comctl32/ |
H A D | progress.c | 316 if (infoPtr->ColorBar == CLR_DEFAULT) in PROGRESS_Draw() 321 if (infoPtr->ColorBk == CLR_DEFAULT) in PROGRESS_Draw() 410 if (infoPtr->ColorBar != CLR_DEFAULT) DeleteObject (pdi.hbrBar); in PROGRESS_Draw() 411 if (infoPtr->ColorBk != CLR_DEFAULT) DeleteObject (pdi.hbrBk); in PROGRESS_Draw() 569 infoPtr->ColorBar = CLR_DEFAULT; in ProgressWindowProc() 570 infoPtr->ColorBk = CLR_DEFAULT; in ProgressWindowProc()
|
H A D | status.c | 242 if (infoPtr->clrBk != CLR_DEFAULT) in STATUSBAR_RefreshPart() 247 if (infoPtr->clrBk != CLR_DEFAULT) in STATUSBAR_RefreshPart() 277 if (infoPtr->clrBk != CLR_DEFAULT) in STATUSBAR_Refresh() 282 if (infoPtr->clrBk != CLR_DEFAULT) in STATUSBAR_Refresh() 911 infoPtr->clrBk = CLR_DEFAULT; in STATUSBAR_WMCreate()
|
H A D | imagelist.c | 587 bkColor = (clrMask != CLR_DEFAULT) ? clrMask : GetPixel (hdcBitmap, 0, 0); in ImageList_AddMasked() 841 himl->clrFg = CLR_DEFAULT; in ImageList_Create() 1043 imldp.rgbBk = CLR_DEFAULT; in ImageList_InternalDragDraw() 1044 imldp.rgbFg = CLR_DEFAULT; in ImageList_InternalDragDraw() 1231 CLR_DEFAULT, CLR_DEFAULT, fStyle); in ImageList_Draw() 1558 if( ( pimldp->rgbBk == CLR_DEFAULT ) && ( himl->clrBk == CLR_NONE ) ) in ImageList_DrawIndirect() 1620 if (blend_col == CLR_DEFAULT) blend_col = GetSysColor( COLOR_HIGHLIGHT ); in ImageList_DrawIndirect() 1640 if (colour == CLR_DEFAULT) colour = himl->clrBk; in ImageList_DrawIndirect() 1682 if( colour == CLR_DEFAULT ) in ImageList_DrawIndirect() 1721 if (clrBlend == CLR_DEFAULT) clrBlend = GetSysColor (COLOR_HIGHLIGHT); in ImageList_DrawIndirect()
|
H A D | rebar.c | 630 new = (lpBand->clrFore == CLR_DEFAULT) ? infoPtr->clrBtnText : in REBAR_DrawBand() 1929 new = (lpBand->clrBack == CLR_DEFAULT) ? infoPtr->clrBtnFace : in REBAR_EraseBkGnd() 1959 ((lpBand->clrBack == CLR_DEFAULT) ? "dft" : ""), in REBAR_EraseBkGnd() 2296 if (lprbbi->clrBack == CLR_DEFAULT) in REBAR_GetBandInfoT() 2387 if (clr == CLR_DEFAULT) in REBAR_GetBkColor() 2552 lpBand->clrFore = infoPtr->clrText == CLR_NONE ? CLR_DEFAULT : infoPtr->clrText; in REBAR_InsertBandT() 2553 lpBand->clrBack = infoPtr->clrBk == CLR_NONE ? CLR_DEFAULT : infoPtr->clrBk; in REBAR_InsertBandT()
|
H A D | comctl32_ros.diff | 906 infoPtr->clrText = CLR_DEFAULT; 907 infoPtr->clrTextBk = CLR_DEFAULT; 1961 + imldp.rgbFg = CLR_DEFAULT; 2279 infoPtr->clrBtnHighlight = CLR_DEFAULT; 2280 infoPtr->clrBtnShadow = CLR_DEFAULT;
|
H A D | toolbar.c | 546 newcolor = (infoPtr->clrBtnShadow == CLR_DEFAULT) ? in TOOLBAR_DrawFlatSeparator() 554 newcolor = (infoPtr->clrBtnHighlight == CLR_DEFAULT) ? in TOOLBAR_DrawFlatSeparator() 590 newcolor = (infoPtr->clrBtnShadow == CLR_DEFAULT) ? in TOOLBAR_DrawFlatHorizontalSeparator() 598 newcolor = (infoPtr->clrBtnHighlight == CLR_DEFAULT) ? in TOOLBAR_DrawFlatHorizontalSeparator() 885 imldp.rgbFg = CLR_DEFAULT; in TOOLBAR_DrawImage() 5345 lParam->clrBtnHighlight = (infoPtr->clrBtnHighlight == CLR_DEFAULT) ? in TOOLBAR_GetColorScheme() 5348 lParam->clrBtnShadow = (infoPtr->clrBtnShadow == CLR_DEFAULT) ? in TOOLBAR_GetColorScheme() 6353 infoPtr->clrBtnHighlight = CLR_DEFAULT; in TOOLBAR_NCCreate() 6354 infoPtr->clrBtnShadow = CLR_DEFAULT; in TOOLBAR_NCCreate()
|
H A D | treeview.c | 198 #define GETLINECOLOR(x) ((x) == CLR_DEFAULT ? comctl32_color.clrGrayText : (x)) 201 #define GETINSCOLOR(x) ((x) == CLR_DEFAULT ? comctl32_color.clrBtnText : (x)) 2658 item->state & TVIS_CUT ? GETBKCOLOR(infoPtr->clrBk) : CLR_DEFAULT, in TREEVIEW_DrawItem() 5145 infoPtr->clrLine = CLR_DEFAULT; in TREEVIEW_Create() 5146 infoPtr->clrInsertMark = CLR_DEFAULT; in TREEVIEW_Create()
|
H A D | header.c | 573 img_cx, img_cy, CLR_DEFAULT, CLR_DEFAULT, 0); in HEADER_DrawItem()
|
H A D | listview.c | 1085 if (backcolor == CLR_DEFAULT) in prepaint_setup() 1087 if (textcolor == CLR_DEFAULT) in prepaint_setup() 4792 item->state & LVIS_CUT ? RGB(255, 255, 255) : CLR_DEFAULT, in LISTVIEW_DrawItemPart() 9651 infoPtr->clrText = CLR_DEFAULT; in LISTVIEW_NCCreate() 9652 infoPtr->clrTextBk = CLR_DEFAULT; in LISTVIEW_NCCreate()
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | explorer.cpp | 280 …s._icon_cache.get_sys_imagelist(), _sys_idx, hdc, x, y, cx, cy, bk_color, CLR_DEFAULT, ILD_NORMAL); in draw() 296 ImageList_DrawEx(himl, _sys_idx, hdc, 0, 0, cx, cy, bk_color, CLR_DEFAULT, ILD_NORMAL); in create_bitmap() 319 ImageList_DrawEx(himl, _sys_idx, hdc, 0, 0, cx, cy, bk_color, CLR_DEFAULT, ILD_NORMAL); in add_to_imagelist()
|
/reactos/dll/win32/browseui/ |
H A D | basebarsite.cpp | 421 SendMessage(RB_SETTEXTCOLOR, 0, CLR_DEFAULT); in SetDeskBarSite() 422 SendMessage(RB_SETBKCOLOR, 0, CLR_DEFAULT); in SetDeskBarSite()
|
H A D | internettoolbar.cpp | 279 bandInfo.clrFore = CLR_DEFAULT;
|
/reactos/modules/rostests/win32/comctl32/buttonvistest/ |
H A D | buttonvistest.cpp | 163 …himl = ImageList_LoadImageW(hInstance, MAKEINTRESOURCEW(IDB_BITMAP2), 16, 0, CLR_DEFAULT, IMAGE_BI… in wWinMain()
|
/reactos/dll/win32/comdlg32/ |
H A D | fontdlg.c | 642 TTBITMAP_XSIZE, 0, CLR_DEFAULT, IMAGE_BITMAP, 0); in CFn_WMInitDialog() 774 TTBITMAP_XSIZE, 0, CLR_DEFAULT, IMAGE_BITMAP, 0); in CFn_WMMeasureItem()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | pane.cpp | 474 IMAGE_HEIGHT, bkcolor, CLR_DEFAULT, ILD_NORMAL); in draw_item()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 320 #define CLR_DEFAULT 0xFF000000L macro 433 #define CLR_HILIGHT CLR_DEFAULT
|