Searched refs:PixelGetQuantumPacket (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | deprecate.c | 124 PixelGetQuantumPacket(alpha,&wand->images->matte_color); in MagickSetImageAlphaColor()
|
D | pixel-wand.h | 84 PixelGetQuantumPacket(const PixelWand *,PixelInfo *),
|
D | magick-image.c | 1133 PixelGetQuantumPacket(bordercolor,&wand->images->border_color); in MagickBorderImage() 3616 PixelGetQuantumPacket(fill,&draw_info->fill); in MagickFloodfillPaintImage() 3781 PixelGetQuantumPacket(matte_color,&wand->images->matte_color); in MagickFrameImage() 7548 PixelGetQuantumPacket(pixel_wand,&montage_info->fill); in MagickMontageImage() 7550 PixelGetQuantumPacket(pixel_wand,&montage_info->stroke); in MagickMontageImage() 9402 PixelGetQuantumPacket(background,&wand->images->background_color); in MagickRotateImage() 9832 PixelGetQuantumPacket(background,&wand->images->background_color); in MagickSetImageBackgroundColor() 9914 PixelGetQuantumPacket(border,&wand->images->border_color); in MagickSetImageBorderColor() 10075 PixelGetQuantumPacket(color,wand->images->colormap+index); in MagickSetImageColormapColor() 10884 PixelGetQuantumPacket(alpha,&wand->images->matte_color); in MagickSetImageMatteColor() [all …]
|
D | drawing-wand.c | 4571 PixelGetQuantumPacket(border_wand,&border_color); in DrawSetBorderColor() 4807 PixelGetQuantumPacket(fill_wand,&fill_color); in DrawSetFillColor() 5382 PixelGetQuantumPacket(stroke_wand,&stroke_color); in DrawSetStrokeColor() 6252 PixelGetQuantumPacket(under_wand,&under_color); in DrawSetTextUnderColor()
|
D | pixel-wand.c | 1246 WandExport void PixelGetQuantumPacket(const PixelWand *wand,PixelInfo *packet) in PixelGetQuantumPacket() function
|
D | magick-property.c | 1858 PixelGetQuantumPacket(background,&wand->image_info->background_color); in MagickSetBackgroundColor()
|