Home | History | Annotate | Download | only in libcopybit

Lines Matching full:copybit_rect_t

113 static void intersect(struct copybit_rect_t *out,
114 const struct copybit_rect_t *lhs,
115 const struct copybit_rect_t *rhs) {
157 const struct copybit_rect_t *dst,
158 const struct copybit_rect_t *src,
159 const struct copybit_rect_t *scissor,
162 struct copybit_rect_t clip;
384 struct copybit_rect_t const *dst_rect,
385 struct copybit_rect_t const *src_rect,
455 const struct copybit_rect_t bounds = { 0, 0, dst->w, dst->h };
456 struct copybit_rect_t clip;
504 struct copybit_rect_t dr = { 0, 0, dst->w, dst->h };
505 struct copybit_rect_t sr = { 0, 0, src->w, src->h };