Home
last modified time | relevance | path

Searched refs:host_size_in_dip (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ash/magnifier/
Dmagnification_controller.cc237 const gfx::Size host_size_in_dip = GetHostSizeDIP(); in RedrawDIP() local
239 float max_x = host_size_in_dip.width() - window_size_in_dip.width(); in RedrawDIP()
240 float max_y = host_size_in_dip.height() - window_size_in_dip.height(); in RedrawDIP()