Searched defs:xdpi (Results 1 - 13 of 13) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dfb.h55 const float xdpi; member in struct:framebuffer_device_t
/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h51 float xdpi; member in struct:private_module_t
H A Dframebuffer.cpp221 float xdpi = (info.xres * 25.4f) / info.width; local
250 info.width, xdpi,
266 module->xdpi = xdpi;
340 const_cast<float&>(dev->device.xdpi) = m->xdpi;
/hardware/msm7k/libgralloc/
H A Dgralloc_priv.h55 float xdpi; member in struct:private_module_t
H A Dframebuffer.cpp238 float xdpi = (info.xres * 25.4f) / info.width; local
267 info.width, xdpi,
283 module->xdpi = xdpi;
361 const_cast<float&>(dev->device.xdpi) = m->xdpi;
/hardware/qcom/display/libgralloc/
H A Dfb_priv.h51 float xdpi; member in struct:private_module_t
H A Dframebuffer.cpp268 float xdpi = (info.xres * 25.4f) / info.width; local
298 info.width, xdpi,
313 module->xdpi = xdpi;
405 const_cast<float&>(dev->device.xdpi) = m->xdpi;
/hardware/samsung_slsi/exynos5/gralloc/
H A Dframebuffer.cpp148 float xdpi = (info.xres * 25.4f) / info.width; local
158 finfo.id, info.xres, info.yres, info.width, xdpi, info.height, ydpi,
164 module->xdpi = xdpi;
227 const_cast<float&>(dev->xdpi) = m->xdpi;
/hardware/msm7k/libgralloc-qsd8k/
H A Dframebuffer.cpp274 float xdpi = (info.xres * 25.4f) / info.width; local
303 info.width, xdpi,
319 module->xdpi = xdpi;
397 const_cast<float&>(dev->device.xdpi) = m->xdpi;
H A Dgralloc_priv.h75 float xdpi; member in struct:private_module_t
/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h51 float xdpi; member in struct:private_module_t
/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.h60 float xdpi; member in struct:qhwc::DisplayAttributes
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp123 int32_t xdpi; member in struct:exynos5_hwc_composer_device_1_t
1907 return pdev->xdpi;
2020 dev->xdpi = 1000 * (info.xres * 25.4f) / info.width;
2030 dev->xres, dev->yres, info.width, dev->xdpi / 1000.0,

Completed in 420 milliseconds