Searched refs:vgetparent (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_zip.c | 78 TIFFVGetMethod vgetparent; /* super-class method */ member 340 tif->tif_tagmethods.vgetfield = sp->vgetparent; in ZIPCleanup() 390 return (*sp->vgetparent)(tif, tag, ap); in ZIPVGetField() 432 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitZIP()
|
D | tif_predict.h | 55 TIFFVGetMethod vgetparent; /* super-class method */ member
|
D | tif_predict.c | 779 assert(sp->vgetparent != NULL); in PredictorVGetField() 786 return (*sp->vgetparent)(tif, tag, ap); in PredictorVGetField() 830 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFPredictorInit() 858 tif->tif_tagmethods.vgetfield = sp->vgetparent; in TIFFPredictorCleanup()
|
D | tif_fax3.c | 61 TIFFVGetMethod vgetparent; /* super-class method */ member 1155 tif->tif_tagmethods.vgetfield = sp->b.vgetparent; in Fax3Cleanup() 1265 return (*sp->vgetparent)(tif, tag, ap); in Fax3VGetField() 1362 sp->vgetparent = tif->tif_tagmethods.vgetfield; in InitCCITTFax3()
|
D | tif_luv.c | 170 TIFFVSetMethod vgetparent; /* super-class method */ member 1601 tif->tif_tagmethods.vgetfield = sp->vgetparent; in LogLuvCleanup() 1685 return (*sp->vgetparent)(tif, tag, ap); in LogLuvVGetField() 1743 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitSGILog()
|
D | tif_pixarlog.c | 470 TIFFVSetMethod vgetparent; /* super-class method */ member 1289 tif->tif_tagmethods.vgetfield = sp->vgetparent; in PixarLogCleanup() 1387 return (*sp->vgetparent)(tif, tag, ap); in PixarLogVGetField() 1446 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitPixarLog()
|
D | tif_jpeg.c | 173 TIFFVGetMethod vgetparent; /* super-class method */ member 2101 tif->tif_tagmethods.vgetfield = sp->vgetparent; in JPEGCleanup() 2226 return (*sp->vgetparent)(tif, tag, ap); in JPEGVGetField() 2369 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitJPEG()
|
D | tif_ojpeg.c | 260 TIFFVGetMethod vgetparent; member 475 sp->vgetparent=tif->tif_tagmethods.vgetfield; in TIFFInitOJPEG() 528 return (*sp->vgetparent)(tif,tag,ap); in OJPEGVGetField() 956 tif->tif_tagmethods.vgetfield=sp->vgetparent; in OJPEGCleanup()
|