Lines Matching refs:l

116     out->l = max(lhs->l, rhs->l);  in intersect()
165 e->dst_rect.x = clip.l; in set_rects()
167 e->dst_rect.w = clip.r - clip.l; in set_rects()
175 e->src_rect.h = (clip.r - clip.l); in set_rects()
177 H = dst->r - dst->l; in set_rects()
179 delta_x = (clip.l - dst->l); in set_rects()
181 e->src_rect.w = (clip.r - clip.l); in set_rects()
183 W = dst->r - dst->l; in set_rects()
187 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
190 e->src_rect.x = delta_x + src->l; in set_rects()
195 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
205 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
236 struct mdp_blit_req_list const* l = in msm_copybit() local
238 for (unsigned int i=0 ; i<l->count ; i++) { in msm_copybit()
244 l->req[i].src.width, in msm_copybit()
245 l->req[i].src.height, in msm_copybit()
246 l->req[i].src.format, in msm_copybit()
247 l->req[i].src_rect.x, in msm_copybit()
248 l->req[i].src_rect.y, in msm_copybit()
249 l->req[i].src_rect.w, in msm_copybit()
250 l->req[i].src_rect.h, in msm_copybit()
251 l->req[i].dst.width, in msm_copybit()
252 l->req[i].dst.height, in msm_copybit()
253 l->req[i].dst.format, in msm_copybit()
254 l->req[i].dst_rect.x, in msm_copybit()
255 l->req[i].dst_rect.y, in msm_copybit()
256 l->req[i].dst_rect.w, in msm_copybit()
257 l->req[i].dst_rect.h, in msm_copybit()
258 l->req[i].flags in msm_copybit()
408 if (src_rect->l < 0 || (uint32_t)src_rect->r > src->w || in stretch_copybit()
412 __FUNCTION__, src_rect->l, src_rect->t, src_rect->r, src_rect->b); in stretch_copybit()