Home
last modified time | relevance | path

Searched refs:fill_opacity (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
Dannotate.c1586 fill_opacity; in RenderFreetype() local
1633 fill_opacity=(double) (r[n])/(bitmap->bitmap.num_grays-1); in RenderFreetype()
1635 fill_opacity=((r[(x >> 3)+y*bitmap->bitmap.pitch] & in RenderFreetype()
1638 fill_opacity=fill_opacity >= 0.5 ? 1.0 : 0.0; in RenderFreetype()
1646 fill_opacity=fill_opacity*fill_color.alpha; in RenderFreetype()
1647 CompositePixelOver(image,&fill_color,fill_opacity,q, in RenderFreetype()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c4762 WandExport void DrawSetFillOpacity(DrawingWand *wand,const double fill_opacity) in DrawSetFillOpacity() argument
4771 alpha=(double) ClampToQuantum(QuantumRange*fill_opacity); in DrawSetFillOpacity()
4776 (void) MVGPrintf(wand,"fill-opacity %.20g\n",fill_opacity); in DrawSetFillOpacity()