• Home
  • Raw
  • Download

Lines Matching refs:l

116     out->l = max(lhs->l, rhs->l);  in intersect()
164 e->dst_rect.x = clip.l; in set_rects()
166 e->dst_rect.w = clip.r - clip.l; in set_rects()
174 e->src_rect.h = (clip.r - clip.l); in set_rects()
176 H = dst->r - dst->l; in set_rects()
178 delta_x = (clip.l - dst->l); in set_rects()
180 e->src_rect.w = (clip.r - clip.l); in set_rects()
182 W = dst->r - dst->l; in set_rects()
186 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
189 e->src_rect.x = delta_x + src->l; in set_rects()
194 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
204 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
235 struct mdp_blit_req_list const* l = in msm_copybit() local
237 for (unsigned int i=0 ; i<l->count ; i++) { in msm_copybit()
243 l->req[i].src.width, in msm_copybit()
244 l->req[i].src.height, in msm_copybit()
245 l->req[i].src.format, in msm_copybit()
246 l->req[i].src_rect.x, in msm_copybit()
247 l->req[i].src_rect.y, in msm_copybit()
248 l->req[i].src_rect.w, in msm_copybit()
249 l->req[i].src_rect.h, in msm_copybit()
250 l->req[i].dst.width, in msm_copybit()
251 l->req[i].dst.height, in msm_copybit()
252 l->req[i].dst.format, in msm_copybit()
253 l->req[i].dst_rect.x, in msm_copybit()
254 l->req[i].dst_rect.y, in msm_copybit()
255 l->req[i].dst_rect.w, in msm_copybit()
256 l->req[i].dst_rect.h, in msm_copybit()
257 l->req[i].flags in msm_copybit()
409 if (src_rect->l < 0 || src_rect->r > (int)src->w || in stretch_copybit()
413 __FUNCTION__, src_rect->l, src_rect->t, src_rect->r, src_rect->b); in stretch_copybit()