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

  /external/chromium_org/ui/ozone/platform/caca/
caca_connection.h 27 gfx::Size physical_size() const { return physical_size_; } function in class:ui::CacaConnection
caca_event_factory.cc 113 gfx::Size physical_size = connection->physical_size(); local
116 location.x() * bitmap_size.width() / physical_size.width(),
117 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 45 gfx::Size physical_size = GetPdfPaperSizeDeviceUnits(); local
47 gfx::Rect printable_area(0, 0, physical_size.width(), physical_size.height());
49 settings_.SetPrinterPrintableArea(physical_size, printable_area, true);
printing_context_android.cc 141 gfx::Size physical_size = GetPdfPaperSizeDeviceUnits(); local
142 SetSizes(&settings_, kDefaultPdfDpi, physical_size.width(),
143 physical_size.height());
  /external/chromium_org/ui/display/types/chromeos/
display_snapshot.h 25 const gfx::Size& physical_size,
36 const gfx::Size& physical_size() const { return physical_size_; } function in class:ui::DisplaySnapshot

Completed in 162 milliseconds