Lines Matching refs:img_width
244 unsigned img_width = tpg_hdiv(tpg, p, dev->compose_cap.width);
293 memcpy(vcapbuf, tpg->black_line[p], img_width);
324 memcpy(vcapbuf, tpg->black_line[p], img_width);
333 if (vid_cap_right < img_width)
335 img_width - vid_cap_right);
402 memcpy(vcapbuf, tpg->contrast_line[p], img_width);
598 unsigned img_width = dev->compose_cap.width;
618 w = img_width;
625 if (w > img_width)
626 w = img_width;