Home
last modified time | relevance | path

Searched defs:nBytesPerRow (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalvd.cxx182 const int nBytesPerRow = (mnBitmapDepth * nDX + 7) / 8; in SetSize() local
219 const int nBytesPerRow = (mnBitmapDepth * nDX) / 8; in SetSize() local
H A Dsalgdi.cxx2460 int nBytesPerRow = (nBitDepth == 16) ? 2 : 4; in SetTarget() local
/aoo41x/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 30 milliseconds