Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx260 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 …]
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx2351 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()
/trunk/main/filter/source/graphicfilter/egif/
H A Dgiflzwc.cxx148 void GIFLZWCompressor::StartCompression( SvStream& rGIF, sal_uInt16 nPixelSize ) in StartCompression() argument
154 nDataSize = nPixelSize; in StartCompression()
H A Dgiflzwc.hxx56 void StartCompression( SvStream& rGIF, sal_uInt16 nPixelSize );

Completed in 36 milliseconds