Home
last modified time | relevance | path

Searched refs:stRect (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c2443 static MS_BOOL _DMS_GE_DrawRect(MS_PHY DstAddress, GFX_Block stRect, MS_U32 u32Data) in _DMS_GE_DrawRect() argument
2464 pGfxRectFillInfo.dstBlock.x = stRect.x; in _DMS_GE_DrawRect()
2465 pGfxRectFillInfo.dstBlock.y = stRect.y; in _DMS_GE_DrawRect()
2466 pGfxRectFillInfo.dstBlock.width= stRect.width; in _DMS_GE_DrawRect()
2467 pGfxRectFillInfo.dstBlock.height= stRect.height; in _DMS_GE_DrawRect()
2484 static MS_BOOL _DMS_GE_GetRectAreaByWin(MS_U32 u32Window, GFX_Block *stRect) in _DMS_GE_GetRectAreaByWin() argument
2487 stRect->x = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32x; in _DMS_GE_GetRectAreaByWin()
2488 stRect->y= RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32y; in _DMS_GE_GetRectAreaByWin()
2489 stRect->width = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32width; in _DMS_GE_GetRectAreaByWin()
2490 stRect->height = RES_DMS._stXC_DIPWinInfo[u32Window].stDstWin.u32height; in _DMS_GE_GetRectAreaByWin()
[all …]