Lines Matching refs:top
840 frame->crop.top = 0; in bdisp_s_fmt()
873 s->r.top = 0; in bdisp_g_selection()
894 s->r.top = 0; in bdisp_g_selection()
916 if (a->left < b->left || a->top < b->top) in is_rect_enclosed()
922 if (a->top + a->height > b->top + b->height) in is_rect_enclosed()
960 out.top = ALIGN(in->top, frame->fmt->h_align); in bdisp_s_selection()
963 (out.top < 0) || (out.top >= frame->height)) { in bdisp_s_selection()
966 out.width, out.height, out.left, out.top, in bdisp_s_selection()
976 ((out.top + out.height) > frame->height)) { in bdisp_s_selection()
979 out.width, out.height, out.left, out.top, in bdisp_s_selection()
991 if ((out.left != in->left) || (out.top != in->top) || in bdisp_s_selection()
995 __func__, in->width, in->height, in->left, in->top, in bdisp_s_selection()
996 out.width, out.height, out.left, out.top); in bdisp_s_selection()