OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mm_width
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc
51
int
mm_width
= WidthMMOfScreen(screen);
local
57
!ui::IsXDisplaySizeBlackListed(
mm_width
, mm_height)) {
58
float device_scale_factor = GetDeviceScaleFactor(width,
mm_width
);
347
if (i == 0 && !ui::IsXDisplaySizeBlackListed(output_info->
mm_width
,
352
output_info->
mm_width
);
/external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc
190
int
mm_width
= width * kPixelsToMmScale;
local
192
XRRSetScreenSize(display_, window_, width, height,
mm_width
, mm_height);
277
output.width_mm = info->
mm_width
;
Completed in 104 milliseconds