Searched refs:nDstBitCount (Results 1 – 2 of 2) sorted by relevance
744 sal_uInt16 nDstBitCount = nPixelSize; in ReadPixMapEtc() local745 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()
956 const sal_uInt16 nDstBitCount = GetBitCount(); in CopyPixel() local958 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 35 milliseconds