OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mm_height
(Results
1 - 7
of
7
) sorted by null
/external/drm_hwcomposer/
drmconnector.cpp
139
uint32_t DrmConnector::
mm_height
() const {
function in class:android::DrmConnector
hwcomposer.cpp
749
uint32_t
mm_height
= c->
mm_height
();
local
768
mm_height
? (mode.v_display() * UM_PER_INCH) /
mm_height
: 0;
/bionic/libc/kernel/uapi/drm/
drm_mode.h
244
__u32
mm_height
;
member in struct:drm_mode_get_connector
/external/kernel-headers/original/uapi/drm/
drm_mode.h
263
__u32
mm_height
; /**< height in millimeters */
member in struct:drm_mode_get_connector
/external/libdrm/include/drm/
drm_mode.h
244
__u32 mm_width,
mm_height
; /**< HxW in millimeters */
member in struct:drm_mode_get_connector
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_mode.h
182
__u32 mm_width,
mm_height
; /**< HxW in millimeters */
member in struct:drm_mode_get_connector
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm_mode.h
185
__u32 mm_width,
mm_height
; /**< HxW in millimeters */
member in struct:drm_mode_get_connector
Completed in 3698 milliseconds