Lines Matching full:copybit_rect_t
110 static void intersect(struct copybit_rect_t *out,
111 const struct copybit_rect_t *lhs,
112 const struct copybit_rect_t *rhs) {
159 const struct copybit_rect_t *dst,
160 const struct copybit_rect_t *src,
161 const struct copybit_rect_t *scissor) {
162 struct copybit_rect_t clip;
343 struct copybit_rect_t const *dst_rect,
344 struct copybit_rect_t const *src_rect,
379 const struct copybit_rect_t bounds = { 0, 0, dst->w, dst->h };
380 struct copybit_rect_t clip;
418 struct copybit_rect_t dr = { 0, 0, dst->w, dst->h };
419 struct copybit_rect_t sr = { 0, 0, src->w, src->h };