Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:client_point

213   POINT client_point = { result.globalX, result.globalY };
214 MapWindowPoints(0, hwnd, &client_point, 1);
215 result.x = client_point.x;
216 result.y = client_point.y;
261 POINT client_point = gesture.location().ToPOINT();
265 gesture_event.x = client_point.x;
266 gesture_event.y = client_point.y;