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

12

/hardware/qcom/display/msm8084/libqdutils/
H A Ddisplay_config.h54 float xdpi; member in struct:qdutils::DisplayAttributes_t
/hardware/qcom/display/msm8226/libqdutils/
H A Ddisplay_config.h54 float xdpi; member in struct:qdutils::DisplayAttributes_t
/hardware/qcom/display/msm8909/libqdutils/
H A Ddisplay_config.h70 float xdpi; member in struct:qdutils::DisplayAttributes_t
/hardware/qcom/display/msm8994/libqdutils/
H A Ddisplay_config.h76 float xdpi; member in struct:qdutils::DisplayAttributes_t
/hardware/libhardware/include/hardware/
H A Dfb.h61 const float xdpi; member in struct:framebuffer_device_t
/hardware/qcom/display/msm8084/libgralloc/
H A Dfb_priv.h50 float xdpi; member in struct:private_module_t
H A Dframebuffer.cpp253 float xdpi = ((float)(info.xres) * 25.4f) / (float)info.width; local
296 info.width, xdpi,
315 module->xdpi = xdpi;
414 const_cast<float&>(dev->device.xdpi) = m->xdpi;
/hardware/qcom/display/msm8226/libgralloc/
H A Dfb_priv.h50 float xdpi; member in struct:private_module_t
H A Dframebuffer.cpp254 float xdpi = ((float)(info.xres) * 25.4f) / (float)info.width; local
297 info.width, xdpi,
316 module->xdpi = xdpi;
415 const_cast<float&>(dev->device.xdpi) = m->xdpi;
/hardware/qcom/display/msm8909/libgralloc/
H A Dfb_priv.h48 float xdpi; member in struct:private_module_t
H A Dframebuffer.cpp249 float xdpi = ((float)(info.xres) * 25.4f) / (float)info.width; local
292 info.width, xdpi,
311 module->xdpi = xdpi;
436 const_cast<float&>(dev->device.xdpi) = m->xdpi;
/hardware/qcom/display/msm8960/libgralloc/
H A Dfb_priv.h50 float xdpi; member in struct:private_module_t
H A Dframebuffer.cpp244 float xdpi = (info.xres * 25.4f) / info.width; local
285 info.width, xdpi,
300 module->xdpi = xdpi;
387 const_cast<float&>(dev->device.xdpi) = m->xdpi;
/hardware/qcom/display/msm8994/libgralloc/
H A Dfb_priv.h48 float xdpi; member in struct:private_module_t
H A Dframebuffer.cpp257 float xdpi = ((float)(info.xres) * 25.4f) / (float)info.width; local
300 info.width, xdpi,
319 module->xdpi = xdpi;
444 const_cast<float&>(dev->device.xdpi) = m->xdpi;
/hardware/qcom/display/msm8996/libgralloc/
H A Dfb_priv.h48 float xdpi; member in struct:private_module_t
H A Dframebuffer.cpp249 float xdpi = ((float)(info.xres) * 25.4f) / (float)info.width; local
292 info.width, xdpi,
311 module->xdpi = xdpi;
436 const_cast<float&>(dev->device.xdpi) = m->xdpi;
/hardware/qcom/display/msm8996/libqdutils/
H A Ddisplay_config.h83 float xdpi; member in struct:qdutils::DisplayAttributes
86 DisplayAttributes() : vsync_period(0), xres(0), yres(0), xdpi(0.0f),
/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h51 float xdpi; member in struct:private_module_t
H A Dframebuffer.cpp233 float xdpi = (info.xres * 25.4f) / info.width; local
262 info.width, xdpi,
278 module->xdpi = xdpi;
352 const_cast<float&>(dev->device.xdpi) = m->xdpi;
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c73 unsigned xdpi; member in struct:CNativeWindow
418 win->xdpi = values[3];
488 win->xdpi = fb->xdpi;
522 *((float*) &win->base.xdpi) = win->xdpi;
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h76 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;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h82 float xdpi; member in struct:qhwc::DisplayAttributes
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h83 float xdpi; member in struct:qhwc::DisplayAttributes

Completed in 393 milliseconds

12