Searched refs:vsetparent (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_zip.c | 79 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()
|
D | tif_predict.h | 56 TIFFVSetMethod vsetparent; /* super-class method */ member
|
D | tif_predict.c | 759 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()
|
D | tif_fax3.c | 62 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()
|
D | tif_jpeg.c | 174 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()
|
D | tif_luv.c | 171 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()
|
D | tif_pixarlog.c | 471 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()
|
D | tif_ojpeg.c | 261 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()
|