Searched refs:nPixelSize (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 260 switch ( nPixelSize ) \ 715 nPixelSize, nCmpCount, nCmpSize; in ReadPixMapEtc() local 739 nPixelSize >> nCmpCount >> nCmpSize >> nPlaneBytes; in ReadPixMapEtc() 744 sal_uInt16 nDstBitCount = nPixelSize; in ReadPixMapEtc() 780 nPixelSize = nCmpCount = nCmpSize = 1; in ReadPixMapEtc() 828 if ( nPixelSize == 1 || nPixelSize == 2 || nPixelSize == 4 || nPixelSize == 8 ) in ReadPixMapEtc() 833 if ( nPixelSize == 1 ) nSrcBPL = ( nWidth + 7 ) >> 3; in ReadPixMapEtc() 834 else if ( nPixelSize == 2 ) nSrcBPL = ( nWidth + 3 ) >> 2; in ReadPixMapEtc() 835 else if ( nPixelSize == 4 ) nSrcBPL = ( nWidth + 1 ) >> 1; in ReadPixMapEtc() 897 else if ( nPixelSize == 16 ) in ReadPixMapEtc() [all …]
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdhdl.cxx | 2351 int nPixelSize = 0, nX = 0, nY = 0, nOffset = 0; in GetBitmapForHandle() local 2355 nPixelSize = 13; in GetBitmapForHandle() 2360 nPixelSize = 17; in GetBitmapForHandle() 2365 nPixelSize = 21; in GetBitmapForHandle() 2382 …Rectangle aSourceRect( Point( nX * (nPixelSize) + nOffset, nY * (nPixelSize)), Size(nPixelSize, nP… in GetBitmapForHandle()
|
/aoo42x/main/filter/source/graphicfilter/egif/ |
H A D | giflzwc.cxx | 148 void GIFLZWCompressor::StartCompression( SvStream& rGIF, sal_uInt16 nPixelSize ) in StartCompression() argument 154 nDataSize = nPixelSize; in StartCompression()
|
H A D | giflzwc.hxx | 56 void StartCompression( SvStream& rGIF, sal_uInt16 nPixelSize );
|
Completed in 31 milliseconds