Searched refs:xpos (Results 1 – 2 of 2) sorted by relevance
2494 MS_U32 xpos; in MApi_XC_ACE_MWEScan() local2503 xpos = pRect->Xpos; in MApi_XC_ACE_MWEScan()2507 if( (xpos + MWE_H_STEP) > ((MS_U32)MWE_MAX_XPOS)) in MApi_XC_ACE_MWEScan()2509 xpos = MWE_MAX_XPOS; in MApi_XC_ACE_MWEScan()2514 xpos += MWE_H_STEP; in MApi_XC_ACE_MWEScan()2519 if(xpos > MWE_H_STEP) in MApi_XC_ACE_MWEScan()2521 if ( (xpos - MWE_H_STEP) > ((MS_U32)MWE_MIN_XPOS)) in MApi_XC_ACE_MWEScan()2523 xpos -= MWE_H_STEP; in MApi_XC_ACE_MWEScan()2527 xpos = MWE_MIN_XPOS; in MApi_XC_ACE_MWEScan()2537 if (xpos > pRect->Xpos) in MApi_XC_ACE_MWEScan()[all …]
176 uint32_t xpos; /* 23-22 button color number */ member