Home
last modified time | relevance | path

Searched refs:nSrcBitCount (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx955 const sal_uInt16 nSrcBitCount = pBmpSrc->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()

Completed in 14 milliseconds