Home
last modified time | relevance | path

Searched refs:PixelGetQuantumPacket (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/MagickWand/
Dpixel-wand.h84 PixelGetQuantumPacket(const PixelWand *,PixelInfo *),
Dmagick-image.c1034 PixelGetQuantumPacket(bordercolor,&wand->images->border_color); in MagickBorderImage()
3269 PixelGetQuantumPacket(fill,&draw_info->fill); in MagickFloodfillPaintImage()
3434 PixelGetQuantumPacket(alpha_color,&wand->images->alpha_color); in MagickFrameImage()
6889 PixelGetQuantumPacket(pixel_wand,&montage_info->fill); in MagickMontageImage()
6891 PixelGetQuantumPacket(pixel_wand,&montage_info->stroke); in MagickMontageImage()
8640 PixelGetQuantumPacket(background,&wand->images->background_color); in MagickRotateImage()
9070 PixelGetQuantumPacket(alpha, &wand->images->alpha_color); in MagickSetImageAlphaColor()
9108 PixelGetQuantumPacket(background,&wand->images->background_color); in MagickSetImageBackgroundColor()
9190 PixelGetQuantumPacket(border,&wand->images->border_color); in MagickSetImageBorderColor()
9351 PixelGetQuantumPacket(color,wand->images->colormap+index); in MagickSetImageColormapColor()
[all …]
Ddrawing-wand.c4489 PixelGetQuantumPacket(border_wand,&border_color); in DrawSetBorderColor()
4724 PixelGetQuantumPacket(fill_wand,&fill_color); in DrawSetFillColor()
5299 PixelGetQuantumPacket(stroke_wand,&stroke_color); in DrawSetStrokeColor()
6167 PixelGetQuantumPacket(under_wand,&under_color); in DrawSetTextUnderColor()
Dpixel-wand.c1258 WandExport void PixelGetQuantumPacket(const PixelWand *wand,PixelInfo *packet) in PixelGetQuantumPacket() function
Dmagick-property.c1891 PixelGetQuantumPacket(background,&wand->image_info->background_color); in MagickSetBackgroundColor()