Home
last modified time | relevance | path

Searched refs:DrawSetFontSize (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/MagickWand/
Ddrawing-wand.h200 DrawSetFontSize(DrawingWand *,const double),
Ddrawing-wand.c5162 WandExport void DrawSetFontSize(DrawingWand *wand,const double pointsize) in DrawSetFontSize() function
/external/ImageMagick/tests/
Dwandtest.c5316 (void) DrawSetFontSize(drawing_wand,18); in main()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1308 using MagickCore::DrawSetFontSize;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp911 DrawSetFontSize( context_, _pointSize ); in operator ()()
/external/ImageMagick/coders/
Dwmf.c1604 (void) DrawSetFontSize(WmfDrawingWand,pointsize); in ipa_draw_text()