Home
last modified time | relevance | path

Searched refs:rectl (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/gdi/eng/
H A Dmouse.c347 RECTL rectl; in EngSetPointerShape() local
374 rectl.left = 0; in EngSetPointerShape()
375 rectl.top = 0; in EngSetPointerShape()
376 rectl.right = sizel.cx; in EngSetPointerShape()
377 rectl.bottom = sizel.cy; in EngSetPointerShape()
418 &rectl, in EngSetPointerShape()
419 (POINTL*)&rectl); in EngSetPointerShape()
447 &rectl, in EngSetPointerShape()
448 (POINTL*)&rectl); in EngSetPointerShape()
485 &rectl, in EngSetPointerShape()
[all …]
/reactos/win32ss/user/ntuser/
H A Dmenu.c2849 static void DebugRect(const RECT* rectl, COLORREF color) in DebugRect() argument
2855 if (!rectl) in DebugRect()
2862 rr = *rectl; in DebugRect()
2864 FrameRect(hdc, rectl, brush); in DebugRect()