Lines Matching refs:left
394 dev->crop_bounds.left = norm->h_start; in set_tvnorm()
395 dev->crop_defrect.left = norm->h_start; in set_tvnorm()
559 h_start = dev->crop_current.left; in set_size()
561 h_stop = (dev->crop_current.left + dev->crop_current.width -1); in set_size()
662 col[cols].position = clip_range(clips[i].c.left); in setup_clipping()
665 col[cols].position = clip_range(clips[i].c.left+clips[i].c.width); in setup_clipping()
738 dev->win.w.left, dev->win.w.top, in start_preview()
755 base += dev->ovfmt->depth/8 * dev->win.w.left; in start_preview()
1646 if (c->left < b->left) in saa7134_s_crop()
1647 c->left = b->left; in saa7134_s_crop()
1648 if (c->left > b->left + b->width) in saa7134_s_crop()
1649 c->left = b->left + b->width; in saa7134_s_crop()
1650 if (c->width > b->left - c->left + b->width) in saa7134_s_crop()
1651 c->width = b->left - c->left + b->width; in saa7134_s_crop()