Searched refs:rowSize (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/print/drivers/pcl6/
H A DDeltaRowCompression.h16 AbstractDeltaRowCompressor(int rowSize,
102 DeltaRowCompressor(int rowSize, uchar initialSeed) argument
104 AbstractDeltaRowCompressor(rowSize, initialSeed)
H A DPCL6.h41 void _WriteBitmap(const uchar* buffer, int outSize, int rowSize,
47 int dataSize, int rowSize, int height,
H A DDeltaRowCompression.cpp16 AbstractDeltaRowCompressor::AbstractDeltaRowCompressor(int rowSize, argument
19 fSeedRow(new uchar[rowSize]),
20 fSize(rowSize),
H A DPCL6.cpp34 DeltaRowStreamCompressor(int rowSize, uchar initialSeed, argument
37 AbstractDeltaRowCompressor(rowSize, initialSeed),
195 PCL6Driver::_WriteBitmap(const uchar* buffer, int outSize, int rowSize, int x, argument
224 _RasterGraphics(buffer, outSize, dataSize, rowSize, height,
331 int rowSize, int height, int compressionMethod)
346 DeltaRowStreamCompressor compressor(rowSize, 0, fWriter);
362 row += rowSize;
330 _RasterGraphics(const uchar* buffer, int bufferSize, int dataSize, int rowSize, int height, int compressionMethod) argument
/haiku/src/kits/media/
H A DMediaExtractor.cpp457 int32 rowSize = BPrivate::get_bytes_per_row(format->ColorSpace(), local
459 if (rowSize > 0) {
460 cacheSize = max_c(cacheSize, rowSize * format->Height() * 2);

Completed in 116 milliseconds