Lines Matching refs:drw_w
112 short src_w, short src_h, short drw_w,
606 * be scaled to rectangle of drw_w by drw_h on the screen.
612 * drw_w,drw_h :Width and height of the scaled rectangle.
624 short drw_w, short drw_h,
627 *p_w = drw_w;
803 short src_w, short src_h, short drw_w, short drw_h,
816 xend = x + drw_w;
901 BoxPtr dstBox, short src_w, short src_h, short drw_w,
966 pGeode->video_dstw = drw_w;
973 if ((drw_w >= src_w) && (drw_h >= src_h))
974 GFX(set_video_scale(width, height, drw_w, drw_h));
975 else if (drw_w < src_w)
976 GFX(set_video_scale(drw_w, height, drw_w, drw_h));
978 GFX(set_video_scale(width, drw_h, drw_w, drw_h));
981 src_h, drw_w, drw_h, id, offset, pScrni);
1022 * drw_y,drw_w,drw_h.The data is in the format indicated by the
1042 short drw_w, short drw_h,
1076 if (drw_w > 16384)
1077 drw_w = 16384;
1089 dstBox.x2 = drw_x + drw_w;
1197 Bx1, By1, Bx2, By2, &dstBox, src_w, src_h, drw_w, drw_h);
1231 Bx1, By1, Bx2, By2, &dstBox, src_w, src_h, drw_w, drw_h);
1495 short src_w, short src_h, short drw_w, short drw_h,
1511 dstBox.x2 = drw_x + drw_w;
1527 x1, y1, x2, y2, &dstBox, src_w, src_h, drw_w, drw_h);