Searched refs:tdir_type (Results 1 - 3 of 3) 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.c290 (TIFFDataType) dp->tdir_type ),
309 while (dp->tdir_type != (u_short) fip->field_type) {
317 tif->tif_name, dp->tdir_type,
343 dp->tdir_type, dp->tdir_offset);
440 dp->tdir_type, dp->tdir_offset);
515 switch (TIFFExtractData(tif, dp->tdir_type,
665 uint32 cc = TIFFDataWidth((TIFFDataType) dp->tdir_type);
669 tif->tif_name, dp->tdir_type);
740 int w = TIFFDataWidth((TIFFDataType) dir->tdir_type);
754 switch (dir->tdir_type) {
[all...]
H A Dtif_dirwrite.c446 dir->tdir_type = (u_short) fip->field_type;
471 TIFFInsertData(tif, dir->tdir_type, sv);
647 dir->tdir_type = (short) TIFF_LONG;
650 dir->tdir_type = (short) TIFF_SHORT;
663 dir->tdir_type = (short) TIFF_SHORT;
769 dir->tdir_type = (short) TIFF_SHORT;
804 dir->tdir_type = (short) type;
830 dir->tdir_type = (short) type;
852 dir->tdir_type = (short) type;
892 dir->tdir_type
[all...]
H A Dtiff.h120 uint16 tdir_type; /* data type; see below */ member in struct:__anon781

Completed in 121 milliseconds