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 | 1034 PixelGetQuantumPacket(bordercolor,&wand->images->border_color); in MagickBorderImage() 3319 PixelGetQuantumPacket(fill,&draw_info->fill); in MagickFloodfillPaintImage() 3484 PixelGetQuantumPacket(matte_color,&wand->images->matte_color); in MagickFrameImage() 6939 PixelGetQuantumPacket(pixel_wand,&montage_info->fill); in MagickMontageImage() 6941 PixelGetQuantumPacket(pixel_wand,&montage_info->stroke); in MagickMontageImage() 8690 PixelGetQuantumPacket(background,&wand->images->background_color); in MagickRotateImage() 9120 PixelGetQuantumPacket(background,&wand->images->background_color); in MagickSetImageBackgroundColor() 9202 PixelGetQuantumPacket(border,&wand->images->border_color); in MagickSetImageBorderColor() 9363 PixelGetQuantumPacket(color,wand->images->colormap+index); in MagickSetImageColormapColor() 10171 PixelGetQuantumPacket(alpha,&wand->images->matte_color); in MagickSetImageMatteColor() [all …]
|
D | drawing-wand.c | 4570 PixelGetQuantumPacket(border_wand,&border_color); in DrawSetBorderColor() 4806 PixelGetQuantumPacket(fill_wand,&fill_color); in DrawSetFillColor() 5381 PixelGetQuantumPacket(stroke_wand,&stroke_color); in DrawSetStrokeColor() 6251 PixelGetQuantumPacket(under_wand,&under_color); in DrawSetTextUnderColor()
|
D | pixel-wand.c | 1258 WandExport void PixelGetQuantumPacket(const PixelWand *wand,PixelInfo *packet) in PixelGetQuantumPacket() function
|
D | magick-property.c | 1891 PixelGetQuantumPacket(background,&wand->image_info->background_color); in MagickSetBackgroundColor()
|