Searched refs:stgfxDrawRect (Results 1 – 1 of 1) sorted by relevance
2373 static MS_BOOL _DMS_GEBitblt(MS_PHY SrcAddress, MS_PHY DstAddress, GFX_DrawRect* stgfxDrawRect) in _DMS_GEBitblt() argument2407 MApi_GFX_BitBlt(stgfxDrawRect, GFXDRAW_FLAG_SCALE); in _DMS_GEBitblt()2417 GFX_DrawRect stgfxDrawRect; in _DMS_GERendering() local2418 stgfxDrawRect.srcblk.x = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32x; in _DMS_GERendering()2419 stgfxDrawRect.srcblk.y = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32y; in _DMS_GERendering()2420 stgfxDrawRect.srcblk.width = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32width; in _DMS_GERendering()2421 stgfxDrawRect.srcblk.height = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32height; in _DMS_GERendering()2423 stgfxDrawRect.dstblk.x = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32x; in _DMS_GERendering()2424 stgfxDrawRect.dstblk.y = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32y; in _DMS_GERendering()2425 stgfxDrawRect.dstblk.width = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32width; in _DMS_GERendering()[all …]