Home
last modified time | relevance | path

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

/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dhalftoner.h103 BYTE* ColorPlane[MAXCOLORPLANES][MAXCOLORROWS][MAXCOLORDEPTH];
H A Dglobal_types.h226 const int MAXCOLORROWS = 2; // multiple of high-to-low for mixed-resolution cases variable
H A Dhalftoner.cpp174 for (j = 0; j < MAXCOLORROWS; j++) in Halftoner()
H A Djob.cpp832 SeedBufferSize = MAXCOLORPLANES * MAXCOLORDEPTH * MAXCOLORROWS * width; in Configure()
H A Dljfastraster.cpp696 inputsize = PlaneSize / (MAXCOLORPLANES * MAXCOLORDEPTH * MAXCOLORROWS); in ModeDeltaPlus()
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DHalftoner.h73 BYTE* ColorPlane[MAXCOLORPLANES][MAXCOLORROWS][MAXCOLORDEPTH];
H A DCommonDefinitions.h138 const int MAXCOLORROWS = 2; // multiple of high-to-low for mixed-resolution cases variable
H A DHalftoner.cpp167 for (j = 0; j < MAXCOLORROWS; j++) in Halftoner()