Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_zip.c77 TIFFVSetMethod vsetparent; /* super-class method */ member
321 tif->tif_tagmethods.vsetfield = sp->vsetparent; in ZIPCleanup()
355 return (*sp->vsetparent)(tif, tag, ap); in ZIPVSetField()
414 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitZIP()
Dtif_predict.h58 TIFFVSetMethod vsetparent; /* super-class method */ member
Dtif_predict.c764 assert(sp->vsetparent != NULL); in PredictorVSetField()
772 return (*sp->vsetparent)(tif, tag, ap); in PredictorVSetField()
838 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFPredictorInit()
864 tif->tif_tagmethods.vsetfield = sp->vsetparent; in TIFFPredictorCleanup()
Dtif_fax3.c60 TIFFVSetMethod vsetparent; /* super-class method */ member
1158 tif->tif_tagmethods.vsetfield = sp->b.vsetparent; in Fax3Cleanup()
1198 assert(sp->vsetparent != 0); in Fax3VSetField()
1227 return (*sp->vsetparent)(tif, tag, ap); in Fax3VSetField()
1366 sp->vsetparent = tif->tif_tagmethods.vsetfield; in InitCCITTFax3()
Dtif_jpeg.c177 TIFFVSetMethod vsetparent; /* super-class method */ member
2243 tif->tif_tagmethods.vsetfield = sp->vsetparent; in JPEGCleanup()
2319 int ret_value = (*sp->vsetparent)(tif, tag, ap); in JPEGVSetField()
2330 return (*sp->vsetparent)(tif, tag, ap); in JPEGVSetField()
2332 return (*sp->vsetparent)(tif, tag, ap); in JPEGVSetField()
2522 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitJPEG()
Dtif_luv.c169 TIFFVSetMethod vsetparent; /* super-class method */ member
1603 tif->tif_tagmethods.vsetfield = sp->vsetparent; in LogLuvCleanup()
1672 return (*sp->vsetparent)(tif, tag, ap); in LogLuvVSetField()
1746 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitSGILog()
Dtif_pixarlog.c469 TIFFVSetMethod vsetparent; /* super-class method */ member
1287 tif->tif_tagmethods.vsetfield = sp->vsetparent; in PixarLogCleanup()
1366 result = (*sp->vsetparent)(tif, tag, ap); in PixarLogVSetField()
1445 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()
994 tif->tif_tagmethods.vsetfield=sp->vsetparent; in OJPEGCleanup()