Home
last modified time | relevance | path

Searched refs:TIFF_FILLORDER (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_open.c233 tif->tif_flags = (tif->tif_flags &~ TIFF_FILLORDER) |
237 tif->tif_flags = (tif->tif_flags &~ TIFF_FILLORDER) |
241 tif->tif_flags = (tif->tif_flags &~ TIFF_FILLORDER) |
Dtiffiop.h107 #define TIFF_FILLORDER 0x00003U /* natural bit fill order for machine */ macro