Lines Matching refs:l

119     out->l = max(lhs->l, rhs->l);  in intersect()
172 e->dst_rect.x = clip.l; in set_rects()
174 e->dst_rect.w = clip.r - clip.l; in set_rects()
182 e->src_rect.h = (clip.r - clip.l); in set_rects()
184 H = dst->r - dst->l; in set_rects()
186 delta_x = (clip.l - dst->l); in set_rects()
188 e->src_rect.w = (clip.r - clip.l); in set_rects()
190 W = dst->r - dst->l; in set_rects()
194 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
197 e->src_rect.x = delta_x + src->l; in set_rects()
202 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
212 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
248 struct mdp_async_blit_req_list const* l = in msm_copybit() local
250 for (unsigned int i=0 ; i<l->count ; i++) { in msm_copybit()
256 l->req[i].src.width, in msm_copybit()
257 l->req[i].src.height, in msm_copybit()
258 l->req[i].src.format, in msm_copybit()
259 l->req[i].src_rect.x, in msm_copybit()
260 l->req[i].src_rect.y, in msm_copybit()
261 l->req[i].src_rect.w, in msm_copybit()
262 l->req[i].src_rect.h, in msm_copybit()
263 l->req[i].dst.width, in msm_copybit()
264 l->req[i].dst.height, in msm_copybit()
265 l->req[i].dst.format, in msm_copybit()
266 l->req[i].dst_rect.x, in msm_copybit()
267 l->req[i].dst_rect.y, in msm_copybit()
268 l->req[i].dst_rect.w, in msm_copybit()
269 l->req[i].dst_rect.h, in msm_copybit()
270 l->req[i].flags in msm_copybit()
453 if (src_rect->l < 0 || (uint32_t)src_rect->r > src->w || in stretch_copybit()
457 __FUNCTION__, src_rect->l, src_rect->t, src_rect->r, src_rect->b); in stretch_copybit()
603 if (rect->l < 0 || (uint32_t)(rect->r - rect->l) > req->dst.width || in clear_copybit()
606 __FUNCTION__, rect->l, rect->t, rect->r, rect->b); in clear_copybit()
610 req->dst_rect.x = rect->l; in clear_copybit()
612 req->dst_rect.w = rect->r - rect->l; in clear_copybit()
650 if (rect->l < 0 || (uint32_t)(rect->r - rect->l) > dst->w || in fill_color()
653 __FUNCTION__, rect->l, rect->t, rect->r, rect->b); in fill_color()
664 req->dst_rect.x = rect->l; in fill_color()
666 req->dst_rect.w = rect->r - rect->l; in fill_color()