Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx678 if ( pLastLine == NULL || nLastLineSize != ( ( nTargetBits + 7 ) >> 3 ) ) in DecompressScanline()
682 nLastLineSize = ( nTargetBits + 7 ) >> 3; in DecompressScanline()
683 pLastLine = new sal_uInt8[ nLastLineSize ]; in DecompressScanline()
685 for ( i = 0; i < nLastLineSize; i++ ) *( pDst++ ) = 0x00; in DecompressScanline()
714 for ( i = 0; i < nLastLineSize; i++ ) *(pDst++)=*(pSrc++); in DecompressScanline()
H A Dccidecom.hxx116 sal_uLong nLastLineSize; member in CCIDecompressor

Completed in 19 milliseconds