Home
last modified time | relevance | path

Searched defs:xdpi (Results 1 – 25 of 25) sorted by relevance

/hardware/qcom/display/msm8226/libqdutils/
Ddisplay_config.h54 float xdpi; member
/hardware/qcom/display/msm8084/libqdutils/
Ddisplay_config.h54 float xdpi; member
/hardware/qcom/display/msm8084/libgralloc/
Dfb_priv.h50 float xdpi; member
Dframebuffer.cpp253 float xdpi = ((float)(info.xres) * 25.4f) / (float)info.width; in mapFrameBufferLocked() local
/hardware/qcom/display/msm8226/libgralloc/
Dfb_priv.h50 float xdpi; member
Dframebuffer.cpp254 float xdpi = ((float)(info.xres) * 25.4f) / (float)info.width; in mapFrameBufferLocked() local
/hardware/qcom/display/msm8974/libgralloc/
Dfb_priv.h50 float xdpi; member
Dframebuffer.cpp245 float xdpi = (info.xres * 25.4f) / info.width; in mapFrameBufferLocked() local
/hardware/qcom/display/msm8960/libgralloc/
Dfb_priv.h50 float xdpi; member
Dframebuffer.cpp245 float xdpi = (info.xres * 25.4f) / info.width; in mapFrameBufferLocked() local
/hardware/libhardware/include/hardware/
Dfb.h61 const float xdpi; member
/hardware/libhardware/modules/gralloc/
Dframebuffer.cpp233 float xdpi = (info.xres * 25.4f) / info.width; local
Dgralloc_priv.h51 float xdpi; member
/hardware/samsung_slsi/exynos5/gralloc/
Dframebuffer.cpp188 float xdpi = (module->xres * 25.4f) / info.width; in init_fb() local
/hardware/samsung_slsi/exynos5/include/
Dgralloc_priv.h53 float xdpi; member
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_utils.h76 float xdpi; member
Dhwc_utils.cpp77 float xdpi = (info.xres * 25.4f) / info.width; in openFramebufferDevice() local
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.h76 float xdpi; member
Dhwc_utils.cpp64 float xdpi = (info.xres * 25.4f) / info.width; in openFramebufferDevice() local
/hardware/libhardware/tests/hwc/
Dcnativewindow.c73 unsigned xdpi; member
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp105 float xdpi = ((float)xres_new * 25.4f) / (float)width; in changeResolution() local
138 float xdpi = ((float)info.xres * 25.4f) / (float)info.width; in openFramebufferDevice() local
Dhwc_utils.h83 float xdpi; member
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h82 float xdpi; member
Dhwc_utils.cpp131 float xdpi = ((float)info.xres * 25.4f) / (float)info.width; in openFramebufferDevice() local
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp123 int32_t xdpi; member