Searched refs:HOST_FILLORDER (Results 1 – 4 of 4) sorted by relevance
181 #define HOST_FILLORDER FILLORDER_LSB2MSB macro
243 HOST_FILLORDER;
240 +#define HOST_FILLORDER FILLORDER_LSB2MSB
3641 endian_type=(HOST_FILLORDER == FILLORDER_LSB2MSB) ? LSBEndian : MSBEndian; in WriteTIFFImage()