Lines Matching refs:r
120 out->r = min(lhs->r, rhs->r); in intersect()
171 e->dst_rect.w = clip.r - clip.l; in set_rects()
177 delta_y = (dst->r - clip.r); in set_rects()
179 e->src_rect.h = (clip.r - clip.l); in set_rects()
181 H = dst->r - dst->l; in set_rects()
185 e->src_rect.w = (clip.r - clip.l); in set_rects()
187 W = dst->r - dst->l; in set_rects()
191 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W); in set_rects()
199 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
209 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w); in set_rects()
448 if (src_rect->l < 0 || (uint32_t)src_rect->r > src->w || in stretch_copybit()
452 __FUNCTION__, src_rect->l, src_rect->t, src_rect->r, src_rect->b); in stretch_copybit()
591 if (rect->l < 0 || (uint32_t)(rect->r - rect->l) > req->dst.width || in clear_copybit()
594 __FUNCTION__, rect->l, rect->t, rect->r, rect->b); in clear_copybit()
600 req->dst_rect.w = rect->r - rect->l; in clear_copybit()
607 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()
638 if (rect->l < 0 || (uint32_t)(rect->r - rect->l) > dst->w || in fill_color()
641 __FUNCTION__, rect->l, rect->t, rect->r, rect->b); in fill_color()
654 req->dst_rect.w = rect->r - rect->l; in fill_color()
658 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()