Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
H A Drastertoescpx.c74 DotRowCount, /* Number of rows to output */ variable
815 DotRowCount = 1; in StartPage()
822 DotRowCount = header->cupsRowCount; in StartPage()
836 DotRowMax = DotRowCount * DotRowStep; in StartPage()
844 fprintf(stderr, "DEBUG: DotRowCount = %d\n", DotRowCount); in StartPage()
875 sscanf(attr->value, "%d%d", &DotRowCount, &DotRowStep); in StartPage()
911 band->buffer = calloc(DotRowCount, DotBufferSize); in StartPage()
939 DotRowFeed = DotRowCount / DotColStep - DotRowStep; in StartPage()
941 while ((((DotRowFeed % 2) == 0) == ((DotRowCount in StartPage()
[all...]

Completed in 2 milliseconds