Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1713 sal_Int32 nHeightLeft = nHeightOrg; in ImplBmp() local
1717 while ( nHeightLeft ) in ImplBmp()
1720 long nHeight = nHeightLeft; in ImplBmp()
1738 aRect = Rectangle( Point( 0, nHeightOrg - nHeightLeft ), Size( (long)nWidth, (long)nHeight ) ); in ImplBmp()
1760 aTileBitmap.Crop( Rectangle( Point( 0, nHeightOrg - nHeightLeft ), Size( nWidth, nHeight ) ) ); in ImplBmp()
1770 const long nMoveVertical(nHeightLeft - nHeightOrg); in ImplBmp()
2019 nHeightLeft -= nHeight; in ImplBmp()
2020 if ( nHeightLeft ) in ImplBmp()
2022 nHeightLeft++; in ImplBmp()
2023 …aSourcePos.Y() = (long) ( rPoint.Y() + ( nYHeightOrg * ( nHeightOrg - nHeightLeft ) ) / nHeightOrg… in ImplBmp()

Completed in 27 milliseconds