Home
last modified time | relevance | path

Searched refs:vgetparent (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_zip.c78 TIFFVGetMethod vgetparent; /* super-class method */ member
340 tif->tif_tagmethods.vgetfield = sp->vgetparent; in ZIPCleanup()
390 return (*sp->vgetparent)(tif, tag, ap); in ZIPVGetField()
432 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitZIP()
Dtif_predict.h55 TIFFVGetMethod vgetparent; /* super-class method */ member
Dtif_predict.c779 assert(sp->vgetparent != NULL); in PredictorVGetField()
786 return (*sp->vgetparent)(tif, tag, ap); in PredictorVGetField()
830 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFPredictorInit()
858 tif->tif_tagmethods.vgetfield = sp->vgetparent; in TIFFPredictorCleanup()
Dtif_fax3.c61 TIFFVGetMethod vgetparent; /* super-class method */ member
1155 tif->tif_tagmethods.vgetfield = sp->b.vgetparent; in Fax3Cleanup()
1265 return (*sp->vgetparent)(tif, tag, ap); in Fax3VGetField()
1362 sp->vgetparent = tif->tif_tagmethods.vgetfield; in InitCCITTFax3()
Dtif_luv.c170 TIFFVSetMethod vgetparent; /* super-class method */ member
1601 tif->tif_tagmethods.vgetfield = sp->vgetparent; in LogLuvCleanup()
1685 return (*sp->vgetparent)(tif, tag, ap); in LogLuvVGetField()
1743 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitSGILog()
Dtif_pixarlog.c470 TIFFVSetMethod vgetparent; /* super-class method */ member
1289 tif->tif_tagmethods.vgetfield = sp->vgetparent; in PixarLogCleanup()
1387 return (*sp->vgetparent)(tif, tag, ap); in PixarLogVGetField()
1446 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitPixarLog()
Dtif_jpeg.c173 TIFFVGetMethod vgetparent; /* super-class method */ member
2101 tif->tif_tagmethods.vgetfield = sp->vgetparent; in JPEGCleanup()
2226 return (*sp->vgetparent)(tif, tag, ap); in JPEGVGetField()
2369 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitJPEG()
Dtif_ojpeg.c260 TIFFVGetMethod vgetparent; member
475 sp->vgetparent=tif->tif_tagmethods.vgetfield; in TIFFInitOJPEG()
528 return (*sp->vgetparent)(tif,tag,ap); in OJPEGVGetField()
956 tif->tif_tagmethods.vgetfield=sp->vgetparent; in OJPEGCleanup()