Lines Matching refs:copybit_rect_t
115 static void intersect(struct copybit_rect_t *out, in intersect()
116 const struct copybit_rect_t *lhs, in intersect()
117 const struct copybit_rect_t *rhs) { in intersect()
163 const struct copybit_rect_t *dst, in set_rects()
164 const struct copybit_rect_t *src, in set_rects()
165 const struct copybit_rect_t *scissor) { in set_rects()
166 struct copybit_rect_t clip; in set_rects()
425 struct copybit_rect_t const *dst_rect, in stretch_copybit()
426 struct copybit_rect_t const *src_rect, in stretch_copybit()
494 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit()
495 struct copybit_rect_t clip; in stretch_copybit()
547 struct copybit_rect_t dr = { 0, 0, (int)dst->w, (int)dst->h }; in blit_copybit()
548 struct copybit_rect_t sr = { 0, 0, (int)src->w, (int)src->h }; in blit_copybit()
562 struct copybit_rect_t *rect) in clear_copybit()
624 struct copybit_rect_t const *rect, in fill_color()