Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dscrollex.c67 PREGION UpdateRgn; in co_IntGetUpdateRgn() local
84 UpdateRgn = REGION_LockRgn(Window->hrgnUpdate); in co_IntGetUpdateRgn()
85 if (!UpdateRgn) in co_IntGetUpdateRgn()
91 RegionType = IntGdiCombineRgn(Rgn, Rgn, UpdateRgn, RGN_AND); in co_IntGetUpdateRgn()
93 REGION_UnlockRgn(UpdateRgn); in co_IntGetUpdateRgn()
H A Dpainting.h18 BOOL FASTCALL co_UserRedrawWindow(PWND Wnd, const RECTL* UpdateRect, PREGION UpdateRgn, ULONG Flags…
H A Dpainting.c898 PREGION UpdateRgn, in co_UserRedrawWindow() argument
902 TRACE("co_UserRedrawWindow start Rgn %p\n",UpdateRgn); in co_UserRedrawWindow()
929 if (UpdateRgn) in co_UserRedrawWindow()
933 if (UpdateRgn > PRGN_WINDOW) in co_UserRedrawWindow()
935 IntGdiCombineRgn(TmpRgn, UpdateRgn, NULL, RGN_COPY); in co_UserRedrawWindow()