Home
last modified time | relevance | path

Searched refs:RASTERDATA (Results 1 – 25 of 93) sorted by relevance

1234

/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DModeJbig.h54 bool Process(RASTERDATA *input);
55 bool NextOutputRaster(RASTERDATA &next_raster);
75 bool processZJStream(RASTERDATA *input);
76 bool processZXStream(RASTERDATA *input);
77 bool processZJColor(RASTERDATA *input);
H A DProcessor.h42 virtual bool Process(RASTERDATA *InputRaster=NULL)=0; // returns TRUE iff output ready
44 virtual bool NextOutputRaster(RASTERDATA& next_raster)=0;
50 RASTERDATA raster;
H A DPipeline.h46 DRIVER_ERROR Execute(RASTERDATA* InputRaster=NULL); // run pipeline
48 bool Process(RASTERDATA* InputRaster=NULL); // call processor for this phase
49 bool NextOutputRaster(RASTERDATA& next_raster);
H A DLJZjStream.h44 DRIVER_ERROR Encapsulate (RASTERDATA *InputRaster, bool bLastPlane);
58 DRIVER_ERROR encapsulateColor(RASTERDATA *input);
59 DRIVER_ERROR encapsulateColor2(RASTERDATA *input);
H A DPipeline.cpp38 bool Pipeline::NextOutputRaster(RASTERDATA& next_raster) in NextOutputRaster()
70 bool Pipeline::Process (RASTERDATA *raster) in Process()
76 DRIVER_ERROR Pipeline::Execute (RASTERDATA *InputRaster) in Execute()
H A DModeJbig.cpp194 bool ModeJbig::Process (RASTERDATA* input) in Process()
230 bool ModeJbig::processZJStream(RASTERDATA *input) in processZJStream()
250 bool ModeJbig::processZXStream(RASTERDATA *input) in processZXStream()
273 bool ModeJbig::processZJColor(RASTERDATA *input) in processZJColor()
304 bool ModeJbig::NextOutputRaster(RASTERDATA& next_raster) in NextOutputRaster()
H A DMode2.h43 bool Process(RASTERDATA *input);
44 bool NextOutputRaster(RASTERDATA& next_raster);
H A DMode3.h44 bool Process(RASTERDATA *input);
45 bool NextOutputRaster(RASTERDATA& next_raster);
H A DMode9.h43 bool Process(RASTERDATA* input);
44 bool NextOutputRaster (RASTERDATA& next_raster);
H A DRasterSender.h47 bool Process(RASTERDATA* InputRaster=NULL);
49 bool NextOutputRaster(RASTERDATA& next_raster) { return false; } // end of pipeline in NextOutputRaster()
H A DCompressor.h42 virtual bool Process(RASTERDATA* InputRaster=NULL)=0;
45 virtual bool NextOutputRaster(RASTERDATA& next_raster)=0;
H A DScaler.h15 bool Process(RASTERDATA* InputRaster);
22 bool NextOutputRaster(RASTERDATA &next_raster);
H A DLJJetReady.h45 DRIVER_ERROR Encapsulate (RASTERDATA *InputRaster, bool bLastPlane);
59 DRIVER_ERROR sendJPEGHeaderInfo(RASTERDATA *InputRaster);
H A DModeJpeg.h47 bool Process (RASTERDATA *input);
48 bool NextOutputRaster (RASTERDATA& next_raster);
H A DModeDeltaPlus.h46 bool Process(RASTERDATA *input);
47 bool NextOutputRaster(RASTERDATA &next_raster);
H A DColorMatcher.h49 bool Process(RASTERDATA* InputRaster=NULL);
56 bool NextOutputRaster(RASTERDATA &next_raster);
H A DMode10.h109 bool Process (RASTERDATA *input);
110 bool NextOutputRaster (RASTERDATA& next_raster);
H A DMode3.cpp62 bool Mode3::Process (RASTERDATA *input) in Process()
147 bool Mode3::NextOutputRaster (RASTERDATA& next_raster) in NextOutputRaster()
H A DMode2.cpp47 bool Mode2::Process (RASTERDATA* input) in Process()
108 bool Mode2::NextOutputRaster(RASTERDATA& next_raster) in NextOutputRaster()
/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dinternal.h195 struct RASTERDATA struct
268 RASTERDATA raster;
288 DRIVER_ERROR Execute(RASTERDATA* InputRaster=NULL); // run pipeline
293 BOOL Process(RASTERDATA* InputRaster=NULL); // call processor for this phase
336 BOOL Process(RASTERDATA* InputRaster=NULL)=0;
673 virtual BOOL Process(RASTERDATA* InputRaster=NULL)=0;
707 BOOL Process(RASTERDATA* input);
723 BOOL Process(RASTERDATA* input);
736 BOOL Process (RASTERDATA* input);
1205 BOOL Process(RASTERDATA* InputRaster=NULL);
[all …]
H A Dtranslator.cpp50 BOOL RasterSender::Process(RASTERDATA* InputRaster) in Process()
77 DRIVER_ERROR RasterSender::SendRaster(RASTERDATA* InputRaster) in SendRaster()
/dports/databases/postgis32/postgis-3.2.0/raster/doc/
H A DRFC2-WellKnownBinaryFormat71 | | | path specified in RASTERDATA |
104 | data | RASTERDATA | Raster band data (see below) |
108 | RASTERDATA (isOffline flag clear) |
124 | RASTERDATA (isOffline flag set) |
/dports/databases/postgis30/postgis-3.0.4/raster/doc/
H A DRFC2-WellKnownBinaryFormat71 | | | path specified in RASTERDATA |
104 | data | RASTERDATA | Raster band data (see below) |
108 | RASTERDATA (isOffline flag clear) |
124 | RASTERDATA (isOffline flag set) |
/dports/databases/postgis31/postgis-3.1.4/raster/doc/
H A DRFC2-WellKnownBinaryFormat71 | | | path specified in RASTERDATA |
104 | data | RASTERDATA | Raster band data (see below) |
108 | RASTERDATA (isOffline flag clear) |
124 | RASTERDATA (isOffline flag set) |
/dports/databases/postgis25/postgis-2.5.5/raster/doc/
H A DRFC2-WellKnownBinaryFormat71 | | | path specified in RASTERDATA |
104 | data | RASTERDATA | Raster band data (see below) |
108 | RASTERDATA (isOffline flag clear) |
124 | RASTERDATA (isOffline flag set) |

1234