Home
last modified time | relevance | path

Searched defs:nBytesPerRow (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2460 int nBytesPerRow = (nBitDepth == 16) ? 2 : 4; in SetTarget() local
H A Dsalvd.cxx182 const int nBytesPerRow = (mnBitmapDepth * nDX + 7) / 8; in SetSize() local
219 const int nBytesPerRow = (mnBitmapDepth * nDX) / 8; in SetSize() local
/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx105 sal_uLong nBytesPerRow; // Bytes pro Zeile pro Ebene in der Tiff-Datei ( unkomprimiert ) member in TIFFReader

Completed in 28 milliseconds