ReactOS 0.4.16-dev-716-g2b2bdab
|
#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 2466 of file painting.c.
Referenced by NtUserExcludeUpdateRgn().
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 | Window, |
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(), IntScrollWindowEx(), IntSetLayeredWindowAttributes(), NtGdiUpdateColors(), NtUserCallHwndParamLock(), and NtUserRedrawWindow().
DBG_DEFAULT_CHANNEL | ( | UserPainting | ) |
HDC FASTCALL IntBeginPaint | ( | PWND | Window, |
PPAINTSTRUCT | Ps | ||
) |
Definition at line 1442 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 1539 of file painting.c.
Referenced by DesktopWindowProc(), IntDefWindowProc(), NtUserEndPaint(), and PopupMenuWndProc().
Definition at line 1562 of file painting.c.
Referenced by NtUserFillWindow().
PWND FASTCALL IntFindWindowToRepaint | ( | PWND | Window, |
PTHREADINFO | Thread | ||
) |
Definition at line 1141 of file painting.c.
Referenced by IntFindWindowToRepaint(), and IntGetPaintMessage().
Definition at line 1311 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 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 1259 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 1615 of file painting.c.
Referenced by BeginPaint().
Definition at line 2457 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 2374 of file painting.c.
Referenced by DrawCaptionTempW(), and NtUserDrawCaption().
BOOL APIENTRY NtUserEndPaint | ( | HWND | hWnd, |
CONST PAINTSTRUCT * | pUnsafePs | ||
) |
Definition at line 1661 of file painting.c.
Referenced by EndPaint().
Definition at line 2519 of file painting.c.
Referenced by ExcludeUpdateRgn().
Definition at line 1711 of file painting.c.
Definition at line 1752 of file painting.c.
Referenced by FlashWindow(), and FlashWindowEx().
Definition at line 1962 of file painting.c.
Referenced by GetUpdateRect().
Definition at line 1935 of file painting.c.
Referenced by GetUpdateRgn().
Definition at line 2542 of file painting.c.
Referenced by ComboWndProc_common(), and InvalidateRect().
Definition at line 2558 of file painting.c.
Referenced by InvalidateRgn().
Definition at line 2573 of file painting.c.
BOOL APIENTRY NtUserRedrawWindow | ( | HWND | hWnd, |
CONST RECT * | lprcUpdate, | ||
HRGN | hrgnUpdate, | ||
UINT | flags | ||
) |
Definition at line 2003 of file painting.c.
Referenced by NtUserInvalidateRect(), NtUserInvalidateRgn(), NtUserValidateRect(), RedrawWindow(), SpiSetWallpaper(), and START_TEST().
Definition at line 2609 of file painting.c.
Definition at line 1025 of file painting.c.
Referenced by UpdateTheadChildren().
Definition at line 1084 of file painting.c.
Referenced by UpdateTheadChildren(), and UpdateThreadWindows().
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 | Str, | ||
UINT | uFlags | ||
) |
Definition at line 2192 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 2086 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 2346 of file painting.c.
Definition at line 621 of file painting.c.
Referenced by co_UserRedrawWindow(), and co_WinPosSetWindowPos().
Definition at line 599 of file painting.c.
Referenced by co_UserRedrawWindow(), and UpdateThreadWindows().