Searched defs:physical_size (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ui/display/chromeos/test/
H A Dtest_display_snapshot.cc25 const gfx::Size& physical_size,
34 physical_size,
21 TestDisplaySnapshot( int64_t display_id, bool has_proper_display_id, const gfx::Point& origin, const gfx::Size& physical_size, DisplayConnectionType type, bool is_aspect_preserving_scaling, const std::vector<const DisplayMode*>& modes, const DisplayMode* current_mode, const DisplayMode* native_mode) argument
/external/chromium_org/ui/display/types/
H A Ddisplay_snapshot.cc12 const gfx::Size& physical_size,
23 physical_size_(physical_size),
9 DisplaySnapshot(int64_t display_id, bool has_proper_display_id, const gfx::Point& origin, const gfx::Size& physical_size, DisplayConnectionType type, bool is_aspect_preserving_scaling, bool has_overscan, std::string display_name, const std::vector<const DisplayMode*>& modes, const DisplayMode* current_mode, const DisplayMode* native_mode) argument
H A Ddisplay_snapshot.h25 const gfx::Size& physical_size,
36 const gfx::Size& physical_size() const { return physical_size_; } function in class:ui::DisplaySnapshot
/external/chromium_org/ui/display/util/
H A Ddisplay_util.cc40 bool IsDisplaySizeBlackListed(const gfx::Size& physical_size) { argument
42 if (physical_size.width() <= kInvalidDisplaySizeList[0][0] ||
43 physical_size.height() <= kInvalidDisplaySizeList[0][1]) {
50 if (physical_size == size) {
/external/chromium_org/printing/
H A Dpage_setup.cc66 void PageSetup::Init(const gfx::Size& physical_size, argument
69 DCHECK_LE(printable_area.right(), physical_size.width());
72 // DCHECK_LE(printable_area.bottom(), physical_size.height());
76 physical_size_ = physical_size;
H A Dpage_setup.h46 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
H A Dprinting_context_no_system_dialog.cc44 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);
H A Dprinting_context_android.cc140 gfx::Size physical_size = GetPdfPaperSizeDeviceUnits(); local
141 SetSizes(&settings_, kDefaultPdfDpi, physical_size.width(),
142 physical_size.height());
/external/chromium_org/ui/display/chromeos/x11/
H A Ddisplay_snapshot_x11.cc16 const gfx::Size& physical_size,
30 physical_size,
12 DisplaySnapshotX11( int64_t display_id, bool has_proper_display_id, const gfx::Point& origin, const gfx::Size& physical_size, DisplayConnectionType type, bool is_aspect_preserving_scaling, bool has_overscan, std::string display_name, const std::vector<const DisplayMode*>& modes, const DisplayMode* current_mode, const DisplayMode* native_mode, RROutput output, RRCrtc crtc, int index) argument
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window.h45 gfx::Size physical_size() const { return physical_size_; } function in class:ui::CacaWindow
H A Dcaca_event_source.cc112 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/ui/ozone/common/gpu/
H A Dozone_gpu_message_params.h33 gfx::Size physical_size; member in struct:ui::DisplaySnapshot_Params

Completed in 367 milliseconds