Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
H A Drastertoescpx.c63 *DotBuffers[7], /* Dot buffers */ variable
848 DotBuffers[0] = NULL; in StartPage()
1011 DotBuffers[plane] = ptr; in StartPage()
1145 free(DotBuffers[0]); in EndPage()
1146 DotBuffers[0] = NULL; in EndPage()
1637 cupsPackHorizontal(OutputBuffers[plane], DotBuffers[plane], in ProcessLine()
1640 cupsPackHorizontal2(OutputBuffers[plane], DotBuffers[plane], in ProcessLine()
1651 CompressData(ppd, DotBuffers[plane], DotBufferSize, plane, 1, 1, in ProcessLine()
1918 if (DotBuffers[0] != NULL) in main()
1919 free(DotBuffers[ in main()
[all...]
H A Drastertopclx.c57 *DotBuffers[6], /* Bit buffers */ variable
815 DotBuffers[0] = malloc(DotBufferSize); in StartPage()
817 DotBuffers[plane] = DotBuffers[plane - 1] + DotBufferSizes[plane - 1]; in StartPage()
878 free(DotBuffers[0]); in EndPage()
1672 for (bit = 1, ptr = DotBuffers[plane]; in OutputLine()
1676 cupsPackHorizontalBit(OutputBuffers[plane], DotBuffers[plane], in OutputLine()

Completed in 6 milliseconds