Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DapiXC_Ace.c2495 MS_U32 MWE_MAX_XPOS, MWE_MIN_XPOS; in MApi_XC_ACE_MWEScan() local
2501 MWE_MIN_XPOS = g_XC_ACE_InitData.u16MWE_Disp_Hstart; in MApi_XC_ACE_MWEScan()
2502 MWE_MAX_XPOS = MWE_MIN_XPOS + g_XC_ACE_InitData.u16MWE_Disp_Width -1; in MApi_XC_ACE_MWEScan()
2521 if ( (xpos - MWE_H_STEP) > ((MS_U32)MWE_MIN_XPOS)) in MApi_XC_ACE_MWEScan()
2527 xpos = MWE_MIN_XPOS; in MApi_XC_ACE_MWEScan()