Home | History | Annotate | Download | only in libgralloc

Lines Matching full:width

60 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height,
132 m->info.width, m->info.height);
231 if (int(info.width) <= 0 || int(info.height) <= 0) {
234 info.width = ((info.xres * 25.4f)/160.0f + 0.5f);
238 float xdpi = (info.xres * 25.4f) / info.width;
264 LOGI( "width = %d mm (%f dpi)\n"
267 info.width, xdpi,
357 const_cast<uint32_t&>(dev->device.width) = m->info.xres;
382 msm_copy_buffer(buffer_handle_t handle, int fd, int width, int height,
398 blit.req.src.width = width;
403 blit.req.dst.width = width;