Searched refs:TIFFHeader (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_open.c278 if (!ReadOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {
302 if (!WriteOK(tif, &tif->tif_header, sizeof (TIFFHeader))) {
H A Dtiff.h103 } TIFFHeader; typedef in typeref:struct:__anon780
H A Dtiffiop.h99 TIFFHeader tif_header; /* file's header block */
H A Dtif_dirwrite.c1124 #define HDROFF(f) ((toff_t)(unsigned long) &(((TIFFHeader*) 0)->f))
1126 #define HDROFF(f) ((toff_t) &(((TIFFHeader*) 0)->f))
1218 #define HDROFF(f) ((toff_t) &(((TIFFHeader*) 0)->f))
H A Dtif_dirread.c655 uint32 space = (uint32)(sizeof (TIFFHeader)

Completed in 106 milliseconds