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()
169 const struct copybit_rect_t *dst, in set_rects()
170 const struct copybit_rect_t *src, in set_rects()
171 const struct copybit_rect_t *scissor) { in set_rects()
172 struct copybit_rect_t clip; in set_rects()
440 struct copybit_rect_t const *dst_rect, in stretch_copybit()
441 struct copybit_rect_t const *src_rect, in stretch_copybit()
509 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit()
510 struct copybit_rect_t clip; in stretch_copybit()
575 struct copybit_rect_t dr = { 0, 0, (int)dst->w, (int)dst->h }; in blit_copybit()
576 struct copybit_rect_t sr = { 0, 0, (int)src->w, (int)src->h }; in blit_copybit()
590 struct copybit_rect_t *rect) in clear_copybit()
651 struct copybit_rect_t const *rect, in fill_color()