Home
last modified time | relevance | path

Searched refs:FILLORDER_LSB2MSB (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiffconf.h181 #define HOST_FILLORDER FILLORDER_LSB2MSB
D0000-build-config.patch239 +/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
240 +#define HOST_FILLORDER FILLORDER_LSB2MSB
Dtiff.h217 #define FILLORDER_LSB2MSB 2 /* least significant -> most */ macro
Dtif_open.c239 FILLORDER_LSB2MSB;
Dtif_print.c429 case FILLORDER_LSB2MSB: in TIFFPrintDirectory()
Dtif_fax3.c162 TIFFGetBitRevTable(tif->tif_dir.td_fillorder != FILLORDER_LSB2MSB); in Fax3PreDecode()
Dtif_dir.c256 if (v != FILLORDER_LSB2MSB && v != FILLORDER_MSB2LSB) in _TIFFVSetField()
/external/ImageMagick/coders/
Dtiff.c1452 if (endian == FILLORDER_LSB2MSB) in ReadTIFFImage()
3344 endian_type=(HOST_FILLORDER == FILLORDER_LSB2MSB) ? LSBEndian : MSBEndian; in WriteTIFFImage()
3624 endian=FILLORDER_LSB2MSB; in WriteTIFFImage()