Home
last modified time | relevance | path

Searched refs:padBytes (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/print/drivers/pcl6/
H A DRasterizer.h78 int padBytes = 1)
82 return padBytes * ((sizeInBytes + padBytes - 1)
83 / padBytes);
H A DPCL6Writer.cpp490 uint16 blockHeight, uint8 padBytes) in ReadImage() argument
501 if (padBytes < 1 || padBytes > 4) { in ReadImage()
505 if (padBytes != 4) { in ReadImage()
506 AppendData((uint8)padBytes); in ReadImage()
H A DPCL6Writer.h189 uint16 blockHeight, uint8 padBytes = 4);