Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp323 float xdpi = (info.xres * 25.4f) / info.width; in init_frame_buffer_locked() local
351 info.width, xdpi, in init_frame_buffer_locked()
368 module->xdpi = xdpi; in init_frame_buffer_locked()
496 const_cast<float &>(dev->xdpi) = m->xdpi; in framebuffer_device_open()
Dgralloc_priv.h116 float xdpi; member
Dgralloc_module.cpp411 xdpi = 0.0f; in private_module_t()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp1366 EGLint xdpi = rcEnc->rcGetFBParam(rcEnc, FB_XDPI); in gralloc_device_open() local
1367 D("gralloc: xdpi=%d\n", xdpi); in gralloc_device_open()
1403 const_cast<float&>(dev->device.xdpi) = xdpi; in gralloc_device_open()
/device/generic/goldfish/hwcomposer/
Dhwcomposer.cpp191 return pdev->fbdev->xdpi*1000; in hwc_attribute()