Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_zip.c340 tif->tif_tagmethods.vgetfield = sp->vgetparent; in ZIPCleanup()
432 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitZIP()
433 tif->tif_tagmethods.vgetfield = ZIPVGetField; /* hook for codec tags */ in TIFFInitZIP()
Dtif_predict.c830 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFPredictorInit()
831 tif->tif_tagmethods.vgetfield = in TIFFPredictorInit()
858 tif->tif_tagmethods.vgetfield = sp->vgetparent; in TIFFPredictorCleanup()
Dtif_luv.c1601 tif->tif_tagmethods.vgetfield = sp->vgetparent; in LogLuvCleanup()
1743 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitSGILog()
1744 tif->tif_tagmethods.vgetfield = LogLuvVGetField; /* hook for codec tags */ in TIFFInitSGILog()
Dtif_fax3.c1155 tif->tif_tagmethods.vgetfield = sp->b.vgetparent; in Fax3Cleanup()
1362 sp->vgetparent = tif->tif_tagmethods.vgetfield; in InitCCITTFax3()
1363 tif->tif_tagmethods.vgetfield = Fax3VGetField; /* hook for codec tags */ in InitCCITTFax3()
Dtif_pixarlog.c1289 tif->tif_tagmethods.vgetfield = sp->vgetparent; in PixarLogCleanup()
1446 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitPixarLog()
1447 tif->tif_tagmethods.vgetfield = PixarLogVGetField; /* hook for codec tags */ in TIFFInitPixarLog()
Dtiffio.h337 TIFFVGetMethod vgetfield; /* tag get routine */ member
Dtif_jpeg.c2101 tif->tif_tagmethods.vgetfield = sp->vgetparent; in JPEGCleanup()
2369 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitJPEG()
2370 tif->tif_tagmethods.vgetfield = JPEGVGetField; /* hook for codec tags */ in TIFFInitJPEG()
Dtif_dir.c1234 (*tif->tif_tagmethods.vgetfield)(tif, tag, ap) : 0); in TIFFVGetField()
1381 tif->tif_tagmethods.vgetfield = _TIFFVGetField; in TIFFDefaultDirectory()
Dtif_ojpeg.c475 sp->vgetparent=tif->tif_tagmethods.vgetfield; in TIFFInitOJPEG()
476 tif->tif_tagmethods.vgetfield=OJPEGVGetField; in TIFFInitOJPEG()
956 tif->tif_tagmethods.vgetfield=sp->vgetparent; in OJPEGCleanup()