Searched refs:GetWidth (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/print/drivers/pcl6/ |
H A D | PCL6Rasterizer.cpp | 42 fWidthByte = RowBufferSize(GetWidth(), 1, 1); in InitializeBuffer() 44 fOutRowSize = RowBufferSize(GetWidth(), 1, 4); in InitializeBuffer() 57 GetHalftone()->Dither(fCurrentLine, (const uchar*)source, x, y, GetWidth()); in RasterizeLine() 86 fWidthByte = RowBufferSize(GetWidth(), 24, 1); in InitializeBuffer() 88 fOutRowSize = RowBufferSize(GetWidth(), 24, 4); in InitializeBuffer() 102 int width = GetWidth(); in RasterizeLine() 145 fWidthByte = RowBufferSize(GetWidth(), 3, 1); in InitializeBuffer() 147 fOutRowSize = RowBufferSize(GetWidth(), 3, 4); in InitializeBuffer() 154 fPlaneBufferSize = RowBufferSize(GetWidth(), 1, 1); in InitializeBuffer() 172 GetWidth() * 4); in RasterizeLine() [all …]
|
H A D | Rasterizer.h | 51 int GetWidth() in GetWidth() function
|
H A D | PCL6.cpp | 170 int width = rasterizer->GetWidth(); in NextBand()
|
/haiku/docs/develop/servers/app_server/ |
H A D | DisplayDriver.rst | 144 uint16 GetWidth(void)
|