Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dsalvd.cxx182 const int nBytesPerRow = (mnBitmapDepth * nDX + 7) / 8; in SetSize() local
184 void* pRawData = rtl_allocateMemory( nBytesPerRow * nDY ); in SetSize()
186 mnBitmapDepth, nBytesPerRow, aCGColorSpace, aCGBmpInfo ); in SetSize()
219 const int nBytesPerRow = (mnBitmapDepth * nDX) / 8; in SetSize() local
221 void* pRawData = rtl_allocateMemory( nBytesPerRow * nDY ); in SetSize()
223 … 8, nBytesPerRow, aCGColorSpace, aCGBmpInfo ); in SetSize()
H A Dsalgdi.cxx2460 int nBytesPerRow = (nBitDepth == 16) ? 2 : 4; in SetTarget() local
2466 nBytesPerRow = 1; in SetTarget()
2468 nBytesPerRow *= nWidth; in SetTarget()
2469 mnBufferLongs = (nHeight * nBytesPerRow + sizeof(sal_uLong)-1) / sizeof(sal_uLong); in SetTarget()
2474 nWidth, nHeight, nBitsPerComponent, nBytesPerRow, in SetTarget()
2488 nWidth, nHeight, nBitsPerComponent, nBytesPerRow, in SetTarget()
/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
498 nStripBytesPerRow = nBytesPerRow; in ReadMap()
500 nStripBytesPerRow = ( nBytesPerRow + 1 ) & 0xfffffffe; in ReadMap()
509 pTIFF->Read( pMap[ np ], nBytesPerRow ); in ReadMap()
598 if ( ( aLZWDecom.Decompress( pMap[ np ], nBytesPerRow ) != nBytesPerRow ) || pTIFF->GetError() ) in ReadMap()
625 nRowBytesLeft = nBytesPerRow; in ReadMap()
1253 nBytesPerRow = ( nImageWidth * nSamplesPerPixel / nPlanes * nBitsPerSample + 7 ) >> 3; in ReadTIFF()
1259 pMap[ j ] = new sal_uInt8[ nBytesPerRow ]; in ReadTIFF()

Completed in 39 milliseconds