Searched refs:aCompPxPt (Results 1 – 1 of 1) sorted by relevance
1094 Point aCompPxPt = _rOut.LogicToPixel( _rCompPt ); in lcl_CompPxPosAndAdjustPos() local1098 if ( aCompPxPt.X() == aRefPxPt.X() ) in lcl_CompPxPosAndAdjustPos()1100 aCompPxPt.X() += _nPxAdjustment ; in lcl_CompPxPosAndAdjustPos()1101 const Point aAdjustedCompPt = _rOut.PixelToLogic( aCompPxPt ); in lcl_CompPxPosAndAdjustPos()1107 if ( aCompPxPt.Y() == aRefPxPt.Y() ) in lcl_CompPxPosAndAdjustPos()1109 aCompPxPt.Y() += _nPxAdjustment ; in lcl_CompPxPosAndAdjustPos()1110 const Point aAdjustedCompPt = _rOut.PixelToLogic( aCompPxPt ); in lcl_CompPxPosAndAdjustPos()