Lines Matching refs:left
839 frame->crop.left = 0; in bdisp_s_fmt()
872 s->r.left = 0; in bdisp_g_selection()
893 s->r.left = 0; in bdisp_g_selection()
916 if (a->left < b->left || a->top < b->top) in is_rect_enclosed()
919 if (a->left + a->width > b->left + b->width) in is_rect_enclosed()
959 out.left = ALIGN(in->left, frame->fmt->w_align); in bdisp_s_selection()
962 if ((out.left < 0) || (out.left >= frame->width) || in bdisp_s_selection()
966 out.width, out.height, out.left, out.top, in bdisp_s_selection()
975 if (((out.left + out.width) > frame->width) || 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()