Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_zip.c76 TIFFVGetMethod vgetparent; /* super-class method */ member
320 tif->tif_tagmethods.vgetfield = sp->vgetparent; in ZIPCleanup()
370 return (*sp->vgetparent)(tif, tag, ap); in ZIPVGetField()
412 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitZIP()
Dtif_predict.h57 TIFFVGetMethod vgetparent; /* super-class method */ member
Dtif_predict.c784 assert(sp->vgetparent != NULL); in PredictorVGetField()
791 return (*sp->vgetparent)(tif, tag, ap); in PredictorVGetField()
835 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFPredictorInit()
863 tif->tif_tagmethods.vgetfield = sp->vgetparent; in TIFFPredictorCleanup()
Dtif_luv.c168 TIFFVSetMethod vgetparent; /* super-class method */ member
1602 tif->tif_tagmethods.vgetfield = sp->vgetparent; in LogLuvCleanup()
1686 return (*sp->vgetparent)(tif, tag, ap); in LogLuvVGetField()
1744 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitSGILog()
Dtif_fax3.c59 TIFFVGetMethod vgetparent; /* super-class method */ member
1157 tif->tif_tagmethods.vgetfield = sp->b.vgetparent; in Fax3Cleanup()
1267 return (*sp->vgetparent)(tif, tag, ap); in Fax3VGetField()
1364 sp->vgetparent = tif->tif_tagmethods.vgetfield; in InitCCITTFax3()
Dtif_pixarlog.c468 TIFFVSetMethod vgetparent; /* super-class method */ member
1286 tif->tif_tagmethods.vgetfield = sp->vgetparent; in PixarLogCleanup()
1384 return (*sp->vgetparent)(tif, tag, ap); in PixarLogVGetField()
1443 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitPixarLog()
Dtif_jpeg.c176 TIFFVGetMethod vgetparent; /* super-class method */ member
2242 tif->tif_tagmethods.vgetfield = sp->vgetparent; in JPEGCleanup()
2367 return (*sp->vgetparent)(tif, tag, ap); in JPEGVGetField()
2520 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()
993 tif->tif_tagmethods.vgetfield=sp->vgetparent; in OJPEGCleanup()