Home
last modified time | relevance | path

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

/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Rasterizer.h48 virtual int GetOutRowSize() = 0;
63 int GetOutRowSize() in GetOutRowSize() function
89 int GetOutRowSize() in GetOutRowSize() function
119 int GetOutRowSize() in GetOutRowSize() function
H A DPCL6.cpp140 new DeltaRowCompressor(rasterizer->GetOutRowSize(), 0); in NextBand()
169 int outRowSize = rasterizer->GetOutRowSize(); in NextBand()