Searched refs:FILLORDER_LSB2MSB (Results 1 – 8 of 8) sorted by relevance
181 #define HOST_FILLORDER FILLORDER_LSB2MSB
239 +/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */240 +#define HOST_FILLORDER FILLORDER_LSB2MSB
217 #define FILLORDER_LSB2MSB 2 /* least significant -> most */ macro
239 FILLORDER_LSB2MSB;
429 case FILLORDER_LSB2MSB: in TIFFPrintDirectory()
162 TIFFGetBitRevTable(tif->tif_dir.td_fillorder != FILLORDER_LSB2MSB); in Fax3PreDecode()
256 if (v != FILLORDER_LSB2MSB && v != FILLORDER_MSB2LSB) in _TIFFVSetField()
1452 if (endian == FILLORDER_LSB2MSB) in ReadTIFFImage()3344 endian_type=(HOST_FILLORDER == FILLORDER_LSB2MSB) ? LSBEndian : MSBEndian; in WriteTIFFImage()3624 endian=FILLORDER_LSB2MSB; in WriteTIFFImage()