Lines Matching refs:left
367 dev->crop_bounds.left = norm->h_start;
368 dev->crop_defrect.left = norm->h_start;
532 h_start = dev->crop_current.left;
534 h_stop = (dev->crop_current.left + dev->crop_current.width -1);
1353 if (c->left < b->left)
1354 c->left = b->left;
1355 if (c->left > b->left + b->width)
1356 c->left = b->left + b->width;
1357 if (c->width > b->left - c->left + b->width)
1358 c->width = b->left - c->left + b->width;