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         1907 Magick++/lib/Image.cpp   annotate(text_,location_,NorthWestGravity,0.0);
annotate         1913 Magick++/lib/Image.cpp   annotate(text_,boundingArea_,gravity_,0.0);
annotate          649 Magick++/lib/Magick++/Image.h     void annotate(const std::string &text_,const Geometry &location_);
annotate          653 Magick++/lib/Magick++/Image.h     void annotate(const std::string &text_,const Geometry &boundingArea_,
annotate          658 Magick++/lib/Magick++/Image.h     void annotate(const std::string &text_,const Geometry &boundingArea_,
annotate          663 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          275 magick/annotate.c     *annotate,
annotate          321 magick/annotate.c   annotate=CloneDrawInfo((ImageInfo *) NULL,draw_info);
annotate          343 magick/annotate.c     (void) CloneString(&annotate->text,textlist[i]);
annotate          344 magick/annotate.c     (void) GetTypeMetrics(image,annotate,&metrics);
annotate          347 magick/annotate.c     switch (annotate->gravity)
annotate          465 magick/annotate.c     switch (annotate->align)
annotate          515 magick/annotate.c     if (annotate->decorate == OverlineDecoration)
annotate          523 magick/annotate.c       if (annotate->decorate == UnderlineDecoration)
annotate          533 magick/annotate.c     status=RenderType(image,annotate,&offset,&metrics);
annotate          536 magick/annotate.c     if (annotate->decorate == LineThroughDecoration)
annotate          548 magick/annotate.c   annotate=DestroyDrawInfo(annotate);