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 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()
|
D | tif_predict.h | 54 TIFFVSetMethod vsetparent; /* super-class method */ member
|
D | tif_predict.c | 679 assert(sp->vsetparent != NULL); in PredictorVSetField() 687 return (*sp->vsetparent)(tif, tag, ap); in PredictorVSetField() 753 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFPredictorInit() 779 tif->tif_tagmethods.vsetfield = sp->vsetparent; in TIFFPredictorCleanup()
|
D | tif_fax3.c | 62 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()
|
D | tif_jpeg.c | 174 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()
|
D | tif_luv.c | 170 TIFFVSetMethod vsetparent; /* super-class method */ member 1540 tif->tif_tagmethods.vsetfield = sp->vsetparent; in LogLuvCleanup() 1605 return (*sp->vsetparent)(tif, tag, ap); in LogLuvVSetField() 1679 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitSGILog()
|
D | tif_pixarlog.c | 468 TIFFVSetMethod vsetparent; /* super-class method */ member 1252 tif->tif_tagmethods.vsetfield = sp->vsetparent; in PixarLogCleanup() 1331 result = (*sp->vsetparent)(tif, tag, ap); in PixarLogVSetField() 1410 sp->vsetparent = tif->tif_tagmethods.vsetfield; in TIFFInitPixarLog()
|
D | tif_ojpeg.c | 260 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()
|