Home
last modified time | relevance | path

Searched refs:vgetparent (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_zip.c78 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()
Dtif_predict.h53 TIFFVGetMethod vgetparent; /* super-class method */ member
Dtif_predict.c699 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()
Dtif_fax3.c61 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()
Dtif_pixarlog.c467 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()
Dtif_luv.c169 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()
Dtif_jpeg.c173 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()
Dtif_ojpeg.c259 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()
/external/opencv3/3rdparty/libtiff/
Dtif_zip.c76 TIFFVGetMethod vgetparent; /* super-class method */ member
333 tif->tif_tagmethods.vgetfield = sp->vgetparent; in ZIPCleanup()
383 return (*sp->vgetparent)(tif, tag, ap); in ZIPVGetField()
425 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitZIP()
Dtif_lzma.c58 TIFFVGetMethod vgetparent; /* super-class method */ member
349 tif->tif_tagmethods.vgetfield = sp->vgetparent; in LZMACleanup()
399 return (*sp->vgetparent)(tif, tag, ap); in LZMAVGetField()
439 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitLZMA()
Dtif_predict.h53 TIFFVGetMethod vgetparent; /* super-class method */ member
Dtif_predict.c669 assert(sp->vgetparent != NULL); in PredictorVGetField()
676 return (*sp->vgetparent)(tif, tag, ap); in PredictorVGetField()
720 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFPredictorInit()
748 tif->tif_tagmethods.vgetfield = sp->vgetparent; in TIFFPredictorCleanup()
Dtif_fax3.c61 TIFFVGetMethod vgetparent; /* super-class method */ member
1111 tif->tif_tagmethods.vgetfield = sp->b.vgetparent; in Fax3Cleanup()
1221 return (*sp->vgetparent)(tif, tag, ap); in Fax3VGetField()
1313 sp->vgetparent = tif->tif_tagmethods.vgetfield; in InitCCITTFax3()
Dtif_luv.c169 TIFFVSetMethod vgetparent; /* super-class method */ member
1525 tif->tif_tagmethods.vgetfield = sp->vgetparent; in LogLuvCleanup()
1605 return (*sp->vgetparent)(tif, tag, ap); in LogLuvVGetField()
1663 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitSGILog()
Dtif_pixarlog.c467 TIFFVSetMethod vgetparent; /* super-class method */ member
1235 tif->tif_tagmethods.vgetfield = sp->vgetparent; in PixarLogCleanup()
1333 return (*sp->vgetparent)(tif, tag, ap); in PixarLogVGetField()
1392 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitPixarLog()
Dtif_jpeg.c165 TIFFVGetMethod vgetparent; /* super-class method */ member
1963 tif->tif_tagmethods.vgetfield = sp->vgetparent; in JPEGCleanup()
2092 return (*sp->vgetparent)(tif, tag, ap); in JPEGVGetField()
2226 sp->vgetparent = tif->tif_tagmethods.vgetfield; in TIFFInitJPEG()
Dtif_ojpeg.c250 TIFFVGetMethod vgetparent; member
465 sp->vgetparent=tif->tif_tagmethods.vgetfield; in TIFFInitOJPEG()
518 return (*sp->vgetparent)(tif,tag,ap); in OJPEGVGetField()
934 tif->tif_tagmethods.vgetfield=sp->vgetparent; in OJPEGCleanup()