Home | History | Annotate | Download | only in libtiff

Lines Matching refs:vsetparent

469 	TIFFVSetMethod		vsetparent;	/* super-class method */
1260 tif->tif_tagmethods.vsetfield = sp->vsetparent;
1339 result = (*sp->vsetparent)(tif, tag, ap);
1418 sp->vsetparent = tif->tif_tagmethods.vsetfield;