|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | FLASHW_MASK 0x0000000f |
| #define | FLASHW_SYSTIMER 0x00000400 |
| #define | FLASHW_FINISHED 0x00000800 |
| #define | FLASHW_STARTED 0x00001000 |
| #define | FLASHW_COUNT 0x00002000 |
| #define | FLASHW_KILLSYSTIMER 0x00004000 |
| #define | FLASHW_ACTIVE 0x00008000 |
| #define | PRGN_NULL ((PREGION)0) /* NULL empty region */ |
| #define | PRGN_WINDOW ((PREGION)1) /* region from window rcWindow */ |
| #define | PRGN_MONITOR ((PREGION)2) /* region from monitor region. */ |
| #define | RDW_CLIPCHILDREN 4096 |
| #define | RDW_NOUPDATEDIRTY 32768 |
| #define FLASHW_ACTIVE 0x00008000 |
Definition at line 9 of file painting.h.
| #define FLASHW_COUNT 0x00002000 |
Definition at line 7 of file painting.h.
| #define FLASHW_FINISHED 0x00000800 |
Definition at line 5 of file painting.h.
| #define FLASHW_KILLSYSTIMER 0x00004000 |
Definition at line 8 of file painting.h.
| #define FLASHW_MASK 0x0000000f |
Definition at line 3 of file painting.h.
| #define FLASHW_STARTED 0x00001000 |
Definition at line 6 of file painting.h.
| #define FLASHW_SYSTIMER 0x00000400 |
Definition at line 4 of file painting.h.
Definition at line 13 of file painting.h.
Definition at line 12 of file painting.h.
| #define RDW_CLIPCHILDREN 4096 |
Definition at line 15 of file painting.h.
| #define RDW_NOUPDATEDIRTY 32768 |
Definition at line 16 of file painting.h.
Definition at line 403 of file painting.c.
Referenced by co_IntGetUpdateRgn(), co_IntPaintWindows(), co_IntUpdateWindows(), co_UserGetUpdateRect(), co_UserGetUpdateRgn(), co_WinPosSetWindowPos(), IntPaintWindow(), and UserSyncAndPaintWindows().
Definition at line 519 of file painting.c.
Referenced by co_IntUpdateWindows(), IntPrintWindow(), MENU_ShowPopup(), NC_DoButton(), NtUserCallHwndLock(), and UserUpdateWindows().
Definition at line 1863 of file painting.c.
Referenced by NtUserGetUpdateRect().
Definition at line 1791 of file painting.c.
Referenced by IntDefWindowProc(), and NtUserGetUpdateRgn().
| BOOL FASTCALL co_UserRedrawWindow | ( | PWND | Wnd, |
| const RECTL * | UpdateRect, | ||
| PREGION | UpdateRgn, | ||
| ULONG | Flags | ||
| ) |
Definition at line 895 of file painting.c.
Referenced by co_IntSetScrollInfo(), co_IntShowDesktop(), co_UserFreeWindow(), co_VIS_WindowLayoutChanged(), co_WinPosMinMaximize(), co_WinPosSetWindowPos(), DefWndDoSizeMove(), DesktopWindowProc(), IntDefWindowProc(), IntForceMinimizeWindow(), IntScrollWindowEx(), IntSetLayeredWindowAttributes(), NtGdiUpdateColors(), NtUserCallHwndParamLock(), and NtUserRedrawWindow().
| HDC FASTCALL IntBeginPaint | ( | PWND | Window, |
| PPAINTSTRUCT | Ps | ||
| ) |
Definition at line 1442 of file painting.c.
Referenced by DesktopWindowProc(), IntDefWindowProc(), NtUserBeginPaint(), and PopupMenuWndProc().
| BOOL FASTCALL IntEndPaint | ( | PWND | Wnd, |
| PPAINTSTRUCT | Ps | ||
| ) |
Definition at line 1539 of file painting.c.
Referenced by DesktopWindowProc(), IntDefWindowProc(), NtUserEndPaint(), and PopupMenuWndProc().
Definition at line 1311 of file painting.c.
Referenced by DefWndHandleSetCursor(), NtUserFlashWindowEx(), and SystemTimerProc().
| BOOL FASTCALL IntGetPaintMessage | ( | PWND | Window, |
| UINT | MsgFilterMin, | ||
| UINT | MsgFilterMax, | ||
| PTHREADINFO | Thread, | ||
| MSG * | Message, | ||
| BOOL | Remove | ||
| ) |
Definition at line 1191 of file painting.c.
Referenced by co_IntPeekMessage().
Definition at line 35 of file painting.c.
Referenced by co_IntGetUpdateRgn(), co_UserGetUpdateRect(), co_UserGetUpdateRgn(), and IntValidateParents().
Definition at line 643 of file painting.c.
Referenced by co_UserRedrawWindow(), co_WinPosSetWindowPos(), IntInvalidateWindows(), IntValidateParent(), IntValidateParents(), PaintSuspendedWindow(), and UserRedrawDesktop().
Definition at line 1125 of file painting.c.
Referenced by IntFindWindowToRepaint(), and IntInvalidateWindows().
Definition at line 868 of file painting.c.
Referenced by co_UserRedrawWindow(), IntScrollWindowEx(), and NtUserScrollWindowEx().
Definition at line 1184 of file painting.c.
Referenced by IntDispatchMessage().
Definition at line 348 of file painting.c.
Referenced by co_IntPaintWindows(), co_WinPosSetWindowPos(), ForceNCPaintErase(), IntBeginPaint(), and IntSendChildNCPaint().
Definition at line 132 of file painting.c.
Referenced by IntSendSyncPaint(), and UserSyncAndPaintWindows().
| PCURICON_OBJECT FASTCALL NC_IconForWindow | ( | PWND | pWnd | ) |
Definition at line 736 of file nonclient.c.
Referenced by GetNCHitEx(), MENU_DrawBitmapItem(), UserDrawCaption(), UserDrawCaptionBar(), and UserDrawSysMenuButton().
| VOID FASTCALL UpdateThreadWindows | ( | PWND | pWnd, |
| PTHREADINFO | pti, | ||
| HRGN | hRgn | ||
| ) |
Definition at line 1100 of file painting.c.
Referenced by DefWndDoSizeMove().
| BOOL UserDrawCaption | ( | PWND | pWnd, |
| HDC | hDc, | ||
| RECTL * | lpRc, | ||
| HFONT | hFont, | ||
| HICON | hIcon, | ||
| const | PUNICODE_STRING, | ||
| UINT | uFlags | ||
| ) |
Definition at line 2192 of file painting.c.
Referenced by NC_DoNCPaint(), NtUserDrawCaptionTemp(), and UserDrawCaptionBar().
Definition at line 2346 of file painting.c.
Definition at line 621 of file painting.c.
Referenced by co_UserRedrawWindow(), and co_WinPosSetWindowPos().