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

123

/hardware/qcom/display/msm8084/libqdutils/
H A Ddisplay_config.h54 float xdpi; member in struct:qdutils::DisplayAttributes_t
H A Ddisplay_config.cpp69 dpyattr.xdpi = outParcel.readFloat();
/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/msm8226/libqdutils/
H A Ddisplay_config.h54 float xdpi; member in struct:qdutils::DisplayAttributes_t
/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/msm8998/libgralloc/
H A Dfb_priv.h48 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;
440 const_cast<float&>(dev->device.xdpi) = m->xdpi;
/hardware/qcom/display/msm8996/libqdutils/
H A Ddisplay_config.h85 float xdpi; member in struct:qdutils::DisplayAttributes
89 DisplayAttributes() : vsync_period(0), xres(0), yres(0), xdpi(0.0f),
/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/modules/gralloc/
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;
H A Dgralloc_priv.h51 float xdpi; member in struct:private_module_t
/hardware/libhardware/include/hardware/
H A Dfb.h61 const float xdpi; member in struct:framebuffer_device_t
/hardware/qcom/display/msm8998/libqdutils/
H A Ddisplay_config.h95 float xdpi = 0.0f; member in struct:qdutils::DisplayAttributes
/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;

Completed in 432 milliseconds

123