Searched refs:clntRect (Results 1 – 1 of 1) sorted by relevance
1132 ClientRect clntRect(_hwnd); in WndProc() local1135 if (pt.x>=clntRect.left && pt.x<clntRect.right && pt.y>=clntRect.top && pt.y<clntRect.bottom) in WndProc()1155 ClientRect clntRect(_hwnd); in WndProc() local1158 if (pt.x<clntRect.left || pt.x>=clntRect.right || pt.y<clntRect.top || pt.y>=clntRect.bottom) in WndProc()