Lines Matching refs:LogicToPixel

507                 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode );  in DoPrint()
543 … Rectangle aPixel( LogicToPixel( Rectangle( -aOffset.X(), -aOffset.Y(), nPageEndX, nPageEndY ) ) ); in DoPrint()
775 Size aMarginSize( LogicToPixel( Size( 100, 100 ), MAP_100TH_MM ) ); in GetOptimalZoom()
808 long nDif = LogicToPixel(aOffset).X() - LogicToPixel(Point(nX,0)).X(); in SetXOffset()
835 long nDif = LogicToPixel(aOffset).Y() - LogicToPixel(Point(0,nY)).Y(); in SetYOffset()
1303 Point aLeftTop = LogicToPixel( Point( nLeftMargin, -aOffset.Y() ) , aMMMode ); in MouseMove()
1304 …Point aLeftBottom = LogicToPixel( Point( nLeftMargin ,(long)(nHeight * HMM_PER_TWIPS - aOffset.Y… in MouseMove()
1305 Point aRightTop = LogicToPixel( Point( nRightMargin, -aOffset.Y() ), aMMMode ); in MouseMove()
1306 Point aTopLeft = LogicToPixel( Point( -aOffset.X(), nTopMargin ), aMMMode ); in MouseMove()
1307 …Point aTopRight = LogicToPixel( Point( (long)(nWidth * HMM_PER_TWIPS - aOffset.X()), nTopMargin … in MouseMove()
1308 Point aBottomLeft = LogicToPixel( Point( -aOffset.X(), nBottomMargin ), aMMMode ); in MouseMove()
1309 Point aHeaderLeft = LogicToPixel( Point( -aOffset.X(), nHeaderHeight ), aMMMode ); in MouseMove()
1310 Point aFooderLeft = LogicToPixel( Point( -aOffset.X(), nFooterHeight ), aMMMode ); in MouseMove()
1316 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in MouseMove()
1317 …Point aColumnBottom = LogicToPixel( Point( 0, (long)( nHeight * HMM_PER_TWIPS - aOffset.Y()) ), … in MouseMove()