Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp321 float xdpi = (info.xres * 25.4f) / info.width; in init_frame_buffer_locked() local
349 info.width, xdpi, in init_frame_buffer_locked()
366 module->xdpi = xdpi; in init_frame_buffer_locked()
494 const_cast<float &>(dev->xdpi) = m->xdpi; in framebuffer_device_open()
Dgralloc_priv.h116 float xdpi; member
Dgralloc_module.cpp409 xdpi = 0.0f; in private_module_t()
/device/generic/goldfish/opengl/system/gralloc/
Dgralloc.cpp946 EGLint xdpi = rcEnc->rcGetFBParam(rcEnc, FB_XDPI); in gralloc_device_open() local
947 D("gralloc: xdpi=%d\n", xdpi); in gralloc_device_open()
983 const_cast<float&>(dev->device.xdpi) = xdpi; in gralloc_device_open()