Lines Matching refs:LogicToPixel

504                 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode );  in DoPrint()
540 … Rectangle aPixel( LogicToPixel( Rectangle( -aOffset.X(), -aOffset.Y(), nPageEndX, nPageEndY ) ) ); in DoPrint()
772 Size aMarginSize( LogicToPixel( Size( 100, 100 ), MAP_100TH_MM ) ); in GetOptimalZoom()
805 long nDif = LogicToPixel(aOffset).X() - LogicToPixel(Point(nX,0)).X(); in SetXOffset()
832 long nDif = LogicToPixel(aOffset).Y() - LogicToPixel(Point(0,nY)).Y(); in SetYOffset()
1300 Point aLeftTop = LogicToPixel( Point( nLeftMargin, -aOffset.Y() ) , aMMMode ); in MouseMove()
1301 …Point aLeftBottom = LogicToPixel( Point( nLeftMargin ,(long)(nHeight * HMM_PER_TWIPS - aOffset.Y… in MouseMove()
1302 Point aRightTop = LogicToPixel( Point( nRightMargin, -aOffset.Y() ), aMMMode ); in MouseMove()
1303 Point aTopLeft = LogicToPixel( Point( -aOffset.X(), nTopMargin ), aMMMode ); in MouseMove()
1304 …Point aTopRight = LogicToPixel( Point( (long)(nWidth * HMM_PER_TWIPS - aOffset.X()), nTopMargin … in MouseMove()
1305 Point aBottomLeft = LogicToPixel( Point( -aOffset.X(), nBottomMargin ), aMMMode ); in MouseMove()
1306 Point aHeaderLeft = LogicToPixel( Point( -aOffset.X(), nHeaderHeight ), aMMMode ); in MouseMove()
1307 Point aFooderLeft = LogicToPixel( Point( -aOffset.X(), nFooterHeight ), aMMMode ); in MouseMove()
1313 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in MouseMove()
1314 …Point aColumnBottom = LogicToPixel( Point( 0, (long)( nHeight * HMM_PER_TWIPS - aOffset.Y()) ), … in MouseMove()