Searched defs:vgetparent (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_predict.h53 TIFFVGetMethod vgetparent; /* super-class method */ member in struct:__anon16771
H A Dtif_zip.c78 TIFFVGetMethod vgetparent; /* super-class method */ member in struct:__anon16772
336 tif->tif_tagmethods.vgetfield = sp->vgetparent;
386 return (*sp->vgetparent)(tif, tag, ap);
428 sp->vgetparent = tif->tif_tagmethods.vgetfield;
H A Dtif_pixarlog.c468 TIFFVSetMethod vgetparent; /* super-class method */ member in struct:__anon16770
1259 tif->tif_tagmethods.vgetfield = sp->vgetparent;
1357 return (*sp->vgetparent)(tif, tag, ap);
1416 sp->vgetparent = tif->tif_tagmethods.vgetfield;
H A Dtif_fax3.c61 TIFFVGetMethod vgetparent; /* super-class method */ member in struct:__anon16755
1112 tif->tif_tagmethods.vgetfield = sp->b.vgetparent;
1222 return (*sp->vgetparent)(tif, tag, ap);
1314 sp->vgetparent = tif->tif_tagmethods.vgetfield;
H A Dtif_luv.c169 TIFFVSetMethod vgetparent; /* super-class method */ member in struct:logLuvState
1572 tif->tif_tagmethods.vgetfield = sp->vgetparent;
1652 return (*sp->vgetparent)(tif, tag, ap);
1710 sp->vgetparent = tif->tif_tagmethods.vgetfield;
H A Dtif_jpeg.c173 TIFFVGetMethod vgetparent; /* super-class method */ member in struct:__anon16759
2085 tif->tif_tagmethods.vgetfield = sp->vgetparent;
2211 return (*sp->vgetparent)(tif, tag, ap);
2345 sp->vgetparent = tif->tif_tagmethods.vgetfield;
H A Dtif_ojpeg.c259 TIFFVGetMethod vgetparent; member in struct:__anon16766
474 sp->vgetparent=tif->tif_tagmethods.vgetfield;
527 return (*sp->vgetparent)(tif,tag,ap);
948 tif->tif_tagmethods.vgetfield=sp->vgetparent;

Completed in 116 milliseconds