Lines Matching refs:copybit_rect_t
116 static void intersect(struct copybit_rect_t *out, in intersect()
117 const struct copybit_rect_t *lhs, in intersect()
118 const struct copybit_rect_t *rhs) { in intersect()
166 const struct copybit_rect_t *dst, in set_rects()
167 const struct copybit_rect_t *src, in set_rects()
168 const struct copybit_rect_t *scissor) { in set_rects()
169 struct copybit_rect_t clip; in set_rects()
428 struct copybit_rect_t const *dst_rect, in stretch_copybit()
429 struct copybit_rect_t const *src_rect, in stretch_copybit()
499 const struct copybit_rect_t bounds = { 0, 0, (int)dst->w, (int)dst->h }; in stretch_copybit()
500 struct copybit_rect_t clip; in stretch_copybit()
560 struct copybit_rect_t dr = { 0, 0, (int)dst->w, (int)dst->h }; in blit_copybit()
561 struct copybit_rect_t sr = { 0, 0, (int)src->w, (int)src->h }; in blit_copybit()
575 struct copybit_rect_t *rect) in clear_copybit()
636 struct copybit_rect_t const *rect, in fill_color()