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

/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Rasterizer.cpp42 fWidthByte = RowBufferSize(GetWidth(), 1, 1);
44 fOutRowSize = RowBufferSize(GetWidth(), 1, 4);
57 GetHalftone()->Dither(fCurrentLine, (const uchar*)source, x, y, GetWidth());
86 fWidthByte = RowBufferSize(GetWidth(), 24, 1);
88 fOutRowSize = RowBufferSize(GetWidth(), 24, 4);
102 int width = GetWidth();
145 fWidthByte = RowBufferSize(GetWidth(), 3, 1);
147 fOutRowSize = RowBufferSize(GetWidth(), 3, 4);
154 fPlaneBufferSize = RowBufferSize(GetWidth(), 1, 1);
172 GetWidth() *
[all...]
H A DRasterizer.h51 int GetWidth() function in class:Rasterizer
H A DPCL6.cpp170 int width = rasterizer->GetWidth();

Completed in 46 milliseconds