Searched defs:boundingArea_ (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DImage.cpp1847 const Geometry &boundingArea_,const GravityType gravity_)
1849 annotate(text_,boundingArea_,gravity_,0.0);
1853 const Geometry &boundingArea_,const GravityType gravity_,
1872 if (boundingArea_.isValid())
1874 if (boundingArea_.width() == 0 || boundingArea_.height() == 0)
1877 (double) boundingArea_.xOff(),(double) boundingArea_.yOff());
1882 std::string(boundingArea_).c_str(), MagickPathExtent);
1846 annotate(const std::string &text_, const Geometry &boundingArea_,const GravityType gravity_) argument
1852 annotate(const std::string &text_, const Geometry &boundingArea_,const GravityType gravity_, const double degrees_) argument

Completed in 85 milliseconds