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
341 tif->tif_tagmethods.vsetfield = sp->vsetparent; in ZIPCleanup()
375 return (*sp->vsetparent)(tif, tag, ap); in ZIPVSetField()
434 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitZIP()
Dtif_predict.h56 TIFFVSetMethod vsetparent; /* super-class method */ member
Dtif_predict.c759 assert(sp->vsetparent != NULL); in PredictorVSetField()
767 return (*sp->vsetparent)(tif, tag, ap); in PredictorVSetField()
833 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFPredictorInit()
859 tif->tif_tagmethods.vsetfield = sp->vsetparent; in TIFFPredictorCleanup()
Dtif_fax3.c62 TIFFVSetMethod vsetparent; /* super-class method */ member
1156 tif->tif_tagmethods.vsetfield = sp->b.vsetparent; in Fax3Cleanup()
1196 assert(sp->vsetparent != 0); in Fax3VSetField()
1225 return (*sp->vsetparent)(tif, tag, ap); in Fax3VSetField()
1364 sp->vsetparent = tif->tif_tagmethods.vsetfield; in InitCCITTFax3()
Dtif_jpeg.c174 TIFFVSetMethod vsetparent; /* super-class method */ member
2102 tif->tif_tagmethods.vsetfield = sp->vsetparent; in JPEGCleanup()
2178 int ret_value = (*sp->vsetparent)(tif, tag, ap); in JPEGVSetField()
2189 return (*sp->vsetparent)(tif, tag, ap); in JPEGVSetField()
2191 return (*sp->vsetparent)(tif, tag, ap); in JPEGVSetField()
2371 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitJPEG()
Dtif_luv.c171 TIFFVSetMethod vsetparent; /* super-class method */ member
1602 tif->tif_tagmethods.vsetfield = sp->vsetparent; in LogLuvCleanup()
1671 return (*sp->vsetparent)(tif, tag, ap); in LogLuvVSetField()
1745 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitSGILog()
Dtif_pixarlog.c471 TIFFVSetMethod vsetparent; /* super-class method */ member
1290 tif->tif_tagmethods.vsetfield = sp->vsetparent; in PixarLogCleanup()
1369 result = (*sp->vsetparent)(tif, tag, ap); in PixarLogVSetField()
1448 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitPixarLog()
Dtif_ojpeg.c261 TIFFVSetMethod vsetparent; member
477 sp->vsetparent=tif->tif_tagmethods.vsetfield; in TIFFInitOJPEG()
610 return (*sp->vsetparent)(tif,tag,ap); in OJPEGVSetField()
957 tif->tif_tagmethods.vsetfield=sp->vsetparent; in OJPEGCleanup()