Lines Matching refs:drw_w
198 short src_w, short src_h, short drw_w,
654 * from the video stream be scaled to rectangle of drw_w by drw_h on
662 * drw_w,drw_h :Width and height of the scaled rectangle.
675 short drw_w, short drw_h,
678 *p_w = drw_w;
838 short src_w, short src_h, short drw_w, short drw_h,
851 xend = x + drw_w;
889 drw_w -= (xstart - x);
938 short src_w, short src_h, short drw_w, short drw_h)
978 pGeode->video_dstw = drw_w;
984 GFX(set_video_scale(width, height, drw_w, drw_h));
986 src_h, drw_w, drw_h, id, offset, pScrn);
995 * drw_y,drw_w,drw_h.The data is in the format indicated by the image descriptor
1017 short drw_w, short drw_h,
1047 if (drw_w > 16384)
1048 drw_w = 16384;
1060 dstBox.x2 = drw_x + drw_w;
1166 Bx1, By1, Bx2, By2, &dstBox, src_w, src_h, drw_w,
1199 Bx1, By1, Bx2, By2, &dstBox, src_w, src_h, drw_w, drw_h);
1439 short drw_w, short drw_h, RegionPtr clipBoxes)
1454 dstBox.x2 = drw_x + drw_w;
1470 x1, y1, x2, y2, &dstBox, src_w, src_h, drw_w, drw_h);