Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/egl/
Degl.cpp1382 char dpiProp[PROPERTY_VALUE_MAX]; in s_getNativeDpi() local
1383 if (property_get(dpiPropName, dpiProp, NULL) > 0) { in s_getNativeDpi()
1384 nativeDPI = atof(dpiProp); in s_getNativeDpi()