Home
last modified time | relevance | path

Searched refs:fillorder (Results 1 – 25 of 111) sorted by relevance

12345

/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DMemoryDecoder.h40 u_int fillorder; variable
54 u_int fillorder, bool twoDim, bool mmr);
63 void scanPageForBlanks(u_int fillorder, const Class2Params& params);
H A DMemoryDecoder.c++55 fillorder = order; in MemoryDecoder()
61 setupDecoder(fillorder, is2D, isG4); in MemoryDecoder()
116 MemoryDecoder::scanPageForBlanks(u_int fillorder, const Class2Params& params) in scanPageForBlanks() argument
118 setupDecoder(fillorder, params.is2D(), (params.df == DF_2DMMR)); in scanPageForBlanks()
188 enc.setupEncoder(fillorder, is2D, isG4); in fixFirstEOL()
333 enc.setupEncoder(fillorder, is2D, isG4); in encodeTagLine()
446 enc.setupEncoder(fillorder, params.is2D(), (params.df == DF_2DMMR)); in convertDataFormat()
H A Dchoptest.c++121 uint16 fillorder; in main() local
122 TIFFGetFieldDefaulted(tif, TIFFTAG_FILLORDER, &fillorder); in main()
131 dec.scanPageForBlanks(fillorder, params); in main()
H A DClass2Send.c++463 uint16 fillorder; in sendPageData() local
464 TIFFGetFieldDefaulted(tif, TIFFTAG_FILLORDER, &fillorder); in sendPageData()
466 TIFFGetBitRevTable(fillorder != sendFillOrder); in sendPageData()
501 dp = imageTagLine(data+ts, fillorder, params, totbytes, cover); in sendPageData()
519 dp = convertPhaseCData(dp, totdata, fillorder, params, newparams, rows); in sendPageData()
527 correctPhaseCData(dp, totdata, fillorder, params, rows); in sendPageData()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dtifftopnm.c215 unsigned short fillorder; member
419 unsigned short const fillorder, in readscanline() argument
468 switch (fillorder) { in readscanline()
477 fillorder); in readscanline()
1275 unsigned short const fillorder, in convertMultiPlaneRow() argument
1340 unsigned short const fillorder, in convertRasterByRows() argument
1394 photomet, bps, spp, fillorder, in convertRasterByRows()
1626 unsigned short const fillorder, in convertRaster() argument
1660 tiffDir.bps, tiffDir.spp, fillorder, colormap, verbose); in convertRaster()
1676 unsigned short fillorder; in convertImage() local
[all …]
H A Dpamtotiff.c73 int fillorder; /* FILLORDER Tiff tag value */ member
269 cmdlineP->fillorder = FILLORDER_MSB2LSB; in parseCommandLine()
271 cmdlineP->fillorder = FILLORDER_LSB2MSB; in parseCommandLine()
273 cmdlineP->fillorder = FILLORDER_MSB2LSB; in parseCommandLine()
379 int const fillorder, in fillRowOfSubBytePixels() argument
393 (fillorder == FILLORDER_MSB2LSB) ? 8 - bitspersample : 0; in fillRowOfSubBytePixels()
433 if (fillorder == FILLORDER_MSB2LSB) in fillRowOfSubBytePixels()
521 int const fillorder) { in writeScanLines() argument
1133 if (cmdline.fillorder != -1) in setTiffFields()
1134 TIFFSetField(tifP, TIFFTAG_FILLORDER, cmdline.fillorder); in setTiffFields()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/tools/
H A Dtiffdither.c200 uint16 fillorder = 0; in main() local
213 fillorder = FILLORDER_LSB2MSB; in main()
215 fillorder = FILLORDER_MSB2LSB; in main()
259 if (fillorder) in main()
260 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
H A Dsgi2tiff.c41 static uint16 fillorder = 0; variable
74 fillorder = FILLORDER_LSB2MSB; in main()
76 fillorder = FILLORDER_MSB2LSB; in main()
125 if (fillorder != 0) in main()
126 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/tools/
H A Dtiffdither.c199 uint16 fillorder = 0; in main() local
212 fillorder = FILLORDER_LSB2MSB; in main()
214 fillorder = FILLORDER_MSB2LSB; in main()
258 if (fillorder) in main()
259 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
H A Dsgi2tiff.c40 static uint16 fillorder = 0; variable
73 fillorder = FILLORDER_LSB2MSB; in main()
75 fillorder = FILLORDER_MSB2LSB; in main()
124 if (fillorder != 0) in main()
125 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/tools/
H A Dtiffdither.c195 uint16 fillorder = 0; in main() local
208 fillorder = FILLORDER_LSB2MSB; in main()
210 fillorder = FILLORDER_MSB2LSB; in main()
255 if (fillorder) in main()
256 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
H A Dsgi2tiff.c41 static uint16 fillorder = 0; variable
74 fillorder = FILLORDER_LSB2MSB; in main()
76 fillorder = FILLORDER_MSB2LSB; in main()
125 if (fillorder != 0) in main()
126 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/tools/
H A Dtiffdither.c199 uint16 fillorder = 0; in main() local
212 fillorder = FILLORDER_LSB2MSB; in main()
214 fillorder = FILLORDER_MSB2LSB; in main()
258 if (fillorder) in main()
259 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
H A Dsgi2tiff.c40 static uint16 fillorder = 0; variable
73 fillorder = FILLORDER_LSB2MSB; in main()
75 fillorder = FILLORDER_MSB2LSB; in main()
124 if (fillorder != 0) in main()
125 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/tools/
H A Dtiffdither.c189 uint16 fillorder = 0; in main() local
202 fillorder = FILLORDER_LSB2MSB; in main()
204 fillorder = FILLORDER_MSB2LSB; in main()
250 if (fillorder) in main()
251 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/tools/
H A Dtiffdither.c189 uint16 fillorder = 0; in main() local
202 fillorder = FILLORDER_LSB2MSB; in main()
204 fillorder = FILLORDER_MSB2LSB; in main()
250 if (fillorder) in main()
251 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/tools/
H A Dtiffdither.c211 uint16 fillorder = 0; in main() local
226 fillorder = FILLORDER_LSB2MSB; in main()
228 fillorder = FILLORDER_MSB2LSB; in main()
272 if (fillorder) in main()
273 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
H A Dsgi2tiff.c41 static uint16 fillorder = 0; variable
76 fillorder = FILLORDER_LSB2MSB; in main()
78 fillorder = FILLORDER_MSB2LSB; in main()
127 if (fillorder != 0) in main()
128 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/tools/
H A Dtiffdither.c209 uint16 fillorder = 0; in main() local
224 fillorder = FILLORDER_LSB2MSB; in main()
226 fillorder = FILLORDER_MSB2LSB; in main()
270 if (fillorder) in main()
271 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/tools/
H A Dtiffdither.c209 uint16 fillorder = 0; in main() local
224 fillorder = FILLORDER_LSB2MSB; in main()
226 fillorder = FILLORDER_MSB2LSB; in main()
270 if (fillorder) in main()
271 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
/dports/graphics/tiffgt/tiff-4.3.0/tools/
H A Dtiffdither.c213 uint16_t fillorder = 0; in main() local
228 fillorder = FILLORDER_LSB2MSB; in main()
230 fillorder = FILLORDER_MSB2LSB; in main()
279 if (fillorder) in main()
280 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
/dports/graphics/tiff/tiff-4.3.0/tools/
H A Dtiffdither.c213 uint16_t fillorder = 0; in main() local
228 fillorder = FILLORDER_LSB2MSB; in main()
230 fillorder = FILLORDER_MSB2LSB; in main()
279 if (fillorder) in main()
280 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
/dports/graphics/netpbm/netpbm-10.91.01/man/
H A Dtifftopnm.1139 By default, \fBtifftopnm \fP ignores the "fillorder"
143 to use the \fB-respectfillorder\fP option, see the note on fillorder
255 .UN fillorder
259 "fillorder." The TIFF specification quite clearly states
268 fillorder. Evidence shows that some people believe it has to do with
272 MSB-to-LSB fillorder, have a fillorder tag that says they used LSB-to-MSB.
276 For a long time, \fBtifftopnm\fP did not understand fillorder itself
277 and assumed the fillorder was MSB-to-LSB regardless of the fillorder
279 reason to use a fillorder other than MSB-to-LSB. So users of
281 incorrect fillorder tags.
[all …]
/dports/graphics/exiftran/fbida-2.14/rd/
H A Dread-tiff.c16 uint16 config,nsamples,depth,fillorder,photometric; member
51 TIFFGetField(h->tif, TIFFTAG_FILLORDER, &h->fillorder); in tiff_init()
58 h->fillorder,h->photometric, in tiff_init()
137 if (FILLORDER_MSB2LSB == h->fillorder) in tiff_read()
/dports/graphics/ida/fbida-2.14/rd/
H A Dread-tiff.c16 uint16 config,nsamples,depth,fillorder,photometric; member
51 TIFFGetField(h->tif, TIFFTAG_FILLORDER, &h->fillorder); in tiff_init()
58 h->fillorder,h->photometric, in tiff_init()
137 if (FILLORDER_MSB2LSB == h->fillorder) in tiff_read()

12345