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

/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Rasterizer.h72 int fWidthByte; member in class:MonochromeRasterizer
98 int fWidthByte; member in class:ColorRGBRasterizer
130 int fWidthByte; member in class:ColorRasterizer
H A DPCL6Rasterizer.cpp42 fWidthByte = RowBufferSize(GetWidth(), 1, 1);
45 fPadBytes = fOutRowSize - fWidthByte;
62 for (int w = fWidthByte; w > 0; w --, out ++)
86 fWidthByte = RowBufferSize(GetWidth(), 24, 1);
89 fPadBytes = fOutRowSize - fWidthByte;
145 fWidthByte = RowBufferSize(GetWidth(), 3, 1);
148 fPadBytes = fOutRowSize - fWidthByte;
305 if (out - fCurrentLine != fWidthByte)
306 fprintf(stderr, "Error buffer overflow: %d != %d\n", fWidthByte,

Completed in 36 milliseconds