Lines Matching refs:top
35 return r1->left > r2->left || r1->top > r2->top || in is_inside()
37 r1->top + r1->height < r2->top + r2->height; in is_inside()
81 if (rect->top > subrect->top) in move_and_crop_subrect()
82 subrect->top = rect->top; in move_and_crop_subrect()
83 else if (rect->top + rect->height < in move_and_crop_subrect()
84 subrect->top + subrect->height) in move_and_crop_subrect()
85 subrect->top = rect->top + rect->height - in move_and_crop_subrect()
127 rect->width, rect->height, rect->left, rect->top); in soc_camera_client_s_selection()
135 cam_rect->left, cam_rect->top, in soc_camera_client_s_selection()
136 rect->width, rect->height, rect->left, rect->top); in soc_camera_client_s_selection()
146 soc_camera_limit_side(&rect->top, &rect->height, sdsel.r.top, 4, in soc_camera_client_s_selection()
186 if (cam_rect->top > rect->top) in soc_camera_client_s_selection()
187 cam_rect->top = bounds.r.top; in soc_camera_client_s_selection()
189 if (cam_rect->top + cam_rect->height < rect->top + rect->height) in soc_camera_client_s_selection()
190 cam_rect->height = rect->top + rect->height - in soc_camera_client_s_selection()
191 cam_rect->top; in soc_camera_client_s_selection()
199 cam_rect->left, cam_rect->top); in soc_camera_client_s_selection()
215 cam_rect->left, cam_rect->top); in soc_camera_client_s_selection()
397 subrect->left, subrect->top); in soc_camera_calc_client_output()