Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx87 sal_uLong nSamplesPerPixel; // Anzahl der Ebenen member in TIFFReader
371 nSamplesPerPixel = ReadIntData(); in ReadTagData()
372 OOODEBUG("SamplesPerPixel",nSamplesPerPixel); in ReadTagData()
734 if ( nBitsPerSample == 8 && nSamplesPerPixel >= 3 && in ConvertScanline()
745 for ( nx = 0; nx < nImageWidth; nx++, pt += nSamplesPerPixel ) in ConvertScanline()
755 for ( nx = 0; nx < nImageWidth; nx++, pt += nSamplesPerPixel ) in ConvertScanline()
1003 else if ( ( nSamplesPerPixel == 2 ) && ( nBitsPerSample == 8 ) && in ConvertScanline()
1174 nSamplesPerPixel = 1; // Defaultwert laut Doku in ReadTIFF()
1233 else if ( nBitsPerSample*nSamplesPerPixel <= 1 ) in ReadTIFF()
1235 else if ( nBitsPerSample*nSamplesPerPixel <= 4 ) in ReadTIFF()
[all …]

Completed in 21 milliseconds