Lines Matching refs:copybit_rect_t
113 static void intersect(struct copybit_rect_t *out, in intersect()
114 const struct copybit_rect_t *lhs, in intersect()
115 const struct copybit_rect_t *rhs) { in intersect()
157 const struct copybit_rect_t *dst, in set_rects()
158 const struct copybit_rect_t *src, in set_rects()
159 const struct copybit_rect_t *scissor, in set_rects()
162 struct copybit_rect_t clip; in set_rects()
384 struct copybit_rect_t const *dst_rect, in stretch_copybit()
385 struct copybit_rect_t const *src_rect, in stretch_copybit()
453 const struct copybit_rect_t bounds = { 0, 0, dst->w, dst->h }; in stretch_copybit()
454 struct copybit_rect_t clip; in stretch_copybit()
502 struct copybit_rect_t dr = { 0, 0, dst->w, dst->h }; in blit_copybit()
503 struct copybit_rect_t sr = { 0, 0, src->w, src->h }; in blit_copybit()