Home
last modified time | relevance | path

Searched refs:TIFFTAG_PAGENUMBER (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h264 #define TIFFTAG_PAGENUMBER 297 /* page numbers of multi-page */ macro
Dtif_dir.c351 case TIFFTAG_PAGENUMBER: in _TIFFVSetField()
989 case TIFFTAG_PAGENUMBER: in _TIFFVGetField()
Dtif_dirinfo.c91 …{ TIFFTAG_PAGENUMBER, 2, 2, TIFF_SHORT, 0, TIFF_SETGET_UINT16_PAIR, TIFF_SETGET_UNDEFINED, FIELD_P…
Dtif_dirwrite.c526 …if (!TIFFWriteDirectoryTagShortArray(tif,&ndir,dir,TIFFTAG_PAGENUMBER,2,&tif->tif_dir.td_pagenumbe… in TIFFWriteDirectorySec()
/external/ImageMagick/coders/
Dtiff.c1619 if (TIFFGetFieldDefaulted(tiff,TIFFTAG_PAGENUMBER,&value,&pages) == 1) in ReadTIFFImage()
3344 (void) TIFFSetField(tiff,TIFFTAG_PAGENUMBER,page,pages); in TIFFSetProperties()
4023 (void) TIFFSetField(tiff,TIFFTAG_PAGENUMBER,(uint16) image->scene, in WriteTIFFImage()
4041 (void) TIFFSetField(tiff,TIFFTAG_PAGENUMBER,page,pages); in WriteTIFFImage()