Searched refs:TIFFTAG_FILLORDER (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 213 #define TIFFTAG_FILLORDER 266 /* data order within a byte */ macro
|
D | tif_aux.c | 186 case TIFFTAG_FILLORDER: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 240 case TIFFTAG_FILLORDER: in _TIFFVSetField() 873 case TIFFTAG_FILLORDER: in _TIFFVGetField()
|
D | tif_dirinfo.c | 60 …{ TIFFTAG_FILLORDER, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_FILLORD…
|
D | tif_dirwrite.c | 485 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_FILLORDER,tif->tif_dir.td_fillorder)) in TIFFWriteDirectorySec()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1206 (TIFFGetFieldDefaulted(tiff,TIFFTAG_FILLORDER,&endian) != 1) || in ReadTIFFImage() 3399 (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_FILLORDER,&endian); in WriteTIFFImage() 3422 (void) TIFFSetField(tiff,TIFFTAG_FILLORDER,endian); in WriteTIFFImage()
|