Searched refs:TIFFDataType (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dir.h253 extern TIFFDataType _TIFFSampleToTagType(TIFF*);
256 TIFFDataType dt );
258 TIFFDataType dt );
H A Dtif_dirwrite.c47 static int TIFFWritePerSampleAnys(TIFF*, TIFFDataType, ttag_t, TIFFDirEntry*);
50 TIFFDataType, ttag_t, TIFFDirEntry*, uint32, uint16*);
52 TIFFDataType, ttag_t, TIFFDirEntry*, uint32, uint32*);
54 TIFFDataType, ttag_t, TIFFDirEntry*, uint32, float*);
56 TIFFDataType, ttag_t, TIFFDirEntry*, uint32, float*);
58 TIFFDataType, ttag_t, TIFFDirEntry*, uint32, double*);
61 TIFFDataType, ttag_t, TIFFDirEntry*, uint32, double*);
82 TIFFDataType, ttag_t, TIFFDirEntry*, float);
675 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir, float v)
719 TIFFDataType typ
[all...]
H A Dtif_dirinfo.c346 * Return size of TIFFDataType in bytes
349 TIFFDataWidth(TIFFDataType type)
377 * Return nearest TIFFDataType to the sample type of an image.
379 TIFFDataType
401 _TIFFFindFieldInfo(TIFF* tif, ttag_t tag, TIFFDataType dt)
442 _TIFFFindOrRegisterFieldInfo( TIFF *tif, ttag_t tag, TIFFDataType dt )
458 _TIFFCreateAnonFieldInfo(TIFF *tif, ttag_t tag, TIFFDataType field_type)
H A Dtiffio.h390 extern int TIFFDataWidth(TIFFDataType); /* table of tag datatype widths */
443 TIFFDataType field_type; /* type of associated data */
457 extern const TIFFFieldInfo* TIFFFindFieldInfo(TIFF*, ttag_t, TIFFDataType);
H A Dtiff.h153 } TIFFDataType; typedef in typeref:enum:__anon782
H A Dtif_dirread.c290 (TIFFDataType) dp->tdir_type ),
665 uint32 cc = TIFFDataWidth((TIFFDataType) dp->tdir_type);
740 int w = TIFFDataWidth((TIFFDataType) dir->tdir_type);
961 dir->tdir_count, TIFFDataWidth((TIFFDataType) dir->tdir_type),
1185 { TIFFDataType type = fip->field_type;

Completed in 171 milliseconds