Home
last modified time | relevance | path

Searched refs:DCX_CACHE (Results 1 – 20 of 20) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dwindc.c298 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 Dscrollex.c297 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 Dpainting.c448 DCX_CACHE|DCX_USESTYLE|DCX_INTERSECTRGN|DCX_KEEPCLIPRGN); in co_IntPaintWindows()
1288 hdcSrc = UserGetDCEx( pwnd, NULL, DCX_CACHE|DCX_WINDOW); in IntPrintWindow()
H A Dmenu.c1809 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 Dscrollbar.c1062 hdc = UserGetDCEx(pWnd, NULL, DCX_CACHE | ((nBar == SB_CTL) ? 0 : DCX_WINDOW)); in IntRefeshScrollInterior()
H A Dwinpos.c1734 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 Dnonclient.c368 hdc = UserGetDCEx( pWndParent, 0, DCX_CACHE ); in DefWndDoSizeMove()
/reactos/modules/rostests/apitests/user32/
H A DGetDCEx.c109 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 Dlogonui.c106 hdcDesktop = GetDCEx(hDesktopWnd, NULL, DCX_CACHE); in Run()
/reactos/dll/directx/wine/wined3d/
H A Dswapchain.c289 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 Dcontext.c1139 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 Dmessagebox.c783 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 Dscrollbar.c695 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 Dlistbox.c668 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 Dlistbox.c754 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 Dimagelist.c1100 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 Ddce.c655 dc = hdcs[i] = GetDCEx( hwnd_parent, 0, DCX_CACHE | DCX_USESTYLE ); in test_destroyed_window()
H A Dlistbox.c218 ok ((hdc = GetDCEx( hLB, 0, DCX_CACHE )) != 0, "Can't get hdc\n"); in check_item_height()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistbox.c302 ok ((hdc = GetDCEx( hLB, 0, DCX_CACHE )) != 0, "Can't get hdc\n"); in test_item_height()
/reactos/sdk/include/psdk/
H A Dwinuser.h2117 #define DCX_CACHE 2 macro