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.c234 tif->tif_flags = (tif->tif_flags &~ TIFF_FILLORDER) |
238 tif->tif_flags = (tif->tif_flags &~ TIFF_FILLORDER) |
242 tif->tif_flags = (tif->tif_flags &~ TIFF_FILLORDER) |
Dtiffiop.h119 #define TIFF_FILLORDER 0x00003U /* natural bit fill order for machine */ macro