Lines Matching refs:copybit_rect_t
117 static void intersect(struct copybit_rect_t *out, in intersect()
118 const struct copybit_rect_t *lhs, in intersect()
119 const struct copybit_rect_t *rhs) { in intersect()
126 static bool validateCopybitRect(struct copybit_rect_t *rect) { in validateCopybitRect()
172 const struct copybit_rect_t *dst, in set_rects()
173 const struct copybit_rect_t *src, in set_rects()
174 const struct copybit_rect_t *scissor) { in set_rects()
175 struct copybit_rect_t clip; in set_rects()
443 struct copybit_rect_t const *dst_rect, in stretch_copybit()
444 struct copybit_rect_t const *src_rect, in stretch_copybit()
514 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit()
515 struct copybit_rect_t clip; in stretch_copybit()
580 struct copybit_rect_t dr = { 0, 0, (int)dst->w, (int)dst->h }; in blit_copybit()
581 struct copybit_rect_t sr = { 0, 0, (int)src->w, (int)src->h }; in blit_copybit()
595 struct copybit_rect_t *rect) in clear_copybit()
656 struct copybit_rect_t const *rect, in fill_color()