Home | History | Annotate | Download | only in src

Lines Matching full:dst_rect

45 	memset(&(self->dst_rect), 0, sizeof(MixRect));
178 this_target->dst_rect = this_src->dst_rect;
222 this_second->src_rect) && mix_rect_equal(this_first->dst_rect,
223 this_second->dst_rect) && this_first->number_of_clipping_rects
303 MixRect dst_rect) {
307 obj->dst_rect = dst_rect;
313 MixRect * dst_rect) {
315 MIX_VIDEORENDERPARAMS_GETTER_CHECK_INPUT (obj, dst_rect);
317 *dst_rect = obj->dst_rect;