Home
last modified time | relevance | path

Searched refs:TIFFTAG_ROWSPERSTRIP (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp254 TIFFGetField(m_tif_ctx.get(), TIFFTAG_ROWSPERSTRIP, &tif_rps); in LoadFrameInfo()
290 TIFFSetField(m_tif_ctx.get(), TIFFTAG_ROWSPERSTRIP, tif_rps); in LoadFrameInfo()
/external/pdfium/third_party/libtiff/
Dtiff.h233 #define TIFFTAG_ROWSPERSTRIP 278 /* rows per strip of data */ macro
Dtif_aux.c233 case TIFFTAG_ROWSPERSTRIP: in TIFFVGetFieldDefaulted()
Dtif_dir.c307 case TIFFTAG_ROWSPERSTRIP: in _TIFFVSetField()
950 case TIFFTAG_ROWSPERSTRIP: in _TIFFVGetField()
Dtif_getimage.c984 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripContig()
1094 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripSeparate()
2949 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in TIFFReadRGBAStripExt()
Dtif_dirinfo.c74 …{ TIFFTAG_ROWSPERSTRIP, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_ROWSP…
Dtif_dirread.c3743 case TIFFTAG_ROWSPERSTRIP: in TIFFReadDirectory()
5816 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip); in allocChoppedUpStripArrays()
Dtif_dirwrite.c543 …if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstri… in TIFFWriteDirectorySec()
/external/ImageMagick/coders/
Dtiff.c1787 if (TIFFGetField(tiff,TIFFTAG_ROWSPERSTRIP,&rows_per_strip) == 1) in ReadTIFFImage()
3128 (void) TIFFSetField(tiff,TIFFTAG_ROWSPERSTRIP,rows_per_strip); in GetTIFFInfo()