/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_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_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_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()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_zip.c | 76 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()
|
D | tif_lzma.c | 58 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()
|
D | tif_predict.h | 53 TIFFVGetMethod vgetparent; /* super-class method */ member
|
D | tif_predict.c | 669 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()
|
D | tif_fax3.c | 61 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()
|
D | tif_luv.c | 169 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()
|
D | tif_pixarlog.c | 467 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()
|
D | tif_jpeg.c | 165 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()
|
D | tif_ojpeg.c | 250 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()
|