HomeSort by relevance Sort by last modified time
    Searched full:size_in_pixel (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/content/browser/renderer_host/
dip_util.h 33 float scale_factor, const gfx::Size& size_in_pixel);
37 float scale_factor, const gfx::Size& size_in_pixel);
dip_util.cc 41 const gfx::Size& size_in_pixel) {
43 gfx::ScaleSize(size_in_pixel, 1.0f / scale_factor));
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 164 // Don't use size_in_pixel because we want to use the native pixel size.
165 gfx::Size size_in_pixel = local
169 size_in_pixel = gfx::Size(size_in_pixel.height(), size_in_pixel.width());
171 width = std::max(size_in_pixel.width(), width);
172 height = std::max(size_in_pixel.height(), height);
  /external/chromium_org/ash/display/
display_info_unittest.cc 30 EXPECT_EQ("200x100", info.size_in_pixel().ToString());
37 EXPECT_EQ("288x380", info.size_in_pixel().ToString());
43 EXPECT_EQ("288x380", info.size_in_pixel().ToString());
49 EXPECT_EQ("380x288", info.size_in_pixel().ToString());
display_manager_unittest.cc 278 updated_display_info2.size_in_pixel().ToString());
294 updated_display_info2.size_in_pixel().ToString());
303 GetDisplayInfoAt(1).size_in_pixel().ToString());
327 updated_display_info2.size_in_pixel().ToString());
341 updated_display_info2.size_in_pixel().ToString());
    [all...]
display_info.h 122 // different from the |size_in_pixel| when overscan insets are set
129 const gfx::Size& size_in_pixel() const { return size_in_pixel_; } function in class:ash::DisplayInfo
display_manager.cc 842 (current_display_info.size_in_pixel() !=
    [all...]
resolution_notification_controller_unittest.cc 69 DisplayMode old_mode(info.size_in_pixel(),
  /external/chromium_org/ui/compositor/
dip_util.h 33 const gfx::Size& size_in_pixel);
dip_util.cc 43 const gfx::Size& size_in_pixel) {
45 gfx::ScaleSize(size_in_pixel, 1.0f / GetDeviceScaleFactor(layer)));
compositor.cc 258 void Compositor::SetScaleAndSize(float scale, const gfx::Size& size_in_pixel) {
260 if (!size_in_pixel.IsEmpty()) {
261 size_ = size_in_pixel;
262 host_->SetViewportSize(size_in_pixel);
263 root_web_layer_->SetBounds(size_in_pixel);
compositor.h 180 void SetScaleAndSize(float scale, const gfx::Size& size_in_pixel);
  /external/chromium_org/ui/gfx/
display.cc 151 void Display::SetSize(const gfx::Size& size_in_pixel) {
158 SetScaleAndBounds(device_scale_factor_, gfx::Rect(origin, size_in_pixel));
display.h 98 void SetSize(const gfx::Size& size_in_pixel);
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
browserAction.html 98 <code>size_in_pixel / size_in_dip</code>) is different than 1,
  /external/chromium_org/ash/touch/
touch_transformer_controller.cc 110 if (!info || info->size_in_pixel() == info->GetNativeModeSize() ||

Completed in 460 milliseconds