Lines Matching refs:top
225 vin->src_rect.top = 0;
240 vin->compose.top = 0;
284 src_rect->top = 0;
340 fmt_rect.top = 0;
437 s->r.left = s->r.top = 0;
446 s->r.left = s->r.top = 0;
480 max_rect.top = max_rect.left = 0;
488 r.top = clamp_t(s32, r.top, 0,
495 r.width, r.height, r.left, r.top,
500 max_rect.top = max_rect.left = 0;
508 * Make sure the top and left values meets this requirement.
510 while ((r.top * vin->format.bytesperline) & HW_BUFFER_MASK)
511 r.top--;
520 r.width, r.height, r.left, r.top,
827 vin->crop.top = 0;