Home
last modified time | relevance | path

Searched refs:WinProperty (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c2692 E_GOP_API_Result MApi_GOP_GWIN_SetWinProperty(GOP_GwinDispProperty WinProperty) in MApi_GOP_GWIN_SetWinProperty() argument
2700 u32fbId = MApi_GOP_GWIN_GetFBfromGWIN(WinProperty.gId); 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()
2726 MApi_GOP_GWIN_SetWinInfo(WinProperty.gId, &gWin); in MApi_GOP_GWIN_SetWinProperty()
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiXC_DWIN_v2.h140 ST_XC_DIP_WINPROPERTY WinProperty; member
H A DapiGOP.h1704 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetWinProperty(GOP_GwinDispProperty WinProperty);
2000 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_GetWinProperty(GOP_GwinDispProperty *WinProperty);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiXC_DWIN_v2.h159 ST_XC_DIP_WINPROPERTY WinProperty; member
H A DapiGOP.h1814 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetWinProperty(GOP_GwinDispProperty WinProperty);
2122 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_GetWinProperty(GOP_GwinDispProperty *WinProperty);
/utopia/UTPA2-700.0.x/modules/xc/utopia_adaption/xc/
H A DXC_DWIN_adp.c76 …UADP_SDT_NAME1(DIP_SET_WIN_PROPERTY,DIP_SET_WIN_PROPERTY, UADP_SDT_ES, WinProperty,DIP_SET_WIN_PRO… in DIP_adp_Init()
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_DWIN.c1012 memcpy(&(pSetWinProperty->WinProperty),pstDIPWinProperty, sizeof(ST_XC_DIP_WINPROPERTY)); in MApi_XC_DIP_SetDIPWinProperty()
2525 memcpy(&(pSetWinProperty->WinProperty),&stDIPWinProperty, sizeof(ST_XC_DIP_WINPROPERTY)); in MApi_XC_DIP_SetWinProperty_Ex()
H A DapiXC_DWIN_v2.c237 … MDrv_XC_DIP_SetWinProperty(pInstance,&(pSetWinProperty->WinProperty),pSetWinProperty->eWindow); in DIPIoctl()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt12152 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_SetWinProperty(GOP_GwinDispProperty WinProperty);
12280 DLL_PUBLIC E_GOP_API_Result MApi_GOP_GWIN_GetWinProperty(GOP_GwinDispProperty *WinProperty);
78595 ST_XC_DIP_WINPROPERTY WinProperty;