Home | History | Annotate | Download | only in win

Lines Matching defs:GetDeviceScaleFactor

40   // GetDeviceScaleFactor function here because it fires a DCHECK if the
175 float GetDeviceScaleFactor() {
182 1.0f / GetDeviceScaleFactor()));
186 return ToFlooredPoint(ScalePoint(dip_point, GetDeviceScaleFactor()));
192 ScaleRect(pixel_bounds, 1.0f / GetDeviceScaleFactor()));
204 dip_bounds.origin(), GetDeviceScaleFactor())),
206 dip_bounds.size(), GetDeviceScaleFactor())));
211 ScaleSize(size_in_pixels, 1.0f / GetDeviceScaleFactor()));
215 return ToFlooredSize(ScaleSize(dip_size, GetDeviceScaleFactor()));
220 GetDeviceScaleFactor() + 0.5);