Home
last modified time | relevance | path

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

/external/libcups/filter/
Drastertoepson.c63 DotBytes, /* # bytes in a dot column */ variable
185 DotBytes = header->cupsRowCount / 8; in StartPage()
263 DotBytes = 0; in StartPage()
297 if (header->cupsCompression || DotBytes) in StartPage()
308 if (DotBytes) in StartPage()
310 …if ((LineBuffers[0] = calloc((size_t)DotBytes, (header->cupsWidth + 7) * (size_t)(Shingling + 1)))… in StartPage()
316 LineBuffers[1] = LineBuffers[0] + DotBytes * header->cupsWidth; in StartPage()
333 if (DotBytes && header) in EndPage()
372 if (DotBytes) in EndPage()
671 oddptr = LineBuffers[0] + EvenOffset + DotBytes; in OutputLine()
[all …]