Searched refs:boundingArea_ (Results 1 – 2 of 2) sorted by relevance
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 1847 const Geometry &boundingArea_,const GravityType gravity_) in annotate() argument 1849 annotate(text_,boundingArea_,gravity_,0.0); in annotate() 1853 const Geometry &boundingArea_,const GravityType gravity_, in annotate() argument 1872 if (boundingArea_.isValid()) in annotate() 1874 if (boundingArea_.width() == 0 || boundingArea_.height() == 0) in annotate() 1877 (double) boundingArea_.xOff(),(double) boundingArea_.yOff()); in annotate() 1882 std::string(boundingArea_).c_str(), MagickPathExtent); in annotate()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 607 void annotate(const std::string &text_,const Geometry &boundingArea_, 612 void annotate(const std::string &text_,const Geometry &boundingArea_,
|