Home
last modified time | relevance | path

Searched refs:Xsize (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DapiXC_Ace.c371 gMWERect.Xsize = g_XC_ACE_InitData.u16MWEWidth/2; in _MApi_XC_ACE_Init_WithoutCreateMutex()
373 gMWERect.Xsize = g_XC_ACE_InitData.u16MWEWidth/2 + s16HShiftStep; in _MApi_XC_ACE_Init_WithoutCreateMutex()
376 gMWERect.Xsize = g_XC_ACE_InitData.u16MWE_Disp_Width/2; in _MApi_XC_ACE_Init_WithoutCreateMutex()
382 gMWERect.Xsize = g_XC_ACE_InitData.u16MWEWidth/2 + s16HShiftStep; in _MApi_XC_ACE_Init_WithoutCreateMutex()
384 gMWERect.Xsize = g_XC_ACE_InitData.u16MWE_Disp_Width/2; in _MApi_XC_ACE_Init_WithoutCreateMutex()
430 …t.Xpos = g_XC_ACE_InitData.u16MWE_Disp_Hstart+g_XC_ACE_InitData.u16MWE_Disp_Width - gMWERect.Xsize; in _MApi_XC_ACE_Init_WithoutCreateMutex()
2325 gMWERect.Xsize = 0xFFF; in MApi_XC_ACE_MWEFuncSel_U2()
2346 gMWERect.Xpos,gMWERect.Ypos,gMWERect.Xsize,gMWERect.Ysize); in MApi_XC_ACE_MWEFuncSel_U2()
2361 gMWERect.Xsize = g_XC_ACE_InitData.u16MWEWidth/2; in MApi_XC_ACE_MWEFuncSel_U2()
2363 gMWERect.Xsize = g_XC_ACE_InitData.u16MWEWidth/2 + s16HShiftStep; in MApi_XC_ACE_MWEFuncSel_U2()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DdrvACE.h228 MS_U32 Xsize; member
H A DdrvACE.c869 u16hend = u16hstart + pRect->Xsize - 1; in MDrv_XC_ACE_MWESetWin()