Home | History | Annotate | Download | only in libtiff

Lines Matching refs:vsetparent

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