ReactOS 0.4.15-dev-6680-g8c76870
|
#include <win32k.h>
Go to the source code of this file.
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 2471 of file painting.c.
Referenced by NtUserExcludeUpdateRgn().
Definition at line 1857 of file painting.c.
Referenced by NtUserGetUpdateRect().
Definition at line 1785 of file painting.c.
Referenced by IntDefWindowProc(), and NtUserGetUpdateRgn().
BOOL FASTCALL co_UserRedrawWindow | ( | PWND | Window, |
const RECTL * | UpdateRect, | ||
PREGION | UpdateRgn, | ||
ULONG | Flags | ||
) |
Definition at line 888 of file painting.c.
Referenced by co_IntSetScrollInfo(), co_IntShowDesktop(), co_UserFreeWindow(), co_VIS_WindowLayoutChanged(), co_WinPosMinMaximize(), co_WinPosSetWindowPos(), DefWndDoSizeMove(), DesktopWindowProc(), IntDefWindowProc(), IntScrollWindowEx(), IntSetLayeredWindowAttributes(), NtGdiUpdateColors(), NtUserCallHwndParamLock(), and NtUserRedrawWindow().
DBG_DEFAULT_CHANNEL | ( | UserPainting | ) |
HDC FASTCALL IntBeginPaint | ( | PWND | Window, |
PPAINTSTRUCT | Ps | ||
) |
Definition at line 1435 of file painting.c.
Referenced by DesktopWindowProc(), IntDefWindowProc(), NtUserBeginPaint(), and PopupMenuWndProc().
Definition at line 209 of file painting.c.
Referenced by IntGetNCUpdateRgn().
BOOL FASTCALL IntEndPaint | ( | PWND | Wnd, |
PPAINTSTRUCT | Ps | ||
) |
Definition at line 1532 of file painting.c.
Referenced by DesktopWindowProc(), IntDefWindowProc(), NtUserEndPaint(), and PopupMenuWndProc().
Definition at line 1555 of file painting.c.
Referenced by NtUserFillWindow().
PWND FASTCALL IntFindWindowToRepaint | ( | PWND | Window, |
PTHREADINFO | Thread | ||
) |
Definition at line 1134 of file painting.c.
Referenced by IntFindWindowToRepaint(), and IntGetPaintMessage().
Definition at line 1304 of file painting.c.
Referenced by DefWndHandleSetCursor(), NtUserFlashWindowEx(), and SystemTimerProc().
Definition at line 260 of file painting.c.
Referenced by co_IntPaintWindows(), and IntBeginPaint().
BOOL FASTCALL IntGetPaintMessage | ( | PWND | Window, |
UINT | MsgFilterMin, | ||
UINT | MsgFilterMax, | ||
PTHREADINFO | Thread, | ||
MSG * | Message, | ||
BOOL | Remove | ||
) |
Definition at line 1184 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 642 of file painting.c.
Referenced by co_UserRedrawWindow(), co_WinPosSetWindowPos(), IntInvalidateWindows(), IntValidateParent(), IntValidateParents(), PaintSuspendedWindow(), and UserRedrawDesktop().
Definition at line 1118 of file painting.c.
Referenced by IntFindWindowToRepaint(), and IntInvalidateWindows().
Definition at line 861 of file painting.c.
Referenced by co_UserRedrawWindow(), IntScrollWindowEx(), and NtUserScrollWindowEx().
Definition at line 1177 of file painting.c.
Referenced by IntDispatchMessage().
Definition at line 1252 of file painting.c.
Referenced by NtUserPrintWindow().
Definition at line 370 of file painting.c.
Referenced by IntBeginPaint().
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().
Definition at line 62 of file painting.c.
Referenced by co_IntUpdateWindows().
HDC APIENTRY NtUserBeginPaint | ( | HWND | hWnd, |
PAINTSTRUCT * | UnsafePs | ||
) |
Definition at line 1608 of file painting.c.
Referenced by BeginPaint().
Definition at line 2462 of file painting.c.
Referenced by DrawCaption(), RealUserDrawCaption(), and UserPaintCaption().
BOOL APIENTRY NtUserDrawCaptionTemp | ( | HWND | hWnd, |
HDC | hDC, | ||
LPCRECT | lpRc, | ||
HFONT | hFont, | ||
HICON | hIcon, | ||
const PUNICODE_STRING | str, | ||
UINT | uFlags | ||
) |
Definition at line 2379 of file painting.c.
Referenced by DrawCaptionTempW(), and NtUserDrawCaption().
BOOL APIENTRY NtUserEndPaint | ( | HWND | hWnd, |
CONST PAINTSTRUCT * | pUnsafePs | ||
) |
Definition at line 1655 of file painting.c.
Referenced by EndPaint().
Definition at line 2524 of file painting.c.
Referenced by ExcludeUpdateRgn().
Definition at line 1705 of file painting.c.
Definition at line 1746 of file painting.c.
Referenced by FlashWindow(), and FlashWindowEx().
Definition at line 1961 of file painting.c.
Referenced by GetUpdateRect().
Definition at line 1929 of file painting.c.
Referenced by GetUpdateRgn().
Definition at line 2547 of file painting.c.
Referenced by ComboWndProc_common(), and InvalidateRect().
Definition at line 2563 of file painting.c.
Referenced by InvalidateRgn().
Definition at line 2578 of file painting.c.
BOOL APIENTRY NtUserRedrawWindow | ( | HWND | hWnd, |
CONST RECT * | lprcUpdate, | ||
HRGN | hrgnUpdate, | ||
UINT | flags | ||
) |
Definition at line 2005 of file painting.c.
Referenced by NtUserInvalidateRect(), NtUserInvalidateRgn(), NtUserValidateRect(), RedrawWindow(), SpiSetWallpaper(), and START_TEST().
Definition at line 2614 of file painting.c.
Definition at line 1018 of file painting.c.
Referenced by UpdateTheadChildren().
Definition at line 1077 of file painting.c.
Referenced by UpdateTheadChildren(), and UpdateThreadWindows().
VOID FASTCALL UpdateThreadWindows | ( | PWND | pWnd, |
PTHREADINFO | pti, | ||
HRGN | hRgn | ||
) |
Definition at line 1093 of file painting.c.
Referenced by DefWndDoSizeMove().
BOOL UserDrawCaption | ( | PWND | pWnd, |
HDC | hDc, | ||
RECTL * | lpRc, | ||
HFONT | hFont, | ||
HICON | hIcon, | ||
const PUNICODE_STRING | Str, | ||
UINT | uFlags | ||
) |
Definition at line 2197 of file painting.c.
Referenced by NC_DoNCPaint(), NtUserDrawCaptionTemp(), and UserDrawCaptionBar().
BOOL UserDrawCaptionText | ( | PWND | pWnd, |
HDC | hDc, | ||
const PUNICODE_STRING | Text, | ||
const RECTL * | lpRc, | ||
UINT | uFlags, | ||
HFONT | hFont | ||
) |
Definition at line 2091 of file painting.c.
Referenced by UserDrawCaption().
BOOL UserExtTextOutW | ( | HDC | hdc, |
INT | x, | ||
INT | y, | ||
UINT | flags, | ||
PRECTL | lprc, | ||
LPCWSTR | lpString, | ||
UINT | count | ||
) |
Referenced by DrawTextExWorker(), and UserDrawCaptionText().
Definition at line 2351 of file painting.c.
Definition at line 620 of file painting.c.
Referenced by co_UserRedrawWindow(), and co_WinPosSetWindowPos().
Definition at line 598 of file painting.c.
Referenced by co_UserRedrawWindow(), and UpdateThreadWindows().