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

/external/chromium_org/ash/display/
H A Ddisplay_info.cc252 size_in_pixel_ = native_info.size_in_pixel_;
283 size_in_pixel_ = new_bounds_in_native.size();
304 size_in_pixel_ = bounds_in_native_.size();
308 size_in_pixel_.Enlarge(-insets_in_pixel.width(), -insets_in_pixel.height());
315 size_in_pixel_.SetSize(size_in_pixel_.height(), size_in_pixel_.width());
316 gfx::SizeF size_f(size_in_pixel_);
318 size_in_pixel_
[all...]
H A Ddisplay_info.h129 const gfx::Size& size_in_pixel() const { return size_in_pixel_; }
159 // Update the |bounds_in_native_| and |size_in_pixel_| using
243 gfx::Size size_in_pixel_; member in class:ash::DisplayInfo

Completed in 76 milliseconds