HomeSort by relevance Sort by last modified time
    Searched defs:physical_size (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/ozone/platform/caca/
caca_window.h 45 gfx::Size physical_size() const { return physical_size_; } function in class:ui::CacaWindow
caca_event_source.cc 112 gfx::Size physical_size = window->physical_size(); local
115 location.x() * bitmap_size.width() / physical_size.width(),
116 location.y() * bitmap_size.height() / physical_size.height());
  /external/chromium_org/printing/
page_setup.h 46 void Init(const gfx::Size& physical_size, const gfx::Rect& printable_area,
58 const gfx::Size& physical_size() const { return physical_size_; } function in class:printing::PageSetup
printing_context_no_system_dialog.cc 44 gfx::Size physical_size = GetPdfPaperSizeDeviceUnits(); local
46 gfx::Rect printable_area(0, 0, physical_size.width(), physical_size.height());
48 settings_.SetPrinterPrintableArea(physical_size, printable_area, true);
printing_context_android.cc 140 gfx::Size physical_size = GetPdfPaperSizeDeviceUnits(); local
141 SetSizes(&settings_, kDefaultPdfDpi, physical_size.width(),
142 physical_size.height());
  /external/chromium_org/ui/display/types/
display_snapshot.h 25 const gfx::Size& physical_size,
36 const gfx::Size& physical_size() const { return physical_size_; } function in class:ui::DisplaySnapshot
  /external/chromium_org/ui/ozone/common/gpu/
ozone_gpu_message_params.h 33 gfx::Size physical_size; member in struct:ui::DisplaySnapshot_Params

Completed in 322 milliseconds