Searched refs:pstXCWindow (Results 1 – 1 of 1) sorted by relevance
821 static void _DMS_XC_DMSWintoXCWin(MS_WINDOW_TYPE *pstXCWindow, ST_DMS_WINDOW *pstDMSWindow) in _DMS_XC_DMSWintoXCWin() argument823 pstXCWindow->x = (pstDMSWindow->u32x); in _DMS_XC_DMSWintoXCWin()824 pstXCWindow->y = (pstDMSWindow->u32y); in _DMS_XC_DMSWintoXCWin()825 pstXCWindow->width = (pstDMSWindow->u32width); in _DMS_XC_DMSWintoXCWin()826 pstXCWindow->height = (pstDMSWindow->u32height); in _DMS_XC_DMSWintoXCWin()