Searched refs:nSrcBitCount (Results 1 – 1 of 1) sorted by relevance
955 const sal_uInt16 nSrcBitCount = pBmpSrc->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()
Completed in 21 milliseconds