Home
last modified time | relevance | path

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

/libtiff-4.0.7/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 Draw2tiff.c101 uint16 fillorder = FILLORDER_LSB2MSB; in main() local
157 fillorder = FILLORDER_LSB2MSB; in main()
160 fillorder = FILLORDER_MSB2LSB; in main()
229 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in main()
H A Dtiff2ps.c2145 uint16 fillorder; in PS_Lvl2page() local
2215 TIFFGetFieldDefaulted(tif, TIFFTAG_FILLORDER, &fillorder); in PS_Lvl2page()
2228 if (fillorder == FILLORDER_LSB2MSB) in PS_Lvl2page()
2740 uint16 fillorder; in PSRawDataBW() local
2751 TIFFGetFieldDefaulted(tif, TIFFTAG_FILLORDER, &fillorder); in PSRawDataBW()
2799 if (fillorder == FILLORDER_LSB2MSB) in PSRawDataBW()
H A Dtiffcp.c78 static uint16 fillorder; variable
299 fillorder = deffillorder; in main()
646 if (fillorder != 0) in tiffcp()
647 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in tiffcp()
H A Dtiffcrop.c444 static uint16 fillorder = 0; variable
2292 fillorder = deffillorder; in main()
7131 if (fillorder != 0) in writeSingleSection()
7132 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in writeSingleSection()
7806 if (fillorder != 0) in writeCroppedImage()
7807 TIFFSetField(out, TIFFTAG_FILLORDER, fillorder); in writeCroppedImage()
/libtiff-4.0.7/archive/tools/
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()
/libtiff-4.0.7/
H A DCMakeLists.txt437 set(fillorder FILLORDER_MSB2LSB) variable
441 set(fillorder FILLORDER_LSB2MSB) variable
443 set(HOST_FILLORDER ${fillorder} CACHE STRING "Native CPU bit order")