Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
DDrmHwcTwo.cpp410 static const int32_t kUmPerInch = 25400; in GetDisplayAttribute() local
427 *value = mm_width ? (mode->h_display() * kUmPerInch) / mm_width : -1; in GetDisplayAttribute()
431 *value = mm_height ? (mode->v_display() * kUmPerInch) / mm_height : -1; in GetDisplayAttribute()