Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx744 sal_uInt16 nDstBitCount = nPixelSize; in ReadPixMapEtc() local
745 if ( nDstBitCount > 8 ) in ReadPixMapEtc()
746 nDstBitCount = 24; in ReadPixMapEtc()
747 else if ( nDstBitCount == 2 ) in ReadPixMapEtc()
748 nDstBitCount = 4; in ReadPixMapEtc()
749 aBitmap = Bitmap( Size( nWidth, nHeight ), nDstBitCount ); in ReadPixMapEtc()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx956 const sal_uInt16 nDstBitCount = GetBitCount(); in CopyPixel() local
958 if( nSrcBitCount > nDstBitCount ) in CopyPixel()
962 if( ( nSrcBitCount == 24 ) && ( nDstBitCount < 24 ) ) in CopyPixel()
964 else if( ( nSrcBitCount == 8 ) && ( nDstBitCount < 8 ) ) in CopyPixel()
969 else if( ( nSrcBitCount == 4 ) && ( nDstBitCount < 4 ) ) in CopyPixel()
983 const long nDstCount = 1 << nDstBitCount; in CopyPixel()

Completed in 41 milliseconds