Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:StopInfo

408   const GradientType type,const SpreadMethod method,const StopInfo *stops,
430 assert(stops != (const StopInfo *) NULL);
606 gradient->stops=(StopInfo *) AcquireQuantumMemory(gradient->number_stops,
608 if (gradient->stops == (StopInfo *) NULL)