Searched refs:vsetparent (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_zip.c | 77 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()
|
D | tif_predict.h | 58 TIFFVSetMethod vsetparent; /* super-class method */ member
|
D | tif_predict.c | 764 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()
|
D | tif_fax3.c | 60 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()
|
D | tif_jpeg.c | 177 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()
|
D | tif_luv.c | 169 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()
|
D | tif_pixarlog.c | 469 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()
|
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() 994 tif->tif_tagmethods.vsetfield=sp->vsetparent; in OJPEGCleanup()
|