Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libtiff/
Dtif_config.h60 #define HOST_FILLORDER FILLORDER_LSB2MSB
Dtif_config.h.cmakein59 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
60 #define HOST_FILLORDER FILLORDER_LSB2MSB
Dtiff.h212 #define FILLORDER_LSB2MSB 2 /* least significant -> most */ macro
Dtif_open.c238 FILLORDER_LSB2MSB;
Dtif_print.c428 case FILLORDER_LSB2MSB: in TIFFPrintDirectory()
Dtif_fax3.c164 TIFFGetBitRevTable(tif->tif_dir.td_fillorder != FILLORDER_LSB2MSB); in Fax3PreDecode()
Dtif_dir.c240 if (v != FILLORDER_LSB2MSB && v != FILLORDER_MSB2LSB) in _TIFFVSetField()
/external/pdfium/third_party/libtiff/
Dtiffconf.h176 #define HOST_FILLORDER FILLORDER_LSB2MSB
D0000-build-config.patch270 +/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
271 +#define HOST_FILLORDER FILLORDER_LSB2MSB
Dtiff.h215 #define FILLORDER_LSB2MSB 2 /* least significant -> most */ macro
Dtif_open.c238 FILLORDER_LSB2MSB;
Dtif_print.c430 case FILLORDER_LSB2MSB: in TIFFPrintDirectory()
Dtif_fax3.c164 TIFFGetBitRevTable(tif->tif_dir.td_fillorder != FILLORDER_LSB2MSB); in Fax3PreDecode()
Dtif_dir.c242 if (v != FILLORDER_LSB2MSB && v != FILLORDER_MSB2LSB) in _TIFFVSetField()