Lines Matching refs:left
611 /* Adjust left/top if cropping rectangle got out of bounds */
612 r->left = clamp_t(u32, r->left, 0, frame->f_width - r->width);
613 r->left = round_down(r->left, fimc->dd->win_hor_offs_align);
617 r->left, r->top, r->width, r->height,
631 /* Adjust left/top if the composing rectangle got out of bounds */
632 r->left = clamp_t(u32, r->left, 0, frame->f_width - r->width);
633 r->left = round_down(r->left, fimc->dd->out_hor_offs_align);
637 r->left, r->top, r->width, r->height,
885 sel->r.left = 0;
1106 sink->rect.left = 0;
1139 sel->r.left = 0;
1147 __func__, f->rect.left, f->rect.top, f->rect.width,
1181 __func__, f->rect.left, f->rect.top, f->rect.width,
1377 sink->rect.left = 0;