Home
last modified time | relevance | path

Searched defs:winId (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c2221 E_GOP_API_Result MApi_GOP_GWIN_SetGWinShared(MS_U8 winId, MS_BOOL bIsShared) in MApi_GOP_GWIN_SetGWinShared()
2249 E_GOP_API_Result MApi_GOP_GWIN_SetGWinSharedCnt(MS_U8 winId, MS_U16 u16SharedCnt) in MApi_GOP_GWIN_SetGWinSharedCnt()
2282 MS_U8 winId =INVALID_GWIN_ID; in MApi_GOP_GWIN_CreateWin() local
2309 MS_U8 winId =INVALID_GWIN_ID; in MApi_GOP_GWIN_CreateWin2() local
2341 MS_U8 winId =INVALID_GWIN_ID; in MApi_GOP_GWIN_CreateWin_Assign_32FB() local
2477 E_GOP_API_Result MApi_GOP_GWIN_Enable(MS_U8 winId, MS_BOOL bEnable) in MApi_GOP_GWIN_Enable()
2538 MS_BOOL MApi_GOP_GWIN_IsGWINEnabled(MS_U8 winId) in MApi_GOP_GWIN_IsGWINEnabled()
2589 E_GOP_API_Result MApi_GOP_GWIN_DeleteWin(MS_U8 winId) in MApi_GOP_GWIN_DeleteWin()
2621 E_GOP_API_Result MApi_GOP_GWIN_SetWinPosition(MS_U8 winId, MS_U16 dispX, MS_U16 dispY) in MApi_GOP_GWIN_SetWinPosition()
2672 E_GOP_API_Result MApi_GOP_GWIN_SetWinPositionOffset(MS_U8 winId, MS_U16 x, MS_U16 y) in MApi_GOP_GWIN_SetWinPositionOffset()
[all …]
H A DmapiGOP.c5019 MS_U32 GOP_GWIN_IsEnable(void* pInstance,MS_U8 winId) in GOP_GWIN_IsEnable()
5037 MS_U32 GOP_GWIN_SetEnable(void* pInstance,MS_U8 winId, MS_BOOL bEnable) in GOP_GWIN_SetEnable()
5140 MS_U32 GOP_GWIN_SetBlink(void* pInstance,MS_U8 winId,MS_BOOL bEnable, MS_U8 u8rate) in GOP_GWIN_SetBlink()
5464 MS_U32 GOP_GWIN_SetGWinShared(void* pInstance,MS_U8 winId, MS_BOOL bIsShared) in GOP_GWIN_SetGWinShared()
5480 MS_U32 GOP_GWIN_SetGWinSharedCnt(void* pInstance,MS_U8 winId, MS_U16 u16SharedCnt) in GOP_GWIN_SetGWinSharedCnt()
5497 MS_U32 GOP_GWIN_Switch2Gwin(void* pInstance,MS_U8 winId, void* pSet) in GOP_GWIN_Switch2Gwin()