Searched refs:xdpi (Results 1 – 5 of 5) sorted by relevance
323 float xdpi = (info.xres * 25.4f) / info.width; in init_frame_buffer_locked() local351 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()
116 float xdpi; member
411 xdpi = 0.0f; in private_module_t()
1366 EGLint xdpi = rcEnc->rcGetFBParam(rcEnc, FB_XDPI); in gralloc_device_open() local1367 D("gralloc: xdpi=%d\n", xdpi); in gralloc_device_open()1403 const_cast<float&>(dev->device.xdpi) = xdpi; in gralloc_device_open()
191 return pdev->fbdev->xdpi*1000; in hwc_attribute()