Searched refs:TIFFDataWidth (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dirread.c665 uint32 cc = TIFFDataWidth((TIFFDataType) dp->tdir_type);
740 int w = TIFFDataWidth((TIFFDataType) dir->tdir_type);
961 dir->tdir_count, TIFFDataWidth((TIFFDataType) dir->tdir_type),
H A Dtif_dirwrite.c930 if (n * TIFFDataWidth(type) > sizeof buf) {
931 w = (char*) _TIFFmalloc(n * TIFFDataWidth(type));
1085 cc = dir->tdir_count * TIFFDataWidth((TIFFDataType) dir->tdir_type);
H A Dtif_dirinfo.c349 TIFFDataWidth(TIFFDataType type) function
H A Dtiffio.h390 extern int TIFFDataWidth(TIFFDataType); /* table of tag datatype widths */
H A Dtif_dir.c556 tv_size = TIFFDataWidth(fip->field_type);

Completed in 109 milliseconds