Searched refs:stop_color (Results 1 – 7 of 7) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | color-private.h | 41 stop_color[MagickPathExtent] = "black"; in GetColorRange() local 60 (void) CopyMagickString(stop_color,p+1,MagickPathExtent); in GetColorRange() 66 return(QueryColorCompliance(stop_color,AllCompliance,stop,exception)); in GetColorRange()
|
D | threshold.c | 1220 const PixelInfo *start_color,const PixelInfo *stop_color, in ColorThresholdImage() argument 1266 stop=(*stop_color); in ColorThresholdImage() 1273 ConvertRGBToHCL(stop_color->red,stop_color->green,stop_color->blue, in ColorThresholdImage() 1281 ConvertRGBToHSB(stop_color->red,stop_color->green,stop_color->blue, in ColorThresholdImage() 1289 ConvertRGBToHSL(stop_color->red,stop_color->green,stop_color->blue, in ColorThresholdImage() 1297 ConvertRGBToHSV(stop_color->red,stop_color->green,stop_color->blue, in ColorThresholdImage() 1305 ConvertRGBToHWB(stop_color->red,stop_color->green,stop_color->blue, in ColorThresholdImage() 1313 ConvertRGBToLab(stop_color->red,stop_color->green,stop_color->blue, in ColorThresholdImage()
|
D | draw.c | 3593 stop_color; in RenderMVGContent() local 3610 status&=QueryColorCompliance(token,AllCompliance,&stop_color, in RenderMVGContent() 3612 stops[number_stops-1].color=stop_color; in RenderMVGContent()
|
/external/ImageMagick/coders/ |
D | gradient.c | 171 stop_color[MagickPathExtent]; in ReadGRADIENTImage() local 196 (void) CopyMagickString(stop_color,"black",MagickPathExtent); in ReadGRADIENTImage() 212 (void) CopyMagickString(stop_color,p+1,MagickPathExtent); in ReadGRADIENTImage() 236 status=QueryColorCompliance(stop_color,AllCompliance,&stops[1].color, in ReadGRADIENTImage()
|
D | svg.c | 180 *stop_color, member 1318 (void) CloneString(&svg_info->stop_color,value); in SVGProcessStyleElement() 1500 if (svg_info->stop_color != (char *) NULL) in SVGEndDocument() 1501 svg_info->stop_color=DestroyString(svg_info->stop_color); in SVGEndDocument() 2426 (void) CloneString(&svg_info->stop_color,value); in SVGStartElement() 3067 svg_info->stop_color,svg_info->offset == (char *) NULL ? "100%" : in SVGEndElement()
|
/external/ImageMagick/MagickWand/ |
D | magick-image.c | 1876 const PixelWand *start_color,const PixelWand *stop_color) in MagickColorThresholdImage() argument 1889 PixelGetMagickColor(stop_color,&stop); in MagickColorThresholdImage()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 11583 stop_color; local 11587 (void) QueryColorCompliance("white",AllCompliance,&stop_color, 11594 AllCompliance,&stop_color,exception); 11596 (void) ColorThresholdImage(image,&start_color,&stop_color,exception);
|