Searched refs:MWE_MIN_XPOS (Results 1 – 1 of 1) sorted by relevance
2495 MS_U32 MWE_MAX_XPOS, MWE_MIN_XPOS; in MApi_XC_ACE_MWEScan() local2501 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()