Home | History | Annotate | Download | only in libtiff

Lines Matching refs:vsetparent

62 	TIFFVSetMethod  vsetparent;      /* super-class method */
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;