Lines Matching refs:gwin
2674 GOP_GwinInfo gwin; in MApi_GOP_GWIN_SetWinPositionOffset() local
2676 memset(&gwin, 0, sizeof(GOP_GwinInfo)); in MApi_GOP_GWIN_SetWinPositionOffset()
2677 MApi_GOP_GWIN_GetWinInfo(winId, &gwin); in MApi_GOP_GWIN_SetWinPositionOffset()
2678 gwin.u16WinX = x; in MApi_GOP_GWIN_SetWinPositionOffset()
2679 gwin.u16WinY = y; in MApi_GOP_GWIN_SetWinPositionOffset()
2680 MApi_GOP_GWIN_SetWinInfo(winId, &gwin); in MApi_GOP_GWIN_SetWinPositionOffset()
3910 GOP_GwinInfo gwin; in MApi_GOP_GWIN_GetMaxActiveGwin_v() local
3935 memset(&gwin, 0, sizeof(GOP_GwinInfo)); in MApi_GOP_GWIN_GetMaxActiveGwin_v()
3936 MApi_GOP_GWIN_GetWinInfo(i,&gwin); in MApi_GOP_GWIN_GetMaxActiveGwin_v()
3937 h_length=gwin.u16DispHPixelEnd-gwin.u16DispHPixelStart; in MApi_GOP_GWIN_GetMaxActiveGwin_v()
3938 if (gwin.u16DispVPixelEnd>gwin.u16DispVPixelStart) in MApi_GOP_GWIN_GetMaxActiveGwin_v()
3943 v_length=gwin.u16DispVPixelEnd-gwin.u16DispVPixelStart; in MApi_GOP_GWIN_GetMaxActiveGwin_v()
7004 DispInfo.gwin = u8GwinId; in MApi_GOP_GWIN_SetResolution_32FB()