Searched refs:HOST_FILLORDER (Results 1 – 4 of 4) sorted by relevance
177 #define HOST_FILLORDER FILLORDER_LSB2MSB macro
242 HOST_FILLORDER;
239 +#define HOST_FILLORDER FILLORDER_LSB2MSB
3485 endian_type=(HOST_FILLORDER == FILLORDER_LSB2MSB) ? LSBEndian : MSBEndian; in WriteTIFFImage()