Searched refs:rowBuffer (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/translators/sgi/
H A DSGITranslator.cpp327 // rowBuffer is going to hold the converted data
328 uint8* rowBuffer = new(nothrow) uint8[bytesPerRow]; local
329 if (rows && rows[0] && rowBuffer) {
336 ret = inSource->Read(rowBuffer, bytesPerRow);
343 uint8* src = rowBuffer;
351 uint8* src = rowBuffer;
361 uint8* src = rowBuffer;
371 uint8* src = rowBuffer;
382 uint8* src = rowBuffer;
393 uint8* src = rowBuffer;
527 uint8* rowBuffer = new(nothrow) uint8[bytesPerRow]; local
[all...]
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp154 const uchar* rowBuffer = local
159 deltaRowCompressor->CalculateSize(rowBuffer, true);

Completed in 34 milliseconds