Home
last modified time | relevance | path

Searched refs:boundingArea_ (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
DImage.cpp1852 const Geometry &boundingArea_,const GravityType gravity_) in annotate() argument
1854 annotate(text_,boundingArea_,gravity_,0.0); in annotate()
1858 const Geometry &boundingArea_,const GravityType gravity_, in annotate() argument
1877 if (boundingArea_.isValid()) in annotate()
1879 if (boundingArea_.width() == 0 || boundingArea_.height() == 0) in annotate()
1882 (double) boundingArea_.xOff(),(double) boundingArea_.yOff()); in annotate()
1887 std::string(boundingArea_).c_str(), MagickPathExtent); in annotate()
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h607 void annotate(const std::string &text_,const Geometry &boundingArea_,
612 void annotate(const std::string &text_,const Geometry &boundingArea_,