Home
last modified time | relevance | path

Searched refs:point_ (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/Magick++/lib/
DGeometry.cpp593 Magick::Point::Point(const char *point_) in Point() argument
597 *this=point_; // Use assignment operator in Point()
600 Magick::Point::Point(const Point &point_) in Point() argument
601 : _x(point_._x), in Point()
602 _y(point_._y) in Point()
606 Magick::Point::Point(const std::string &point_) in Point() argument
610 *this=point_; // Use assignment operator in Point()
629 const Magick::Point& Magick::Point::operator=(const char *point_) in operator =() argument
637 flags=ParseGeometry(point_,&geometry_info); in operator =()
652 Magick::Point& Magick::Point::operator=(const Point &point_) in operator =() argument
[all …]
DSTL.cpp429 const Magick::Geometry &point_,const Magick::Color &fillColor_, in floodFillColorImage() argument
431 : _x(point_.xOff()), in floodFillColorImage()
432 _y(point_.yOff()), in floodFillColorImage()
450 Magick::floodFillColorImage::floodFillColorImage(const Geometry &point_, in floodFillColorImage() argument
452 : _x(point_.xOff()), in floodFillColorImage()
453 _y(point_.yOff()), in floodFillColorImage()
478 const Magick::Geometry &point_,const Magick::Image &texture_, in floodFillTextureImage() argument
480 : _x(point_.xOff()), in floodFillTextureImage()
481 _y(point_.yOff()), in floodFillTextureImage()
500 const Magick::Geometry &point_,const Magick::Image &texture_, in floodFillTextureImage() argument
[all …]
DImage.cpp2996 void Magick::Image::floodFillColor(const Geometry &point_, in floodFillColor() argument
2999 floodFillColor(point_.xOff(),point_.yOff(),fillColor_,invert_); in floodFillColor()
3014 void Magick::Image::floodFillColor(const Geometry &point_, in floodFillColor() argument
3018 floodFillColor(point_.xOff(),point_.yOff(),fillColor_,borderColor_,invert_); in floodFillColor()
3034 void Magick::Image::floodFillTexture(const Magick::Geometry &point_, in floodFillTexture() argument
3037 floodFillTexture(point_.xOff(),point_.yOff(),texture_,invert_); in floodFillTexture()
3052 void Magick::Image::floodFillTexture(const Magick::Geometry &point_, in floodFillTexture() argument
3056 floodFillTexture(point_.xOff(),point_.yOff(),texture_,borderColor_,invert_); in floodFillTexture()
/external/ImageMagick/Magick++/lib/Magick++/
DGeometry.h214 Point(const char *point_);
217 Point(const Point &point_);
220 Point(const std::string &point_);
232 const Point& operator=(const char *point_);
238 Point& operator=(const Point& point_);
241 const Point& operator=(const std::string &point_);
DImage.h906 void floodFillColor(const Geometry &point_,const Color &fillColor_,
914 void floodFillColor(const Geometry &point_,const Color &fillColor_,
923 void floodFillTexture(const Geometry &point_,const Image &texture_,
931 void floodFillTexture(const Geometry &point_,const Image &texture_,
DSTL.h482 floodFillColorImage(const Geometry &point_,const Color &fillColor_,
490 floodFillColorImage(const Geometry &point_,const Color &fillColor_,
516 floodFillTextureImage(const Geometry &point_,const Image &texture_,
526 floodFillTextureImage(const Geometry &point_,const Image &texture_,
1425 densityImage( const Point &point_ );