Searched refs:rectangle_ (Results 1 – 2 of 2) sorted by relevance
438 Magick::Geometry::Geometry(const MagickCore::RectangleInfo &rectangle_) in Geometry() argument439 : _width(static_cast<size_t>(rectangle_.width)), in Geometry()440 _height(static_cast<size_t>(rectangle_.height)), in Geometry()441 _xOff(static_cast<ssize_t>(rectangle_.x)), in Geometry()442 _yOff(static_cast<ssize_t>(rectangle_.y)), in Geometry()454 const MagickCore::RectangleInfo &rectangle_) in operator =() argument456 _width=static_cast<size_t>(rectangle_.width), in operator =()457 _height=static_cast<size_t>(rectangle_.height), in operator =()458 _xOff=static_cast<ssize_t>(rectangle_.x), in operator =()459 _yOff=static_cast<ssize_t>(rectangle_.y), in operator =()
119 Geometry(const MagickCore::RectangleInfo &rectangle_);122 const Geometry& operator=(const MagickCore::RectangleInfo &rectangle_);