Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_zip.c79 TIFFVSetMethod vsetparent; /* super-class method */ member
337 tif->tif_tagmethods.vsetfield = sp->vsetparent; in ZIPCleanup()
371 return (*sp->vsetparent)(tif, tag, ap); in ZIPVSetField()
430 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitZIP()
Dtif_predict.h54 TIFFVSetMethod vsetparent; /* super-class method */ member
Dtif_predict.c682 assert(sp->vsetparent != NULL); in PredictorVSetField()
690 return (*sp->vsetparent)(tif, tag, ap); in PredictorVSetField()
756 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFPredictorInit()
782 tif->tif_tagmethods.vsetfield = sp->vsetparent; in TIFFPredictorCleanup()
Dtif_fax3.c62 TIFFVSetMethod vsetparent; /* super-class method */ member
1113 tif->tif_tagmethods.vsetfield = sp->b.vsetparent; in Fax3Cleanup()
1153 assert(sp->vsetparent != 0); in Fax3VSetField()
1182 return (*sp->vsetparent)(tif, tag, ap); in Fax3VSetField()
1316 sp->vsetparent = tif->tif_tagmethods.vsetfield; in InitCCITTFax3()
Dtif_jpeg.c174 TIFFVSetMethod vsetparent; /* super-class method */ member
2086 tif->tif_tagmethods.vsetfield = sp->vsetparent; in JPEGCleanup()
2163 int ret_value = (*sp->vsetparent)(tif, tag, ap); in JPEGVSetField()
2174 return (*sp->vsetparent)(tif, tag, ap); in JPEGVSetField()
2176 return (*sp->vsetparent)(tif, tag, ap); in JPEGVSetField()
2347 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitJPEG()
Dtif_luv.c170 TIFFVSetMethod vsetparent; /* super-class method */ member
1573 tif->tif_tagmethods.vsetfield = sp->vsetparent; in LogLuvCleanup()
1638 return (*sp->vsetparent)(tif, tag, ap); in LogLuvVSetField()
1712 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitSGILog()
Dtif_pixarlog.c469 TIFFVSetMethod vsetparent; /* super-class method */ member
1260 tif->tif_tagmethods.vsetfield = sp->vsetparent; in PixarLogCleanup()
1339 result = (*sp->vsetparent)(tif, tag, ap); in PixarLogVSetField()
1418 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitPixarLog()
Dtif_ojpeg.c260 TIFFVSetMethod vsetparent; member
476 sp->vsetparent=tif->tif_tagmethods.vsetfield; in TIFFInitOJPEG()
609 return (*sp->vsetparent)(tif,tag,ap); in OJPEGVSetField()
949 tif->tif_tagmethods.vsetfield=sp->vsetparent; in OJPEGCleanup()