Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 636 of file tif_predict.c.
Referenced by TIFFPredictorInit().
{ TIFFPredictorState *sp = PredictorState(tif); assert(sp != NULL); assert(sp->vgetparent != NULL); switch (tag) { case TIFFTAG_PREDICTOR: *va_arg(ap, uint16*) = sp->predictor; break; default: return (*sp->vgetparent)(tif, tag, ap); } return 1; }