Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dpainting.c901 PREGION TmpRgn = NULL; in co_UserRedrawWindow() local
931 TmpRgn = IntSysCreateRectpRgn(0, 0, 0, 0); in co_UserRedrawWindow()
935 IntGdiCombineRgn(TmpRgn, UpdateRgn, NULL, RGN_COPY); in co_UserRedrawWindow()
949 TmpRgn = IntSysCreateRectpRgnIndirect(UpdateRect); in co_UserRedrawWindow()
965 TmpRgn = IntSysCreateRectpRgnIndirect(&Window->rcWindow); in co_UserRedrawWindow()
977 if (TmpRgn == NULL) in co_UserRedrawWindow()
979 TmpRgn = PRGN_WINDOW; // Need a region so the bits can be set!!! in co_UserRedrawWindow()
988 TmpRgn != NULL) in co_UserRedrawWindow()
990 IntInvalidateWindows(Window, TmpRgn, Flags); in co_UserRedrawWindow()
1015 if (TmpRgn > PRGN_WINDOW) in co_UserRedrawWindow()
[all …]