Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h266 #define TIFFTAG_PAGENUMBER 297 /* page numbers of multi-page */ macro
Dtif_dir.c365 case TIFFTAG_PAGENUMBER: in _TIFFVSetField()
1005 case TIFFTAG_PAGENUMBER: in _TIFFVGetField()
Dtif_dirinfo.c89 …{ TIFFTAG_PAGENUMBER, 2, 2, TIFF_SHORT, 0, TIFF_SETGET_UINT16_PAIR, TIFF_SETGET_UNDEFINED, FIELD_P…
Dtif_dirwrite.c568 …if (!TIFFWriteDirectoryTagShortArray(tif,&ndir,dir,TIFFTAG_PAGENUMBER,2,&tif->tif_dir.td_pagenumbe… in TIFFWriteDirectorySec()
/external/ImageMagick/coders/
Dtiff.c1662 if (TIFFGetFieldDefaulted(tiff,TIFFTAG_PAGENUMBER,&value,&pages,sans) == 1) in ReadTIFFImage()
3497 (void) TIFFSetField(tiff,TIFFTAG_PAGENUMBER,page,pages); in TIFFSetProperties()
4184 (void) TIFFSetField(tiff,TIFFTAG_PAGENUMBER,(uint16) image->scene, in WriteTIFFImage()
4202 (void) TIFFSetField(tiff,TIFFTAG_PAGENUMBER,page,pages); in WriteTIFFImage()