Home
last modified time | relevance | path

Searched refs:UM_PER_INCH (Results 1 – 1 of 1) sorted by relevance

/external/drm_hwcomposer/
Dhwcomposer.cpp49 #define UM_PER_INCH 25400 macro
763 values[i] = mm_width ? (mode.h_display() * UM_PER_INCH) / mm_width : 0; in hwc_get_display_attributes()
768 mm_height ? (mode.v_display() * UM_PER_INCH) / mm_height : 0; in hwc_get_display_attributes()