Searched refs:drawH (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_video.c77 BoxPtr dstBox, short srcW, short srcH, short drawW, short drawH);
354 BoxPtr dstBox, short srcW, short srcH, short drawW, short drawH)
399 err = df_set_video_scale(width, height, drawW, drawH,
404 width, height, drawW, drawH);
413 if (srcH < drawH)
414 lines = ((-dstBox->y1) * srcH) / drawH;
419 drawH += dstBox->y1;
467 short srcW, short srcH, short drawW, short drawH,
485 if (drawW <= 0 || drawH <= 0) {
502 dstBox.y2 = drawY + drawH;
353 LXDisplayVideo(ScrnInfoPtr pScrni,int id,short width,short height,BoxPtr dstBox,short srcW,short srcH,short drawW,short drawH) argument
465 LXPutImage(ScrnInfoPtr pScrni,short srcX,short srcY,short drawX,short drawY,short srcW,short srcH,short drawW,short drawH,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
539 LXQueryBestSize(ScrnInfoPtr pScrni,Bool motion,short vidW,short vidH,short drawW,short drawH,unsigned int * retW,unsigned int * retH,pointer data) argument
766 LXDisplaySurface(XF86SurfacePtr surface,short srcX,short srcY,short drawX,short drawY,short srcW,short srcH,short drawW,short drawH,RegionPtr clipBoxes) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1519 GLint readX, readY, readW, readH, drawX, drawY, drawW, drawH; local in function:blit_copy_pixels
1566 drawH = readH;
1581 drawY = rbDraw->Base.Height - drawY - drawH;
1588 drawX, drawY, drawX + drawW, drawY + drawH)) {
1608 blit.dst.box.height = drawH;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1567 GLint readX, readY, readW, readH, drawX, drawY, drawW, drawH; local in function:blit_copy_pixels
1619 drawH = readH;
1644 drawY = rbDraw->Base.Height - drawY - drawH;
1651 drawX, drawY, drawX + drawW, drawY + drawH)) {
1671 blit.dst.box.height = drawH;

Completed in 8 milliseconds