Home | History | Annotate | Download | only in src

Lines Matching full:dst_rect

116   overlayp->dst_rect.x = e->dst_rect.x;
117 overlayp->dst_rect.y = e->dst_rect.y;
120 overlayp->dst_rect.w = e->dst_rect.h;
121 overlayp->dst_rect.h = e->dst_rect.w;
123 if (overlayp->dst_rect.w > 480)
124 overlayp->dst_rect.w = 480;
125 if (overlayp->dst_rect.h > 800)
126 overlayp->dst_rect.h = 800;
135 CDBG("src.width %d height %d; src_rect.x %d y %d w %d h %d; dst_rect.x %d y %d w %d h %d\n",
138 overlayp->dst_rect.x, overlayp->dst_rect.y, overlayp->dst_rect.w, overlayp->dst_rect.h
216 e->dst_rect.x = 0;
217 e->dst_rect.y = 0;
218 e->dst_rect.w = input_display.user_input_display_width;
219 e->dst_rect.h = input_display.user_input_display_height;
226 e->dst_rect.x = 0;
227 e->dst_rect.y = 0;
228 e->dst_rect.w = input_display.user_input_display_width;
229 e->dst_rect.h = input_display.user_input_display_height;
487 e->dst_rect.x = 0;
488 e->dst_rect.y = 0;
489 e->dst_rect.w = input_display.user_input_display_width;
490 e->dst_rect.h = input_display.user_input_display_height;
492 e->dst_rect.x = 0;
493 e->dst_rect.y = 0;
494 e->dst_rect.w = input_display.user_input_display_width;
495 e->dst_rect.h = input_display.user_input_display_height;
547 e->dst_rect.x = 0;
548 e->dst_rect.y = 0;
549 e->dst_rect.w = input_display.user_input_display_width;
550 e->dst_rect.h = input_display.user_input_display_height;
552 e->dst_rect.x = 0;
553 e->dst_rect.y = 0;
554 e->dst_rect.w = input_display.user_input_display_width;
555 e->dst_rect.h = input_display.user_input_display_height;