Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
H A Drastertopclx.c66 DotBits[6], /* Number of bits per color */ variable
437 DotBits[plane] = 2; in StartPage()
439 DotBits[plane] = 1; in StartPage()
740 putchar(1 << DotBits[plane]); in StartPage()
811 DotBufferSizes[plane] = (header->cupsWidth + 7) / 8 * DotBits[plane]; in StartPage()
1670 bytes = DotBufferSizes[plane] / DotBits[plane]; in OutputLine()
1673 bit <= DotBits[plane]; in OutputLine()
1680 bit == DotBits[plane] ? 'W' : 'V', in OutputLine()

Completed in 2 milliseconds