Searched refs:physical_size (Results 1 - 25 of 29) sorted by relevance

12

/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) {
H A Ddisplay_util.h16 const gfx::Size& physical_size);
19 // physical_size and resoultion.
/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
H A Dtest_display_snapshot.h19 const gfx::Size& physical_size,
/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/ozone/common/gpu/
H A Dozone_gpu_message_params.cc18 physical_size(),
H A Dozone_gpu_message_params.h33 gfx::Size physical_size; member in struct:ui::DisplaySnapshot_Params
H A Dozone_gpu_messages.h37 IPC_STRUCT_TRAITS_MEMBER(physical_size)
/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
H A Ddisplay_snapshot_x11.h23 const gfx::Size& physical_size,
/external/chromium_org/printing/
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 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 Dprinted_document_mac.cc30 page.GetCenteredPageContentRect(page_setup.physical_size(), &content_area);
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 Dprinted_document_win.cc50 page.GetCenteredPageContentRect(page_setup.physical_size(), &content_area);
H A Dprinting_context_android.cc140 gfx::Size physical_size = GetPdfPaperSizeDeviceUnits(); local
141 SetSizes(&settings_, kDefaultPdfDpi, physical_size.width(),
142 physical_size.height());
H A Dpage_setup_unittest.cc72 EXPECT_EQ(page_size, setup.physical_size()) << seed << " " <<
138 EXPECT_EQ(page_size, setup.physical_size()) << " " << page_size.ToString() <<
219 EXPECT_EQ(page_size, setup.physical_size());
238 EXPECT_EQ(flipped_page_size, setup.physical_size());
266 EXPECT_EQ(flipped_page_size, setup.physical_size());
/external/chromium_org/ui/ozone/common/chromeos/
H A Ddisplay_util.cc27 params.physical_size = display.physical_size();
H A Ddisplay_snapshot_proxy.cc25 params.physical_size,
/external/chromium_org/ui/ozone/platform/caca/
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());
H A Dcaca_window.h45 gfx::Size physical_size() const { return physical_size_; } function in class:ui::CacaWindow
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc53 gfx::Size physical_size(WidthMMOfScreen(screen), HeightMMOfScreen(screen));
58 !ui::IsDisplaySizeBlackListed(physical_size)) {
60 width, physical_size.width());
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_print_settings_manager.cc83 PrintSizeToPPPrintSize(page_setup.physical_size(), device_units_per_inch);
/external/chromium_org/android_webview/browser/renderer_host/
H A Dprint_manager.cc90 params->page_size = settings.page_setup_device_units().physical_size();

Completed in 7911 milliseconds

12