Lines Matching refs:left
392 dev->crop_bounds.left = norm->h_start; in set_tvnorm()
393 dev->crop_defrect.left = norm->h_start; in set_tvnorm()
557 h_start = dev->crop_current.left; in set_size()
559 h_stop = (dev->crop_current.left + dev->crop_current.width -1); in set_size()
659 col[cols].position = clip_range(clips[i].c.left); in setup_clipping()
662 col[cols].position = clip_range(clips[i].c.left+clips[i].c.width); in setup_clipping()
735 dev->win.w.left, dev->win.w.top, in start_preview()
752 base += dev->ovfmt->depth/8 * dev->win.w.left; in start_preview()
1638 if (c->left < b->left) in saa7134_s_crop()
1639 c->left = b->left; in saa7134_s_crop()
1640 if (c->left > b->left + b->width) in saa7134_s_crop()
1641 c->left = b->left + b->width; in saa7134_s_crop()
1642 if (c->width > b->left - c->left + b->width) in saa7134_s_crop()
1643 c->width = b->left - c->left + b->width; in saa7134_s_crop()