Searched refs:DceUpdateVisRgn (Results 1 – 2 of 2) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | windc.c | 192 DceUpdateVisRgn(DCE *Dce, PWND Window, ULONG Flags) in DceUpdateVisRgn() function 289 DceUpdateVisRgn(dce, dce->pwndOrg, dce->DCXFlags); in DceReleaseDC() 601 if (bUpdateVisRgn) DceUpdateVisRgn(Dce, Wnd, Flags); in UserGetDCEx() 713 DceUpdateVisRgn(pDCE, Window, pDCE->DCXFlags); in DceFreeWindowDCE() 887 DceUpdateVisRgn(pDCE, CurrentWindow, pDCE->DCXFlags); in DceResetActiveDCEs()
|
H A D | dce.h | 54 VOID FASTCALL DceUpdateVisRgn(DCE *Dce, PWND Window, ULONG Flags);
|