Home | History | Annotate | Download | only in libtiff

Lines Matching refs:vsetparent

170 	TIFFVSetMethod          vsetparent;     /* super-class method */
1573 tif->tif_tagmethods.vsetfield = sp->vsetparent;
1638 return (*sp->vsetparent)(tif, tag, ap);
1712 sp->vsetparent = tif->tif_tagmethods.vsetfield;