Lines Matching refs:xpos
2494 MS_U32 xpos; in MApi_XC_ACE_MWEScan() local
2503 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()
2539 pRect->Xsize -= (xpos-pRect->Xpos); in MApi_XC_ACE_MWEScan()
2543 pRect->Xsize += (pRect->Xpos-xpos); in MApi_XC_ACE_MWEScan()
2545 pRect->Xpos = xpos; in MApi_XC_ACE_MWEScan()