Home | History | Annotate | Download | only in views

Lines Matching refs:POINT

185       POINT point = { dialog_rect.left, dialog_rect.top };
186 HMONITOR monitor1 = MonitorFromPoint(point, MONITOR_DEFAULTTONULL);
187 point.x = dialog_rect.right;
188 point.y = dialog_rect.bottom;
191 HMONITOR monitor2 = MonitorFromPoint(point, MONITOR_DEFAULTTONULL);