OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mm_height
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/display/
display_util_x11.h
24
// |mm_width| and |
mm_height
| are given in millimeters.
26
unsigned long
mm_height
);
display_util_x11.cc
39
bool ShouldIgnoreSize(unsigned long mm_width, unsigned long
mm_height
) {
42
mm_height
<= kInvalidDisplaySizeList[0][1]) {
48
if (mm_width == size[0] &&
mm_height
== size[1]) {
display_change_observer_x11.cc
142
if (!ShouldIgnoreSize(output_info->mm_width, output_info->
mm_height
) &&
/external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc
296
int
mm_height
= height * kPixelsToMmScale;
local
297
XRRSetScreenSize(display_, window_, width, height, mm_width,
mm_height
);
Completed in 406 milliseconds