Home
last modified time | relevance | path

Searched refs:vgetfield (Results 1 – 13 of 13) sorted by relevance

/libtiff-4.0.7/contrib/tags/
H A Dxtif_dir.c176 return (PARENT(xt,vgetfield))(tif,tag,ap); in _XTIFFVGetField()
229 PARENT(xt,vgetfield) = TIFFMEMBER(tif,vgetfield); in _XTIFFLocalDefaultDirectory()
230 TIFFMEMBER(tif,vgetfield) = _XTIFFVGetField; in _XTIFFLocalDefaultDirectory()
H A DREADME57 the TIFF file's "vsetfield" and "vgetfield" methods, so that you
/libtiff-4.0.7/libtiff/
H A Dtif_zip.c336 tif->tif_tagmethods.vgetfield = sp->vgetparent; in ZIPCleanup()
428 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitZIP()
429 tif->tif_tagmethods.vgetfield = ZIPVGetField; /* hook for codec tags */ in TIFFInitZIP()
H A Dtif_lzma.c349 tif->tif_tagmethods.vgetfield = sp->vgetparent; in LZMACleanup()
439 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitLZMA()
440 tif->tif_tagmethods.vgetfield = LZMAVGetField; /* hook for codec tags */ in TIFFInitLZMA()
H A Dtif_jpeg_12.c28 tif->tif_tagmethods.vgetfield = JPEGVGetField; /* hook for codec tags */ in TIFFReInitJPEG_12()
H A Dtif_predict.c826 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFPredictorInit()
827 tif->tif_tagmethods.vgetfield = in TIFFPredictorInit()
854 tif->tif_tagmethods.vgetfield = sp->vgetparent; in TIFFPredictorCleanup()
H A Dtif_fax3.c1125 tif->tif_tagmethods.vgetfield = sp->b.vgetparent; in Fax3Cleanup()
1331 sp->vgetparent = tif->tif_tagmethods.vgetfield; in InitCCITTFax3()
1332 tif->tif_tagmethods.vgetfield = Fax3VGetField; /* hook for codec tags */ in InitCCITTFax3()
H A Dtif_luv.c1588 tif->tif_tagmethods.vgetfield = sp->vgetparent; in LogLuvCleanup()
1730 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitSGILog()
1731 tif->tif_tagmethods.vgetfield = LogLuvVGetField; /* hook for codec tags */ in TIFFInitSGILog()
H A Dtif_pixarlog.c1259 tif->tif_tagmethods.vgetfield = sp->vgetparent; in PixarLogCleanup()
1416 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitPixarLog()
1417 tif->tif_tagmethods.vgetfield = PixarLogVGetField; /* hook for codec tags */ in TIFFInitPixarLog()
H A Dtiffio.h335 TIFFVGetMethod vgetfield; /* tag get routine */ member
H A Dtif_jpeg.c2077 tif->tif_tagmethods.vgetfield = sp->vgetparent; in JPEGCleanup()
2336 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitJPEG()
2337 tif->tif_tagmethods.vgetfield = JPEGVGetField; /* hook for codec tags */ in TIFFInitJPEG()
H A Dtif_dir.c1198 (*tif->tif_tagmethods.vgetfield)(tif, tag, ap) : 0); in TIFFVGetField()
1345 tif->tif_tagmethods.vgetfield = _TIFFVGetField; in TIFFDefaultDirectory()
H A Dtif_ojpeg.c465 sp->vgetparent=tif->tif_tagmethods.vgetfield; in TIFFInitOJPEG()
466 tif->tif_tagmethods.vgetfield=OJPEGVGetField; in TIFFInitOJPEG()
939 tif->tif_tagmethods.vgetfield=sp->vgetparent; in OJPEGCleanup()