Home
last modified time | relevance | path

Searched defs:x0 (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/dvb/
H A Dosd.h101 int x0; member
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiGOP.h499 MS_U16 x0; member
H A DapiGFX.h817 int x0; /* X coordinate of first edge */ member
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_ip.c1367 MS_U16 x0, x1, y0, y1; in MDrv_XC_Access_BufferData() local
2586 void MDrv_SC_SetFrameDataCore(void *pInstance, MS_S16 x0, MS_S16 y0, MS_S16 x1, MS_S16 y1, in MDrv_SC_SetFrameDataCore()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiGOP.h531 MS_U16 x0; member
H A DapiGFX.h825 int x0; /* X coordinate of first edge */ member
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.h619 MS_U16 x0; ///< MS_U16 member
999 MS_U16 x0; ///< MS_U16 member
H A DdrvGOP.c5016 void MDrv_GOP_GWIN_Set_BGWIN(MS_GOP_CTX_LOCAL*pGOPCtx, MS_U8 bgwID, MS_U16 x0, MS_U16 y0, MS_U16 w,… in MDrv_GOP_GWIN_Set_BGWIN()
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c4185 E_GOP_API_Result MApi_GOP_GWIN_Set_BGWIN(MS_U8 bgwID, MS_U16 x0, MS_U16 y0, MS_U16 w, MS_U16 h, MS_… in MApi_GOP_GWIN_Set_BGWIN()
4780 E_GOP_API_Result MApi_GOP_GWIN_GetWinAttr(MS_U8 gId, MS_U16 *x0, MS_U16 *y0, MS_U16 *width, MS_U16 … in MApi_GOP_GWIN_GetWinAttr()
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c500 static MS_BOOL GE_FastClip(GE_Context *pGECtx, MS_U16 x0, MS_U16 y0, MS_U16 x1, MS_U16 y1) in GE_FastClip()