Lines Matching defs:rect
697 RECT rect;
710 if (!GetClientRect(window->hWnd, &rect))
716 *w = rect.right - rect.left;
717 *h = rect.bottom - rect.top;
719 if (!ClientToScreen( window->hWnd, (LPPOINT) &rect ))
725 *x = rect.left;
726 *y = rect.top;
742 RECT rect;
784 GetClientRect( NATIVEhwnd, &rect );
810 float rect[4];
815 CGSGetWindowBounds( window->connection, window->drawable, rect ) != noErr )
820 *x = (int) rect[0];
821 *y = (int) rect[1];
822 *w = (int) rect[2];
823 *h = (int) rect[3];