Home
last modified time | relevance | path

Searched refs:nHeightOrg (Results 1 – 1 of 1) sorted by relevance

/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1712 sal_Int32 nHeightOrg = pBitmap->GetSizePixel().Height(); in ImplBmp() local
1713 sal_Int32 nHeightLeft = nHeightOrg; in ImplBmp()
1738 aRect = Rectangle( Point( 0, nHeightOrg - nHeightLeft ), Size( (long)nWidth, (long)nHeight ) ); in ImplBmp()
1757 if ( nHeight != nHeightOrg ) in ImplBmp()
1759 nYHeight = nYHeightOrg * nHeight / nHeightOrg; in ImplBmp()
1760 aTileBitmap.Crop( Rectangle( Point( 0, nHeightOrg - nHeightLeft ), Size( nWidth, nHeight ) ) ); in ImplBmp()
1770 const long nMoveVertical(nHeightLeft - nHeightOrg); in ImplBmp()
2023 …SourcePos.Y() = (long) ( rPoint.Y() + ( nYHeightOrg * ( nHeightOrg - nHeightLeft ) ) / nHeightOrg in ImplBmp()

Completed in 30 milliseconds