Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx39 template< typename T > T BYTESWAP(T nByte) { in BYTESWAP() function
677 nRes = (sal_uLong)( BYTESWAP( nDat ) & ( 0xff >> nBitsPos ) ); in GetBits()
690 nRes = ( nRes << 8 ) | ((sal_uLong)BYTESWAP( nDat ) ); in GetBits()
696 nRes = ( nRes << nBitsCount ) | (((sal_uLong)BYTESWAP(nDat))>>(8-nBitsCount)); in GetBits()
871 nLast = BYTESWAP( (sal_uInt8)*pt++ ); in ConvertScanline()
883 …pAcc->SetPixelIndex( nY, nx, static_cast<sal_uInt8>( (BYTESWAP((sal_uLong)nLast) - nMinSampleValue… in ConvertScanline()

Completed in 10 milliseconds