Searched refs:StopInfo (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/coders/ |
D | gradient.c | 111 StopInfo in ReadGRADIENTImage() 143 stops=(StopInfo *) AcquireQuantumMemory(2,sizeof(*stops)); in ReadGRADIENTImage() 144 if (stops == (StopInfo *) NULL) in ReadGRADIENTImage() 151 stops=(StopInfo *) RelinquishMagickMemory(stops); in ReadGRADIENTImage() 166 stops=(StopInfo *) RelinquishMagickMemory(stops); in ReadGRADIENTImage() 175 stops=(StopInfo *) RelinquishMagickMemory(stops); in ReadGRADIENTImage()
|
/external/ImageMagick/MagickCore/ |
D | draw.h | 144 } StopInfo; typedef 157 StopInfo
|
D | paint.h | 34 GradientImage(Image *,const GradientType,const SpreadMethod,const StopInfo *,
|
D | paint.c | 409 const GradientType type,const SpreadMethod method,const StopInfo *stops, in GradientImage() 431 assert(stops != (const StopInfo *) NULL); in GradientImage() 604 gradient->stops=(StopInfo *) AcquireQuantumMemory(gradient->number_stops, in GradientImage() 606 if (gradient->stops == (StopInfo *) NULL) in GradientImage()
|
D | draw.c | 324 if (draw_info->gradient.stops != (StopInfo *) NULL) in CloneDrawInfo() 330 clone_info->gradient.stops=(StopInfo *) AcquireQuantumMemory((size_t) in CloneDrawInfo() 332 if (clone_info->gradient.stops == (StopInfo *) NULL) in CloneDrawInfo() 857 if (draw_info->gradient.stops != (StopInfo *) NULL) in DestroyDrawInfo() 858 draw_info->gradient.stops=(StopInfo *) RelinquishMagickMemory( in DestroyDrawInfo() 1737 StopInfo in DrawImage() 1766 stops=(StopInfo *) NULL; in DrawImage() 2567 stops=(StopInfo *) AcquireQuantumMemory(2,sizeof(*stops)); in DrawImage() 2569 stops=(StopInfo *) ResizeQuantumMemory(stops,number_stops, in DrawImage() 2571 if (stops == (StopInfo *) NULL) in DrawImage() [all …]
|