OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mm_height
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc
52
int
mm_height
= HeightMMOfScreen(screen);
local
57
!ui::IsXDisplaySizeBlackListed(mm_width,
mm_height
)) {
348
output_info->
mm_height
)) {
/external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc
191
int
mm_height
= height * kPixelsToMmScale;
local
192
XRRSetScreenSize(display_, window_, width, height, mm_width,
mm_height
);
278
output.height_mm = info->
mm_height
;
Completed in 1175 milliseconds