/reactos/win32ss/user/ntuser/ |
H A D | windc.c | 298 if (dce->DCXFlags & DCX_CACHE) in DceReleaseDC() 313 dce->DCXFlags &= DCX_CACHE; in DceReleaseDC() 359 Flags |= DCX_CACHE; in UserGetDCEx() 380 Flags |= DCX_CACHE; in UserGetDCEx() 401 Flags |= DCX_CACHE; in UserGetDCEx() 407 Flags |= DCX_CACHE; in UserGetDCEx() 415 Flags |= DCX_CACHE; in UserGetDCEx() 444 if (!(Flags & DCX_CACHE)) in UserGetDCEx() 452 if (Flags & DCX_CACHE) in UserGetDCEx() 466 if ((Dce->DCXFlags & (DCX_CACHE | DCX_DCEBUSY)) == DCX_CACHE) in UserGetDCEx() [all …]
|
H A D | scrollex.c | 297 dcxflags |= DCX_CACHE; // AH??? wine~ If not Powned or with Class go Cheap! in IntScrollWindowEx() 300 dcxflags |= DCX_CACHE|DCX_NOCLIPCHILDREN; in IntScrollWindowEx() 305 dcxflags = DCX_CACHE|DCX_USESTYLE; in IntScrollWindowEx()
|
H A D | painting.c | 448 DCX_CACHE|DCX_USESTYLE|DCX_INTERSECTRGN|DCX_KEEPCLIPRGN); in co_IntPaintWindows() 1288 hdcSrc = UserGetDCEx( pwnd, NULL, DCX_CACHE|DCX_WINDOW); in IntPrintWindow()
|
H A D | menu.c | 1809 if ((hdc = UserGetDCEx(NULL, NULL, DCX_CACHE))) in IntGetDialogBaseUnits() 2023 hdc = UserGetDCEx(NULL, NULL, DCX_CACHE); in MENU_PopupMenuCalcSize() 3163 hdc = UserGetDCEx(pWnd, 0, DCX_CACHE | DCX_WINDOW); in MENU_SelectItem() 3382 else Dc = UserGetDCEx(pWnd, 0, DCX_CACHE | DCX_WINDOW); in MENU_ShowSubPopup() 5575 hdc = UserGetDCEx(NULL, NULL, DCX_CACHE); in NtUserCalcMenuBar()
|
H A D | scrollbar.c | 1062 hdc = UserGetDCEx(pWnd, NULL, DCX_CACHE | ((nBar == SB_CTL) ? 0 : DCX_WINDOW)); in IntRefeshScrollInterior()
|
H A D | winpos.c | 1734 DCX_CACHE|DCX_USESTYLE|DCX_INTERSECTRGN|DCX_KEEPCLIPRGN); in ForceNCPaintErase() 2119 …DCX_WINDOW|DCX_CACHE|DCX_INTERSECTRGN|DCX_CLIPSIBLINGS|DCX_KEEPCLIPRGN); // DCX_WINDOW will set fi… in co_WinPosSetWindowPos()
|
H A D | nonclient.c | 368 hdc = UserGetDCEx( pWndParent, 0, DCX_CACHE ); in DefWndDoSizeMove()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | GetDCEx.c | 109 hdc1 = GetDCEx(hwnd, 0, DCX_CACHE); in Test_GetDCEx_Cached() 114 hdc2 = GetDCEx(hwnd, hrgn, DCX_CACHE); in Test_GetDCEx_Cached() 119 hdc1 = GetDCEx(hwnd, 0, DCX_CACHE); in Test_GetDCEx_Cached() 120 hdc2 = GetDCEx(hwnd, hrgn, DCX_CACHE); in Test_GetDCEx_Cached() 169 hdc2 = GetDCEx(hwnd, NULL, DCX_CACHE); in Test_GetDCEx_CS_OWNDC()
|
/reactos/base/system/logonui/ |
H A D | logonui.c | 106 hdcDesktop = GetDCEx(hDesktopWnd, NULL, DCX_CACHE); in Run()
|
/reactos/dll/directx/wine/wined3d/ |
H A D | swapchain.c | 289 dc = GetDCEx(swapchain->device_window, 0, DCX_USESTYLE | DCX_CACHE); in wined3d_swapchain_set_gamma_ramp() 309 dc = GetDCEx(swapchain->device_window, 0, DCX_USESTYLE | DCX_CACHE); in wined3d_swapchain_get_gamma_ramp() 577 dst_dc = GetDCEx(window, 0, DCX_CLIPSIBLINGS | DCX_CACHE); in swapchain_gdi_frontbuffer_updated()
|
H A D | context.c | 1139 HDC dc = GetDCEx(ctx->restore_pf_win, 0, DCX_USESTYLE | DCX_CACHE); in context_restore_pixel_format() 1325 if (!(context->hdc = GetDCEx(context->win_handle, 0, DCX_USESTYLE | DCX_CACHE))) in context_update_window() 1985 if (!(ret->hdc = GetDCEx(swapchain->win_handle, 0, DCX_USESTYLE | DCX_CACHE))) in context_create()
|
/reactos/win32ss/user/user32/windows/ |
H A D | messagebox.c | 783 hDC = GetDCEx(hDCWnd, NULL, DCX_WINDOW | DCX_CACHE); in SoftModalMessageBox() 788 hDC = GetDCEx(hDCWnd, NULL, DCX_WINDOW | DCX_CACHE); in SoftModalMessageBox()
|
/reactos/win32ss/user/user32/controls/ |
H A D | scrollbar.c | 695 DCX_CACHE | ((nBar == SB_CTL) ? 0 : DCX_WINDOW) ); in SCROLL_RefreshScrollBar() 825 Dc = GetDCEx(Wnd, 0, DCX_CACHE | ((SB_CTL == SBType) ? 0 : DCX_WINDOW)); in IntScrollHandleScrollEvent()
|
H A D | listbox.c | 668 if (!(hdc = GetDCEx( descr->self, 0, DCX_CACHE ))) return; in LISTBOX_RepaintItem() 703 if (!(hdc = GetDCEx( descr->self, 0, DCX_CACHE ))) return; in LISTBOX_DrawFocusRect() 1312 if (!(hdc = GetDCEx( descr->self, 0, DCX_CACHE ))) in LISTBOX_SetFont()
|
/reactos/dll/win32/comctl32/ |
H A D | listbox.c | 754 if (!(hdc = GetDCEx( descr->self, 0, DCX_CACHE ))) return; in LISTBOX_RepaintItem() 785 if (!(hdc = GetDCEx( descr->self, 0, DCX_CACHE ))) return; in LISTBOX_DrawFocusRect() 1412 if (!(hdc = GetDCEx( descr->self, 0, DCX_CACHE ))) in LISTBOX_SetFont()
|
H A D | imagelist.c | 1100 DCX_WINDOW | DCX_CACHE | DCX_LOCKWINDOWUPDATE); in ImageList_DragMove() 1174 DCX_WINDOW | DCX_CACHE | DCX_LOCKWINDOWUPDATE); in ImageList_DragShowNolock()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | dce.c | 655 dc = hdcs[i] = GetDCEx( hwnd_parent, 0, DCX_CACHE | DCX_USESTYLE ); in test_destroyed_window()
|
H A D | listbox.c | 218 ok ((hdc = GetDCEx( hLB, 0, DCX_CACHE )) != 0, "Can't get hdc\n"); in check_item_height()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listbox.c | 302 ok ((hdc = GetDCEx( hLB, 0, DCX_CACHE )) != 0, "Can't get hdc\n"); in test_item_height()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 2117 #define DCX_CACHE 2 macro
|