Home
last modified time | relevance | path

Searched refs:HOST_FILLORDER (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiffconf.h177 #define HOST_FILLORDER FILLORDER_LSB2MSB macro
Dtif_open.c242 HOST_FILLORDER;
D0000-build-config.patch239 +#define HOST_FILLORDER FILLORDER_LSB2MSB
/external/ImageMagick/coders/
Dtiff.c3485 endian_type=(HOST_FILLORDER == FILLORDER_LSB2MSB) ? LSBEndian : MSBEndian; in WriteTIFFImage()