Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp83 uint32 scanLineLength = numPlanes * bytesPerLine; in convert_data_to_bits() local
94 scanLineData[row] = (uint8 *)scanLineAllocator.Allocate(scanLineLength); in convert_data_to_bits()
107 if (index + count - 1 > scanLineLength) { in convert_data_to_bits()
120 } while (index < scanLineLength); in convert_data_to_bits()