Searched refs:host_size_in_dip (Results 1 – 1 of 1) sorted by relevance
237 const gfx::Size host_size_in_dip = GetHostSizeDIP(); in RedrawDIP() local239 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()