Home
last modified time | relevance | path

Searched refs:stop_color (Results 1 – 7 of 7) sorted by relevance

/external/ImageMagick/MagickCore/
Dcolor-private.h41 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()
Dthreshold.c1220 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()
Ddraw.c3593 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/
Dgradient.c171 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()
Dsvg.c180 *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/
Dmagick-image.c1876 const PixelWand *start_color,const PixelWand *stop_color) in MagickColorThresholdImage() argument
1889 PixelGetMagickColor(stop_color,&stop); in MagickColorThresholdImage()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in11583 stop_color; local
11587 (void) QueryColorCompliance("white",AllCompliance,&stop_color,
11594 AllCompliance,&stop_color,exception);
11596 (void) ColorThresholdImage(image,&start_color,&stop_color,exception);