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 336 tif->tif_tagmethods.vgetfield = sp->vgetparent; in ZIPCleanup() 386 return (*sp->vgetparent)(tif, tag, ap); in ZIPVGetField() 428 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitZIP()
|
D | tif_predict.h | 53 TIFFVGetMethod vgetparent; /* super-class method */ member
|
D | tif_predict.c | 699 assert(sp->vgetparent != NULL); in PredictorVGetField() 706 return (*sp->vgetparent)(tif, tag, ap); in PredictorVGetField() 750 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFPredictorInit() 778 tif->tif_tagmethods.vgetfield = sp->vgetparent; in TIFFPredictorCleanup()
|
D | tif_fax3.c | 61 TIFFVGetMethod vgetparent; /* super-class method */ member 1112 tif->tif_tagmethods.vgetfield = sp->b.vgetparent; in Fax3Cleanup() 1222 return (*sp->vgetparent)(tif, tag, ap); in Fax3VGetField() 1314 sp->vgetparent = tif->tif_tagmethods.vgetfield; in InitCCITTFax3()
|
D | tif_luv.c | 169 TIFFVSetMethod vgetparent; /* super-class method */ member 1539 tif->tif_tagmethods.vgetfield = sp->vgetparent; in LogLuvCleanup() 1619 return (*sp->vgetparent)(tif, tag, ap); in LogLuvVGetField() 1677 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitSGILog()
|
D | tif_pixarlog.c | 467 TIFFVSetMethod vgetparent; /* super-class method */ member 1251 tif->tif_tagmethods.vgetfield = sp->vgetparent; in PixarLogCleanup() 1349 return (*sp->vgetparent)(tif, tag, ap); in PixarLogVGetField() 1408 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitPixarLog()
|
D | tif_jpeg.c | 173 TIFFVGetMethod vgetparent; /* super-class method */ member 2085 tif->tif_tagmethods.vgetfield = sp->vgetparent; in JPEGCleanup() 2211 return (*sp->vgetparent)(tif, tag, ap); in JPEGVGetField() 2345 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitJPEG()
|
D | tif_ojpeg.c | 259 TIFFVGetMethod vgetparent; member 474 sp->vgetparent=tif->tif_tagmethods.vgetfield; in TIFFInitOJPEG() 527 return (*sp->vgetparent)(tif,tag,ap); in OJPEGVGetField() 948 tif->tif_tagmethods.vgetfield=sp->vgetparent; in OJPEGCleanup()
|