Searched refs:xdpi (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/display/libgralloc/
H A Dfb_priv.h50 float xdpi; member in struct:private_module_t
H A Dframebuffer.cpp245 float xdpi = (info.xres * 25.4f) / info.width; local
286 info.width, xdpi,
301 module->xdpi = xdpi;
389 const_cast<float&>(dev->device.xdpi) = m->xdpi;
/hardware/samsung_slsi/exynos5/gralloc/
H A Dframebuffer.cpp189 float xdpi = (module->xres * 25.4f) / info.width; local
198 finfo.id, module->xres, module->yres, info.width, xdpi, info.height,
202 module->xdpi = xdpi;
265 const_cast<float&>(dev->xdpi) = m->xdpi;
/hardware/libhardware/modules/gralloc/
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;
H A Dgralloc_priv.h51 float xdpi; member in struct:private_module_t
/hardware/libhardware/include/hardware/
H A Dfb.h55 const float xdpi; member in struct:framebuffer_device_t
/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/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.h77 float xdpi; member in struct:qhwc::DisplayAttributes
H A Dhwc_utils.cpp64 float xdpi = (info.xres * 25.4f) / info.width; local
95 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xdpi = xdpi;
H A Dhwc.cpp555 values[i] = (int32_t) (ctx->dpyAttr[disp].xdpi*1000.0);
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp123 int32_t xdpi; member in struct:exynos5_hwc_composer_device_1_t
1962 return pdev->xdpi;
2113 dev->xdpi = 1000 * (dev->xres * 25.4f) / info.width;
2123 dev->xres, dev->yres, info.width, dev->xdpi / 1000.0,

Completed in 110 milliseconds