Searched refs:StopInfo (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/coders/ |
D | gradient.c | 182 StopInfo in ReadGRADIENTImage() 214 stops=(StopInfo *) AcquireQuantumMemory(2,sizeof(*stops)); in ReadGRADIENTImage() 215 if (stops == (StopInfo *) NULL) in ReadGRADIENTImage() 223 stops=(StopInfo *) RelinquishMagickMemory(stops); in ReadGRADIENTImage() 239 stops=(StopInfo *) RelinquishMagickMemory(stops); in ReadGRADIENTImage() 248 stops=(StopInfo *) RelinquishMagickMemory(stops); in ReadGRADIENTImage()
|
/external/ImageMagick/MagickCore/ |
D | draw.h | 145 } StopInfo; typedef 158 StopInfo
|
D | paint.h | 34 GradientImage(Image *,const GradientType,const SpreadMethod,const StopInfo *,
|
D | paint.c | 405 const GradientType type,const SpreadMethod method,const StopInfo *stops, in GradientImage() 427 assert(stops != (const StopInfo *) NULL); in GradientImage() 603 gradient->stops=(StopInfo *) AcquireQuantumMemory(gradient->number_stops, in GradientImage() 605 if (gradient->stops == (StopInfo *) NULL) in GradientImage()
|
D | draw.c | 351 if (draw_info->gradient.stops != (StopInfo *) NULL) in CloneDrawInfo() 357 clone_info->gradient.stops=(StopInfo *) AcquireQuantumMemory((size_t) in CloneDrawInfo() 359 if (clone_info->gradient.stops == (StopInfo *) NULL) in CloneDrawInfo() 912 if (draw_info->gradient.stops != (StopInfo *) NULL) in DestroyDrawInfo() 913 draw_info->gradient.stops=(StopInfo *) RelinquishMagickMemory( in DestroyDrawInfo() 1962 StopInfo in StopInfoCompare() 1966 stop_1=(StopInfo *) x; in StopInfoCompare() 1967 stop_2=(StopInfo *) y; in StopInfoCompare() 2014 qsort(gradient->stops,gradient->number_stops,sizeof(StopInfo), in DrawGradientImage() 2465 StopInfo in RenderMVGContent() [all …]
|