Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp980 char dpiProp[PROPERTY_VALUE_MAX]; in s_getNativeDpi() local
981 if (property_get(dpiPropName, dpiProp, NULL) > 0) { in s_getNativeDpi()
982 nativeDPI = atof(dpiProp); in s_getNativeDpi()