Searched refs:rectl (Results 1 – 2 of 2) sorted by relevance
347 RECTL rectl; in EngSetPointerShape() local374 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 …]
2849 static void DebugRect(const RECT* rectl, COLORREF color) in DebugRect() argument2855 if (!rectl) in DebugRect()2862 rr = *rectl; in DebugRect()2864 FrameRect(hdc, rectl, brush); in DebugRect()