Lines Matching refs:top
611 /* Adjust left/top if cropping rectangle got out of bounds */
614 r->top = clamp_t(u32, r->top, 0, frame->f_height - r->height);
617 r->left, r->top, r->width, r->height,
631 /* Adjust left/top if the composing rectangle got out of bounds */
634 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height);
637 r->left, r->top, r->width, r->height,
886 sel->r.top = 0;
1107 sink->rect.top = 0;
1140 sel->r.top = 0;
1147 __func__, f->rect.left, f->rect.top, f->rect.width,
1181 __func__, f->rect.left, f->rect.top, f->rect.width,
1378 sink->rect.top = 0;