Home
last modified time | relevance | path

Searched refs:TIFFTAG_FILLORDER (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/dports/graphics/p5-Graphics-TIFF/Graphics-TIFF-16/t/
H A D1.t54 is( $tif->GetField(TIFFTAG_FILLORDER), FILLORDER_MSB2LSB, 'GetField uint16' );
86 is( $tif->GetFieldDefaulted(TIFFTAG_FILLORDER),
89 is( $tif->SetField( TIFFTAG_FILLORDER, FILLORDER_LSB2MSB ),
91 is( $tif->GetField(TIFFTAG_FILLORDER), FILLORDER_LSB2MSB, 'SetField result' );
92 $tif->SetField( TIFFTAG_FILLORDER, FILLORDER_MSB2LSB ); # reset
137 TIFFTAG_ROWSPERSTRIP, TIFFTAG_FILLORDER,
H A D8_enums.t70 is( TIFFTAG_FILLORDER, 266, "TIFFTAG_FILLORDER" );
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevtfax.c256 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, fillorder); in tfax_set_fields()
327 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB); in tifflzw_print_page()
340 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB); in tiffpack_print_page()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevtfax.c256 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, fillorder); in tfax_set_fields()
327 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB); in tifflzw_print_page()
340 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB); in tiffpack_print_page()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevtfax.c253 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, fillorder); in tfax_set_fields()
324 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB); in tifflzw_print_page()
337 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB); in tiffpack_print_page()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevtfax.c302 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, fillorder); in tfax_set_fields()
373 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB); in tifflzw_print_page()
386 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB); in tiffpack_print_page()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevtfax.c302 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, fillorder); in tfax_set_fields()
373 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB); in tifflzw_print_page()
386 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB); in tiffpack_print_page()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevtfax.c253 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, fillorder); in tfax_set_fields()
324 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB); in tifflzw_print_page()
337 TIFFSetField(tfdev->tif, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB); in tiffpack_print_page()
/dports/graphics/p5-Graphics-TIFF/Graphics-TIFF-16/examples/
H A Dtiffinfo.pl294 my $o = $tif->GetFieldDefaulted(TIFFTAG_FILLORDER);
302 if ($order) { $tif->SetField( TIFFTAG_FILLORDER, $order ) }
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/tools/
H A Dtiffdither.c260 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
262 CopyField(TIFFTAG_FILLORDER, shortv); in main()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/tools/
H A Dtiffdither.c259 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
261 CopyField(TIFFTAG_FILLORDER, shortv); in main()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/tools/
H A Dtiffdither.c256 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
258 CopyField(TIFFTAG_FILLORDER, shortv); in main()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/tools/
H A Dtiffdither.c259 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
261 CopyField(TIFFTAG_FILLORDER, shortv); in main()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/tools/
H A Dtiffdither.c251 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
253 CopyField(TIFFTAG_FILLORDER, shortv); in main()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/tools/
H A Dtiffdither.c251 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
253 CopyField(TIFFTAG_FILLORDER, shortv); in main()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/tools/
H A Dtiffdither.c273 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
275 CopyField(TIFFTAG_FILLORDER, shortv); in main()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/tools/
H A Dtiffdither.c271 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
273 CopyField(TIFFTAG_FILLORDER, shortv); in main()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/tools/
H A Dtiffdither.c271 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
273 CopyField(TIFFTAG_FILLORDER, shortv); in main()
/dports/graphics/tiffgt/tiff-4.3.0/tools/
H A Dtiffdither.c280 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
282 CopyField(TIFFTAG_FILLORDER, shortv); in main()
/dports/graphics/tiff/tiff-4.3.0/tools/
H A Dtiffdither.c280 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
282 CopyField(TIFFTAG_FILLORDER, shortv); in main()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Dnitfbilevel.cpp78 TIFFSetField( hTIFF, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB ); in NITFUncompressBILEVEL()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/nitf/
H A Dnitfbilevel.cpp81 TIFFSetField( hTIFF, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB ); in NITFUncompressBILEVEL()
/dports/graphics/gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfbilevel.cpp81 TIFFSetField( hTIFF, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB ); in NITFUncompressBILEVEL()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfbilevel.cpp81 TIFFSetField( hTIFF, TIFFTAG_FILLORDER, FILLORDER_MSB2LSB ); in NITFUncompressBILEVEL()
/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A Dtagtest.c++500 TIFFSetField(otif, TIFFTAG_FILLORDER, FILLORDER_LSB2MSB); in main()
501 TIFFSetField(otif, TIFFTAG_FILLORDER, FILLORDER_LSB2MSB); in main()
524 TIFFGetFieldDefaulted(tif, TIFFTAG_FILLORDER, &fillorder); in main()

12345678910>>...22