annotate 70 Magick++/demo/button.cpp button.annotate( text, CenterGravity ); annotate 91 Magick++/demo/demo.cpp example.annotate( "Magick++", "+0+20", NorthGravity ); annotate 60 Magick++/demo/gravity.cpp pic.annotate( "NorthWest", Geometry(0,0,x,y), NorthWestGravity, angle ); annotate 61 Magick++/demo/gravity.cpp pic.annotate( "North", Geometry(0,0,0,y), NorthGravity, angle ); annotate 62 Magick++/demo/gravity.cpp pic.annotate( "NorthEast", Geometry(0,0,x,y), NorthEastGravity, angle ); annotate 63 Magick++/demo/gravity.cpp pic.annotate( "East", Geometry(0,0,x,0), EastGravity, angle ); annotate 64 Magick++/demo/gravity.cpp pic.annotate( "Center", Geometry(0,0,0,0), CenterGravity, angle ); annotate 65 Magick++/demo/gravity.cpp pic.annotate( "SouthEast", Geometry(0,0,x,y), SouthEastGravity, angle ); annotate 66 Magick++/demo/gravity.cpp pic.annotate( "South", Geometry(0,0,0,y), SouthGravity, angle ); annotate 67 Magick++/demo/gravity.cpp pic.annotate( "SouthWest", Geometry(0,0,x,y), SouthWestGravity, angle ); annotate 68 Magick++/demo/gravity.cpp pic.annotate( "West", Geometry(0,0,x,0), WestGravity, angle ); annotate 88 Magick++/demo/shapes.cpp image.annotate( "Hello world!", "+150+20" ); annotate 92 Magick++/demo/shapes.cpp image.annotate( "Goodbye cruel world!", "+150+38" ); annotate 96 Magick++/demo/shapes.cpp image.annotate( "I'm climbing the wall!", "+280+120", annotate 1842 Magick++/lib/Image.cpp annotate(text_,location_,NorthWestGravity,0.0); annotate 1848 Magick++/lib/Image.cpp annotate(text_,boundingArea_,gravity_,0.0); annotate 629 Magick++/lib/Magick++/Image.h void annotate(const std::string &text_,const Geometry &location_); annotate 633 Magick++/lib/Magick++/Image.h void annotate(const std::string &text_,const Geometry &boundingArea_, annotate 638 Magick++/lib/Magick++/Image.h void annotate(const std::string &text_,const Geometry &boundingArea_, annotate 643 Magick++/lib/Magick++/Image.h void annotate(const std::string &text_,const GravityType gravity_); annotate 107 Magick++/lib/STL.cpp image_.annotate( _text, _geometry, _gravity, _degrees ); annotate 253 magick/annotate.c *annotate, annotate 299 magick/annotate.c annotate=CloneDrawInfo((ImageInfo *) NULL,draw_info); annotate 321 magick/annotate.c (void) CloneString(&annotate->text,textlist[i]); annotate 322 magick/annotate.c (void) GetTypeMetrics(image,annotate,&metrics); annotate 325 magick/annotate.c switch (annotate->gravity) annotate 443 magick/annotate.c switch (annotate->align) annotate 493 magick/annotate.c if (annotate->decorate == OverlineDecoration) annotate 501 magick/annotate.c if (annotate->decorate == UnderlineDecoration) annotate 511 magick/annotate.c status=RenderType(image,annotate,&offset,&metrics); annotate 514 magick/annotate.c if (annotate->decorate == LineThroughDecoration) annotate 526 magick/annotate.c annotate=DestroyDrawInfo(annotate);