Searched refs:DeltaRowCompressor (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/print/drivers/pcl6/
H A DDeltaRowCompression.h99 class DeltaRowCompressor : public AbstractDeltaRowCompressor class in inherits:AbstractDeltaRowCompressor
102 DeltaRowCompressor(int rowSize, uchar initialSeed) function in class:DeltaRowCompressor
H A DDeltaRowCompression.cpp167 DeltaRowCompressor compressor(n, 0);
H A DPCL6.cpp108 typedef auto_ptr<DeltaRowCompressor> DeltaRowCompressorPointer;
111 typedef shared_ptr<DeltaRowCompressor> DeltaRowCompressorPointer;
137 DeltaRowCompressor* deltaRowCompressor = NULL;
140 new DeltaRowCompressor(rasterizer->GetOutRowSize(), 0);

Completed in 17 milliseconds