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

/hardware/qcom/display/libgralloc/
H A Dfb_priv.h51 float ydpi; member in struct:private_module_t
H A Dframebuffer.cpp246 float ydpi = (info.yres * 25.4f) / info.height; local
287 info.height, ydpi,
302 module->ydpi = ydpi;
390 const_cast<float&>(dev->device.ydpi) = m->ydpi;
/hardware/samsung_slsi/exynos5/gralloc/
H A Dframebuffer.cpp190 float ydpi = (module->yres * 25.4f) / info.height; local
199 ydpi, (float)refreshRate);
203 module->ydpi = ydpi;
266 const_cast<float&>(dev->ydpi) = m->ydpi;
/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp222 float ydpi = (info.yres * 25.4f) / info.height; local
251 info.height, ydpi,
267 module->ydpi = ydpi;
341 const_cast<float&>(dev->device.ydpi) = m->ydpi;
H A Dgralloc_priv.h52 float ydpi; member in struct:private_module_t
/hardware/libhardware/include/hardware/
H A Dfb.h56 const float ydpi; member in struct:framebuffer_device_t
/hardware/msm7k/libgralloc/
H A Dgralloc_priv.h56 float ydpi; member in struct:private_module_t
H A Dframebuffer.cpp239 float ydpi = (info.yres * 25.4f) / info.height; local
268 info.height, ydpi,
284 module->ydpi = ydpi;
362 const_cast<float&>(dev->device.ydpi) = m->ydpi;
/hardware/msm7k/libgralloc-qsd8k/
H A Dframebuffer.cpp275 float ydpi = (info.yres * 25.4f) / info.height; local
304 info.height, ydpi,
320 module->ydpi = ydpi;
398 const_cast<float&>(dev->device.ydpi) = m->ydpi;
H A Dgralloc_priv.h76 float ydpi; member in struct:private_module_t
/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h52 float ydpi; member in struct:private_module_t
/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.h78 float ydpi; member in struct:qhwc::DisplayAttributes
H A Dhwc_utils.cpp65 float ydpi = (info.yres * 25.4f) / info.height; local
96 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].ydpi = ydpi;
H A Dhwc.cpp558 values[i] = (int32_t) (ctx->dpyAttr[disp].ydpi*1000.0);
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp124 int32_t ydpi; member in struct:exynos5_hwc_composer_device_1_t
1965 return pdev->ydpi;
2114 dev->ydpi = 1000 * (dev->yres * 25.4f) / info.height;
2124 info.height, dev->ydpi / 1000.0, refreshRate);

Completed in 356 milliseconds