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

/haiku/src/add-ons/print/drivers/pcl6/
H A DRasterizer.h75 // Returns the number of bytes to store widthInPixels pixels with
77 static int RowBufferSize(int widthInPixels, int bitsPerPixel, argument
80 int sizeInBytes = (widthInPixels * bitsPerPixel + 7)

Completed in 74 milliseconds