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
336 tif->tif_tagmethods.vgetfield = sp->vgetparent; in ZIPCleanup()
386 return (*sp->vgetparent)(tif, tag, ap); in ZIPVGetField()
428 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitZIP()
Dtif_predict.h53 TIFFVGetMethod vgetparent; /* super-class method */ member
Dtif_predict.c702 assert(sp->vgetparent != NULL); in PredictorVGetField()
709 return (*sp->vgetparent)(tif, tag, ap); in PredictorVGetField()
753 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFPredictorInit()
781 tif->tif_tagmethods.vgetfield = sp->vgetparent; in TIFFPredictorCleanup()
Dtif_fax3.c61 TIFFVGetMethod vgetparent; /* super-class method */ member
1112 tif->tif_tagmethods.vgetfield = sp->b.vgetparent; in Fax3Cleanup()
1222 return (*sp->vgetparent)(tif, tag, ap); in Fax3VGetField()
1314 sp->vgetparent = tif->tif_tagmethods.vgetfield; in InitCCITTFax3()
Dtif_luv.c169 TIFFVSetMethod vgetparent; /* super-class method */ member
1572 tif->tif_tagmethods.vgetfield = sp->vgetparent; in LogLuvCleanup()
1652 return (*sp->vgetparent)(tif, tag, ap); in LogLuvVGetField()
1710 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitSGILog()
Dtif_pixarlog.c468 TIFFVSetMethod vgetparent; /* super-class method */ member
1259 tif->tif_tagmethods.vgetfield = sp->vgetparent; in PixarLogCleanup()
1357 return (*sp->vgetparent)(tif, tag, ap); in PixarLogVGetField()
1416 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitPixarLog()
Dtif_jpeg.c173 TIFFVGetMethod vgetparent; /* super-class method */ member
2085 tif->tif_tagmethods.vgetfield = sp->vgetparent; in JPEGCleanup()
2211 return (*sp->vgetparent)(tif, tag, ap); in JPEGVGetField()
2345 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitJPEG()
Dtif_ojpeg.c259 TIFFVGetMethod vgetparent; member
474 sp->vgetparent=tif->tif_tagmethods.vgetfield; in TIFFInitOJPEG()
527 return (*sp->vgetparent)(tif,tag,ap); in OJPEGVGetField()
948 tif->tif_tagmethods.vgetfield=sp->vgetparent; in OJPEGCleanup()