Searched refs:gWin (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | mapiGOP.c | 2218 GOP_GwinInfo gWin; in _GOP_ArrangePoolMem() local 2231 memset(&gWin, 0, sizeof(GOP_GwinInfo)); in _GOP_ArrangePoolMem() 2301 if(GOP_GetWinInfo(pInstance,(MS_U8)u8WinID, &gWin)) in _GOP_ArrangePoolMem() 2303 gWin.u32DRAMRBlkStart = lastAddr; in _GOP_ArrangePoolMem() 2308 _SetGop0WinInfo(pInstance,(MS_U8)u8WinID, &gWin); in _GOP_ArrangePoolMem() 2312 _SetGop1WinInfo(pInstance,(MS_U8)u8WinID, &gWin); in _GOP_ArrangePoolMem() 2316 _SetGop23WinInfo(pInstance,(MS_U8)u8WinID, &gWin); in _GOP_ArrangePoolMem() 3017 GOP_GwinInfo gWin; in GOP_Win_Destroy() local 3060 memset(&gWin, 0, sizeof(GOP_GwinInfo)); in GOP_Win_Destroy() 3061 gWin.clrType = E_GOP_COLOR_ARGB8888; in GOP_Win_Destroy() [all …]
|
| H A D | apiGOP.c | 2694 GOP_GwinInfo gWin; in MApi_GOP_GWIN_SetWinProperty() local 2702 memset(&gWin, 0, sizeof(GOP_GwinInfo)); in MApi_GOP_GWIN_SetWinProperty() 2705 if(MApi_GOP_GWIN_GetWinInfo(WinProperty.gId,&gWin)!=GOP_API_SUCCESS) in MApi_GOP_GWIN_SetWinProperty() 2714 gWin.u16DispHPixelStart = WinProperty.StartX; in MApi_GOP_GWIN_SetWinProperty() 2715 gWin.u16DispVPixelStart = WinProperty.StartY; in MApi_GOP_GWIN_SetWinProperty() 2716 gWin.u16DispHPixelEnd = WinProperty.StartX + WinProperty.Win_Width; in MApi_GOP_GWIN_SetWinProperty() 2717 gWin.u16DispVPixelEnd = WinProperty.StartY + WinProperty.Win_Height; in MApi_GOP_GWIN_SetWinProperty() 2718 gWin.u16WinX = WinProperty.FBOffset_X; in MApi_GOP_GWIN_SetWinProperty() 2719 gWin.u16WinY = WinProperty.FBOffset_Y; in MApi_GOP_GWIN_SetWinProperty() 2720 gWin.u16RBlkVPixSize = fbInfo.height; in MApi_GOP_GWIN_SetWinProperty() [all …]
|