ReactOS 0.4.16-dev-21-g2af6fd4
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
__drv_preferredFunction | ( | "(see documentation)" | , |
" | Obsolete, | ||
always returns false. " | |||
) |
Definition at line 575 of file mouse.c.
Referenced by DrvMovePointer(), GreMovePointer(), IntEngSetPointerShape(), MouseSafetyOnDrawEnd(), MouseSafetyOnDrawStart(), 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 330 of file mouse.c.
Referenced by DrvSetPointerShape(), and IntEngSetPointerShape().
Definition at line 799 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 703 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 615 of file mouse.c.
Referenced by GreSetPointerShape().
Definition at line 142 of file mouse.c.
Referenced by EngMovePointer(), and EngSetPointerShape().
Definition at line 196 of file mouse.c.
Referenced by EngMovePointer(), and EngSetPointerShape().
_Requires_lock_held_ ppdev BOOL NTAPI MouseSafetyOnDrawEnd | ( | _Inout_ PPDEVOBJ | ppdev | ) |
Definition at line 102 of file mouse.c.
Referenced by DC_vFinishBlit().
_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().
Definition at line 26 of file mouse.c.
Referenced by EngSetPointerShape().