Searched refs:u8WindowId (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/ |
| H A D | drvDMS.c | 2573 static MS_BOOL _WinNeedToClear(void *pInstance, MS_U8 u8BufId, MS_U8 u8WindowId) in _WinNeedToClear() argument 2576 return RES_DMS._stXC_DispBuf_Flag[u8BufId][u8WindowId].bCleanBuf; in _WinNeedToClear() 2579 static void _WinResetClearBufFlag(void* pInstance, MS_U8 u8BufId, MS_U8 u8WindowId) in _WinResetClearBufFlag() argument 2582 RES_DMS._stXC_DispBuf_Flag[u8BufId][u8WindowId].bCleanBuf = FALSE; in _WinResetClearBufFlag() 2588 MS_U8 u8WindowId = 0; in _DMS_HandleClearFlag() local 2593 for (u8WindowId= (DMS_MVOP_FLOW)? 1 : 0; u8WindowId < DMS_MAX_WINDOW_NUM; u8WindowId++) in _DMS_HandleClearFlag() 2595 if (_WinNeedToClear(pInstance, u8BufId, u8WindowId) == TRUE) in _DMS_HandleClearFlag() 2598 _DMS_GE_ClearWin(pInstance, u8BufId, u8WindowId); in _DMS_HandleClearFlag() 2601 _WinResetClearBufFlag(pInstance, u8BufId, u8WindowId); in _DMS_HandleClearFlag() 2607 static MS_BOOL _WinDispChange(void* pInstance, MS_U8 u8BufId, MS_U8 u8WindowId) in _WinDispChange() argument [all …]
|