Searched refs:zoom_first (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_win.cc145 static POINT zoom_first; local
149 zoom_first.x = gi.ptsLocation.x;
150 zoom_first.y = gi.ptsLocation.y;
151 ScreenToClient(hwnd, &zoom_first);
163 if (zoom_first.x == zoom_second.x && zoom_first.y == zoom_second.y)
166 zoom_center->x = (zoom_first.x + zoom_second.x) / 2;
167 zoom_center->y = (zoom_first.y + zoom_second.y) / 2;
175 zoom_first = zoom_second;

Completed in 399 milliseconds