Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp979 const char* dpiPropName = "qemu.sf.lcd_density"; in s_getNativeDpi() local
981 if (property_get(dpiPropName, dpiProp, NULL) > 0) { in s_getNativeDpi()