Searched defs:nBytesPerRow (Results 1 – 3 of 3) sorted by relevance
182 const int nBytesPerRow = (mnBitmapDepth * nDX + 7) / 8; in SetSize() local219 const int nBytesPerRow = (mnBitmapDepth * nDX) / 8; in SetSize() local
2460 int nBytesPerRow = (nBitDepth == 16) ? 2 : 4; in SetTarget() local
105 sal_uLong nBytesPerRow; // Bytes pro Zeile pro Ebene in der Tiff-Datei ( unkomprimiert ) member in TIFFReader
Completed in 85 milliseconds