Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_zip.c320 tif->tif_tagmethods.vgetfield = sp->vgetparent; in ZIPCleanup()
412 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitZIP()
413 tif->tif_tagmethods.vgetfield = ZIPVGetField; /* hook for codec tags */ in TIFFInitZIP()
Dtif_predict.c835 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFPredictorInit()
836 tif->tif_tagmethods.vgetfield = in TIFFPredictorInit()
863 tif->tif_tagmethods.vgetfield = sp->vgetparent; in TIFFPredictorCleanup()
Dtif_fax3.c1157 tif->tif_tagmethods.vgetfield = sp->b.vgetparent; in Fax3Cleanup()
1364 sp->vgetparent = tif->tif_tagmethods.vgetfield; in InitCCITTFax3()
1365 tif->tif_tagmethods.vgetfield = Fax3VGetField; /* hook for codec tags */ in InitCCITTFax3()
Dtif_luv.c1602 tif->tif_tagmethods.vgetfield = sp->vgetparent; in LogLuvCleanup()
1744 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitSGILog()
1745 tif->tif_tagmethods.vgetfield = LogLuvVGetField; /* hook for codec tags */ in TIFFInitSGILog()
Dtif_pixarlog.c1286 tif->tif_tagmethods.vgetfield = sp->vgetparent; in PixarLogCleanup()
1443 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitPixarLog()
1444 tif->tif_tagmethods.vgetfield = PixarLogVGetField; /* hook for codec tags */ in TIFFInitPixarLog()
Dtiffio.h334 TIFFVGetMethod vgetfield; /* tag get routine */ member
Dtif_jpeg.c2242 tif->tif_tagmethods.vgetfield = sp->vgetparent; in JPEGCleanup()
2520 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitJPEG()
2521 tif->tif_tagmethods.vgetfield = JPEGVGetField; /* hook for codec tags */ in TIFFInitJPEG()
Dtif_dir.c1253 (*tif->tif_tagmethods.vgetfield)(tif, tag, ap) : 0); in TIFFVGetField()
1401 tif->tif_tagmethods.vgetfield = _TIFFVGetField; in TIFFDefaultDirectory()
Dtif_ojpeg.c474 sp->vgetparent=tif->tif_tagmethods.vgetfield; in TIFFInitOJPEG()
475 tif->tif_tagmethods.vgetfield=OJPEGVGetField; in TIFFInitOJPEG()
993 tif->tif_tagmethods.vgetfield=sp->vgetparent; in OJPEGCleanup()