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

/hardware/libhardware/include/hardware/
H A Dfb.h55 const float xdpi; member in struct:framebuffer_device_t
/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h51 float xdpi; member in struct:private_module_t
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;

Completed in 44 milliseconds