HomeSort by relevance Sort by last modified time
    Searched refs:size_in_pixel_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/display/
display_info.cc 252 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_ = gfx::ToFlooredSize(size_f)
    [all...]
display_info.h 129 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 8435 milliseconds