Searched refs:FILLORDER_LSB2MSB (Results 1 – 8 of 8) sorted by relevance
177 #define HOST_FILLORDER FILLORDER_LSB2MSB
238 +/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */239 +#define HOST_FILLORDER FILLORDER_LSB2MSB
215 #define FILLORDER_LSB2MSB 2 /* least significant -> most */ macro
238 FILLORDER_LSB2MSB;
431 case FILLORDER_LSB2MSB: in TIFFPrintDirectory()
164 TIFFGetBitRevTable(tif->tif_dir.td_fillorder != FILLORDER_LSB2MSB); in Fax3PreDecode()
254 if (v != FILLORDER_LSB2MSB && v != FILLORDER_MSB2LSB) in _TIFFVSetField()
1480 if (endian == FILLORDER_LSB2MSB) in ReadTIFFImage()3485 endian_type=(HOST_FILLORDER == FILLORDER_LSB2MSB) ? LSBEndian : MSBEndian; in WriteTIFFImage()3753 endian=FILLORDER_LSB2MSB; in WriteTIFFImage()