Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffconf.h177 #define HOST_FILLORDER FILLORDER_LSB2MSB
D0000-build-config.patch238 +/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
239 +#define HOST_FILLORDER FILLORDER_LSB2MSB
Dtiff.h215 #define FILLORDER_LSB2MSB 2 /* least significant -> most */ macro
Dtif_open.c238 FILLORDER_LSB2MSB;
Dtif_print.c431 case FILLORDER_LSB2MSB: in TIFFPrintDirectory()
Dtif_fax3.c164 TIFFGetBitRevTable(tif->tif_dir.td_fillorder != FILLORDER_LSB2MSB); in Fax3PreDecode()
Dtif_dir.c254 if (v != FILLORDER_LSB2MSB && v != FILLORDER_MSB2LSB) in _TIFFVSetField()
/external/ImageMagick/coders/
Dtiff.c1480 if (endian == FILLORDER_LSB2MSB) in ReadTIFFImage()
3485 endian_type=(HOST_FILLORDER == FILLORDER_LSB2MSB) ? LSBEndian : MSBEndian; in WriteTIFFImage()
3753 endian=FILLORDER_LSB2MSB; in WriteTIFFImage()