Searched defs:image_width (Results 1 - 1 of 1) sorted by path

/hardware/intel/img/psb_video/src/x11/
H A Dpsb_coverlay.c402 int image_width, image_height, width, height, size; local
423 image_width = subpicture->width;
438 if ((srcx + srcw) > image_width)
439 srcw = image_width - srcx;
472 ximg = XCreateImage(ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, image_width, image_height, 32, 0);

Completed in 92 milliseconds