Home | History | Annotate | Download | only in libgralloc-qsd8k

Lines Matching refs:xres

112                 0, 0, m->info.xres, m->info.yres, NULL);
130 0, 0, m->info.xres, m->info.yres,
135 0, 0, m->info.xres, m->info.yres,
142 m->info.xres, m->info.yres, m->fbFormat,
258 * ( info.left_margin + info.right_margin + info.xres )
270 info.width = ((info.xres * 25.4f)/160.0f + 0.5f);
274 float xdpi = (info.xres * 25.4f) / info.width;
280 "xres = %d px\n"
290 info.xres,
393 const_cast<uint32_t&>(dev->device.width) = m->info.xres;