Searched refs:vsetparent (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_predict.h54 TIFFVSetMethod vsetparent; /* super-class method */ member in struct:__anon16771
H A Dtif_zip.c79 TIFFVSetMethod vsetparent; /* super-class method */ member in struct:__anon16772
337 tif->tif_tagmethods.vsetfield = sp->vsetparent;
371 return (*sp->vsetparent)(tif, tag, ap);
430 sp->vsetparent = tif->tif_tagmethods.vsetfield;
H A Dtif_predict.c682 assert(sp->vsetparent != NULL);
690 return (*sp->vsetparent)(tif, tag, ap);
756 sp->vsetparent = tif->tif_tagmethods.vsetfield;
782 tif->tif_tagmethods.vsetfield = sp->vsetparent;
H A Dtif_fax3.c62 TIFFVSetMethod vsetparent; /* super-class method */ member in struct:__anon16755
1113 tif->tif_tagmethods.vsetfield = sp->b.vsetparent;
1153 assert(sp->vsetparent != 0);
1182 return (*sp->vsetparent)(tif, tag, ap);
1316 sp->vsetparent = tif->tif_tagmethods.vsetfield;
H A Dtif_jpeg.c174 TIFFVSetMethod vsetparent; /* super-class method */ member in struct:__anon16759
2086 tif->tif_tagmethods.vsetfield = sp->vsetparent;
2163 int ret_value = (*sp->vsetparent)(tif, tag, ap);
2174 return (*sp->vsetparent)(tif, tag, ap);
2176 return (*sp->vsetparent)(tif, tag, ap);
2347 sp->vsetparent = tif->tif_tagmethods.vsetfield;
H A Dtif_luv.c170 TIFFVSetMethod vsetparent; /* super-class method */ member in struct:logLuvState
1573 tif->tif_tagmethods.vsetfield = sp->vsetparent;
1638 return (*sp->vsetparent)(tif, tag, ap);
1712 sp->vsetparent = tif->tif_tagmethods.vsetfield;
H A Dtif_pixarlog.c469 TIFFVSetMethod vsetparent; /* super-class method */ member in struct:__anon16770
1260 tif->tif_tagmethods.vsetfield = sp->vsetparent;
1339 result = (*sp->vsetparent)(tif, tag, ap);
1418 sp->vsetparent = tif->tif_tagmethods.vsetfield;
H A Dtif_ojpeg.c260 TIFFVSetMethod vsetparent; member in struct:__anon16766
476 sp->vsetparent=tif->tif_tagmethods.vsetfield;
609 return (*sp->vsetparent)(tif,tag,ap);
949 tif->tif_tagmethods.vsetfield=sp->vsetparent;

Completed in 102 milliseconds