Searched refs:window_size_in_dip (Results 1 – 1 of 1) sorted by relevance
238 const gfx::SizeF window_size_in_dip = GetWindowRectDIP(scale).size(); 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()