Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidUtil.cpp508 const int heightP = de::min(displayMetrics.widthPixels, displayMetrics.heightPixels); in getScreenClass() local
511 const int heightDp = deFloorFloatToInt32(float(heightP) / dpScale); in getScreenClass()