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

/external/pdfium/third_party/libtiff/
H A Dtif_predict.h55 TIFFVGetMethod vgetparent; /* super-class method */ member in struct:__anon18178
H A Dtif_zip.c78 TIFFVGetMethod vgetparent; /* super-class method */ member in struct:__anon18179
340 tif->tif_tagmethods.vgetfield = sp->vgetparent;
390 return (*sp->vgetparent)(tif, tag, ap);
432 sp->vgetparent = tif->tif_tagmethods.vgetfield;
H A Dtif_pixarlog.c470 TIFFVSetMethod vgetparent; /* super-class method */ member in struct:__anon18177
1289 tif->tif_tagmethods.vgetfield = sp->vgetparent;
1387 return (*sp->vgetparent)(tif, tag, ap);
1446 sp->vgetparent = tif->tif_tagmethods.vgetfield;
H A Dtif_fax3.c61 TIFFVGetMethod vgetparent; /* super-class method */ member in struct:__anon18162
1155 tif->tif_tagmethods.vgetfield = sp->b.vgetparent;
1265 return (*sp->vgetparent)(tif, tag, ap);
1362 sp->vgetparent = tif->tif_tagmethods.vgetfield;
H A Dtif_luv.c170 TIFFVSetMethod vgetparent; /* super-class method */ member in struct:logLuvState
1601 tif->tif_tagmethods.vgetfield = sp->vgetparent;
1685 return (*sp->vgetparent)(tif, tag, ap);
1743 sp->vgetparent = tif->tif_tagmethods.vgetfield;
H A Dtif_jpeg.c173 TIFFVGetMethod vgetparent; /* super-class method */ member in struct:__anon18166
2101 tif->tif_tagmethods.vgetfield = sp->vgetparent;
2226 return (*sp->vgetparent)(tif, tag, ap);
2369 sp->vgetparent = tif->tif_tagmethods.vgetfield;
H A Dtif_ojpeg.c260 TIFFVGetMethod vgetparent; member in struct:__anon18173
475 sp->vgetparent=tif->tif_tagmethods.vgetfield;
528 return (*sp->vgetparent)(tif,tag,ap);
956 tif->tif_tagmethods.vgetfield=sp->vgetparent;

Completed in 1813 milliseconds