Searched refs:TIFFDirEntry (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dirwrite.c | 46 TIFFDirEntry *dir, 51 TIFFDirEntry *dir, uint16_t tag, 54 TIFFDirEntry *dir, uint16_t tag, 57 TIFFDirEntry *dir, uint16_t tag, 60 TIFFDirEntry *dir, uint16_t tag, 63 TIFFDirEntry *dir, uint16_t tag, 66 TIFFDirEntry *dir, uint16_t tag, 69 TIFFDirEntry *dir, uint16_t tag, 72 TIFFDirEntry *dir, uint16_t tag, 75 TIFFDirEntry *dir, uint16_t tag, [all …]
|
D | tif_dirread.c | 67 TIFFReadDirEntryByte(TIFF *tif, TIFFDirEntry *direntry, uint8_t *value); 69 TIFFReadDirEntrySbyte(TIFF *tif, TIFFDirEntry *direntry, int8_t *value); 71 TIFFReadDirEntryShort(TIFF *tif, TIFFDirEntry *direntry, uint16_t *value); 73 TIFFReadDirEntrySshort(TIFF *tif, TIFFDirEntry *direntry, int16_t *value); 75 TIFFReadDirEntryLong(TIFF *tif, TIFFDirEntry *direntry, uint32_t *value); 77 TIFFReadDirEntrySlong(TIFF *tif, TIFFDirEntry *direntry, int32_t *value); 79 TIFFReadDirEntryLong8(TIFF *tif, TIFFDirEntry *direntry, uint64_t *value); 81 TIFFReadDirEntrySlong8(TIFF *tif, TIFFDirEntry *direntry, int64_t *value); 83 TIFFReadDirEntryFloat(TIFF *tif, TIFFDirEntry *direntry, float *value); 85 TIFFReadDirEntryDouble(TIFF *tif, TIFFDirEntry *direntry, double *value); [all …]
|
D | tif_dir.h | 66 } TIFFDirEntry; typedef 118 TIFFDirEntry td_stripoffset_entry; /* for deferred loading */ 119 TIFFDirEntry td_stripbytecount_entry; /* for deferred loading */
|
D | tif_dir.c | 1653 _TIFFmemset(&(td->td_stripoffset_entry), 0, sizeof(TIFFDirEntry)); in TIFFFreeDirectory() 1654 _TIFFmemset(&(td->td_stripbytecount_entry), 0, sizeof(TIFFDirEntry)); in TIFFFreeDirectory()
|