Lines Matching refs:left
1757 q_data->c_rect.left = 0;
1856 if (s->r.top < 0 || s->r.left < 0) {
1857 vpe_err(ctx->dev, "negative values for top and left\n");
1858 s->r.top = s->r.left = 0;
1864 /* adjust left/top if cropping rectangle is out of bounds */
1865 if (s->r.left + s->r.width > pix->width)
1866 s->r.left = pix->width - s->r.width;
1927 s->r.left = 0;
1953 if ((q_data->c_rect.left == sel.r.left) &&
2343 s_q_data->c_rect.left = 0;