Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:yres

201     int  size = roundUpToPageSize(info.yres * info.xres *
232 info.yres_virtual, info.yres*2);
242 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
246 float ydpi = (info.yres * 25.4f) / info.height;
264 "yres = %d px\n"
274 info.yres,
313 module->numBuffers = info.yres_virtual / info.yres;
316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
321 module->fbFormat, info.xres, info.yres);
386 const_cast<uint32_t&>(dev->device.height) = m->info.yres;