Lines Matching refs:l

120     out->l = max(lhs->l, rhs->l);  in intersect()
127 return ((rect->b > rect->t) && (rect->r > rect->l)) ; in validateCopybitRect()
183 e->dst_rect.x = clip.l; in set_rects()
185 e->dst_rect.w = clip.r - clip.l; in set_rects()
193 e->src_rect.h = (clip.r - clip.l); in set_rects()
195 H = dst->r - dst->l; in set_rects()
197 delta_x = (clip.l - dst->l); in set_rects()
199 e->src_rect.w = (clip.r - clip.l); in set_rects()
201 W = dst->r - dst->l; in set_rects()
205 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
208 e->src_rect.x = delta_x + src->l; in set_rects()
213 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
223 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
261 struct mdp_async_blit_req_list const* l = in msm_copybit() local
263 for (unsigned int i=0 ; i<l->count ; i++) { in msm_copybit()
269 l->req[i].src.width, in msm_copybit()
270 l->req[i].src.height, in msm_copybit()
271 l->req[i].src.format, in msm_copybit()
272 l->req[i].src_rect.x, in msm_copybit()
273 l->req[i].src_rect.y, in msm_copybit()
274 l->req[i].src_rect.w, in msm_copybit()
275 l->req[i].src_rect.h, in msm_copybit()
276 l->req[i].dst.width, in msm_copybit()
277 l->req[i].dst.height, in msm_copybit()
278 l->req[i].dst.format, in msm_copybit()
279 l->req[i].dst_rect.x, in msm_copybit()
280 l->req[i].dst_rect.y, in msm_copybit()
281 l->req[i].dst_rect.w, in msm_copybit()
282 l->req[i].dst_rect.h, in msm_copybit()
283 l->req[i].flags, in msm_copybit()
284 l->req[i].fps in msm_copybit()
470 if (src_rect->l < 0 || (uint32_t)src_rect->r > src->w || in stretch_copybit()
474 __FUNCTION__, src_rect->l, src_rect->t, src_rect->r, src_rect->b); in stretch_copybit()
625 if (rect->l < 0 || (uint32_t)(rect->r - rect->l) > req->dst.width || in clear_copybit()
628 __FUNCTION__, rect->l, rect->t, rect->r, rect->b); in clear_copybit()
632 req->dst_rect.x = rect->l; in clear_copybit()
634 req->dst_rect.w = rect->r - rect->l; in clear_copybit()
672 if (rect->l < 0 || (uint32_t)(rect->r - rect->l) > dst->w || in fill_color()
675 __FUNCTION__, rect->l, rect->t, rect->r, rect->b); in fill_color()
686 req->dst_rect.x = rect->l; in fill_color()
688 req->dst_rect.w = rect->r - rect->l; in fill_color()