Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:StopInfo

412   const GradientType type,const SpreadMethod method,const StopInfo *stops,
434 assert(stops != (const StopInfo *) NULL);
607 gradient->stops=(StopInfo *) AcquireQuantumMemory(gradient->number_stops,
609 if (gradient->stops == (StopInfo *) NULL)