Searched refs:TIFFTAG_ROWSPERSTRIP (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fxcodec/tiff/ |
D | tiffmodule.cpp | 254 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/ |
D | tiff.h | 233 #define TIFFTAG_ROWSPERSTRIP 278 /* rows per strip of data */ macro
|
D | tif_aux.c | 233 case TIFFTAG_ROWSPERSTRIP: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 307 case TIFFTAG_ROWSPERSTRIP: in _TIFFVSetField() 950 case TIFFTAG_ROWSPERSTRIP: in _TIFFVGetField()
|
D | tif_getimage.c | 984 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripContig() 1094 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in gtStripSeparate() 2949 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip); in TIFFReadRGBAStripExt()
|
D | tif_dirinfo.c | 74 …{ TIFFTAG_ROWSPERSTRIP, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_ROWSP…
|
D | tif_dirread.c | 3743 case TIFFTAG_ROWSPERSTRIP: in TIFFReadDirectory() 5816 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip); in allocChoppedUpStripArrays()
|
D | tif_dirwrite.c | 543 …if (!TIFFWriteDirectoryTagShortLong(tif,&ndir,dir,TIFFTAG_ROWSPERSTRIP,tif->tif_dir.td_rowsperstri… in TIFFWriteDirectorySec()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1787 if (TIFFGetField(tiff,TIFFTAG_ROWSPERSTRIP,&rows_per_strip) == 1) in ReadTIFFImage() 3128 (void) TIFFSetField(tiff,TIFFTAG_ROWSPERSTRIP,rows_per_strip); in GetTIFFInfo()
|