Home
last modified time | relevance | path

Searched refs:gMWERect (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DapiXC_Ace.c221 static MWE_RECT gMWERect;
235 #define gMWERect psACEResPri->stapiACE.gMWERect macro
359 gMWERect.Xpos = 0; in _MApi_XC_ACE_Init_WithoutCreateMutex()
360 gMWERect.Ypos = 0; in _MApi_XC_ACE_Init_WithoutCreateMutex()
371 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()
387 gMWERect.Ysize = g_XC_ACE_InitData.u16MWE_Disp_Height; in _MApi_XC_ACE_Init_WithoutCreateMutex()
[all …]
H A DACE_private.h95 MWE_RECT gMWERect; member