ReactOS
0.4.15-dev-4569-g032c50f
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
__drv_preferredFunction | ( | "(see documentation)" | , |
" | Obsolete, | ||
always returns false. " | |||
) |
Definition at line 566 of file mouse.c.
Referenced by DrvMovePointer(), GreMovePointer(), IntEngSetPointerShape(), and PDEVOBJ_Create().
ULONG APIENTRY EngSetPointerShape | ( | _In_ SURFOBJ * | pso, |
_In_opt_ SURFOBJ * | psoMask, | ||
_In_opt_ SURFOBJ * | psoColor, | ||
_In_opt_ XLATEOBJ * | pxlo, | ||
_In_ LONG | xHot, | ||
_In_ LONG | yHot, | ||
_In_ LONG | x, | ||
_In_ LONG | y, | ||
_In_ RECTL * | prcl, | ||
_In_ FLONG | fl | ||
) |
Definition at line 321 of file mouse.c.
Referenced by DrvSetPointerShape(), and IntEngSetPointerShape().
Definition at line 790 of file mouse.c.
Referenced by co_MsqInsertMouseMessage(), MsqCleanupMessageQueue(), UserSetCursor(), and UserShowCursor().
ULONG NTAPI GreSetPointerShape | ( | _In_ HDC | hdc, |
_In_opt_ HBITMAP | hbmMask, | ||
_In_opt_ HBITMAP | hbmColor, | ||
_In_ LONG | xHot, | ||
_In_ LONG | yHot, | ||
_In_ LONG | x, | ||
_In_ LONG | y, | ||
_In_ FLONG | fl | ||
) |
Definition at line 694 of file mouse.c.
Referenced by co_MsqInsertMouseMessage(), and UserSetCursor().
ULONG NTAPI IntEngSetPointerShape | ( | _In_ SURFOBJ * | pso, |
_In_opt_ SURFOBJ * | psoMask, | ||
_In_opt_ SURFOBJ * | psoColor, | ||
_In_opt_ XLATEOBJ * | pxlo, | ||
_In_ LONG | xHot, | ||
_In_ LONG | yHot, | ||
_In_ LONG | x, | ||
_In_ LONG | y, | ||
_In_ RECTL * | prcl, | ||
_In_ FLONG | fl | ||
) |
Definition at line 606 of file mouse.c.
Referenced by GreSetPointerShape().
Definition at line 133 of file mouse.c.
Referenced by EngMovePointer(), and EngSetPointerShape().
Definition at line 187 of file mouse.c.
Referenced by EngMovePointer(), and EngSetPointerShape().
_Requires_lock_held_ ppdev BOOL NTAPI MouseSafetyOnDrawEnd | ( | _Inout_ PPDEVOBJ | ppdev | ) |
Definition at line 99 of file mouse.c.
Referenced by DC_vFinishBlit(), and IntExtTextOutW().
_Requires_lock_held_ ppdev BOOL NTAPI MouseSafetyOnDrawStart | ( | _Inout_ PPDEVOBJ | ppdev, |
_In_ LONG | HazardX1, | ||
_In_ LONG | HazardY1, | ||
_In_ LONG | HazardX2, | ||
_In_ LONG | HazardY2 | ||
) |
Definition at line 41 of file mouse.c.
Referenced by DC_vPrepareDCsForBlit(), and IntExtTextOutW().
Definition at line 27 of file mouse.c.
Referenced by EngSetPointerShape().