Home | History | Annotate | Download | only in src

Lines Matching refs:dst_rect

117   overlayp->dst_rect.x = e->dst_rect.x;
118 overlayp->dst_rect.y = e->dst_rect.y;
121 overlayp->dst_rect.w = e->dst_rect.h;
122 overlayp->dst_rect.h = e->dst_rect.w;
124 if (overlayp->dst_rect.w > 480)
125 overlayp->dst_rect.w = 480;
126 if (overlayp->dst_rect.h > 800)
127 overlayp->dst_rect.h = 800;
136 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",
139 overlayp->dst_rect.x, overlayp->dst_rect.y, overlayp->dst_rect.w, overlayp->dst_rect.h
217 e->dst_rect.x = 0;
218 e->dst_rect.y = 0;
219 e->dst_rect.w = input_display.user_input_display_width;
220 e->dst_rect.h = input_display.user_input_display_height;
227 e->dst_rect.x = 0;
228 e->dst_rect.y = 0;
229 e->dst_rect.w = input_display.user_input_display_width;
230 e->dst_rect.h = input_display.user_input_display_height;
488 e->dst_rect.x = 0;
489 e->dst_rect.y = 0;
490 e->dst_rect.w = input_display.user_input_display_width;
491 e->dst_rect.h = input_display.user_input_display_height;
493 e->dst_rect.x = 0;
494 e->dst_rect.y = 0;
495 e->dst_rect.w = input_display.user_input_display_width;
496 e->dst_rect.h = input_display.user_input_display_height;
548 e->dst_rect.x = 0;
549 e->dst_rect.y = 0;
550 e->dst_rect.w = input_display.user_input_display_width;
551 e->dst_rect.h = input_display.user_input_display_height;
553 e->dst_rect.x = 0;
554 e->dst_rect.y = 0;
555 e->dst_rect.w = input_display.user_input_display_width;
556 e->dst_rect.h = input_display.user_input_display_height;