HomeSort by relevance Sort by last modified time
    Searched refs:point_ (Results 1 - 7 of 7) sorted by null

  /external/ImageMagick/Magick++/lib/Magick++/
Geometry.h 214 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_);
Image.h     [all...]
STL.h 482 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_,
    [all...]
  /external/ImageMagick/Magick++/lib/
Geometry.cpp 593 Magick::Point::Point(const char *point_)
597 *this=point_; // Use assignment operator
600 Magick::Point::Point(const Point &point_)
601 : _x(point_._x),
602 _y(point_._y)
606 Magick::Point::Point(const std::string &point_)
610 *this=point_; // Use assignment operator
629 const Magick::Point& Magick::Point::operator=(const char *point_)
637 flags=ParseGeometry(point_,&geometry_info);
652 Magick::Point& Magick::Point::operator=(const Point &point_)
    [all...]
STL.cpp 429 const Magick::Geometry &point_,const Magick::Color &fillColor_,
431 : _x(point_.xOff()),
432 _y(point_.yOff()),
450 Magick::floodFillColorImage::floodFillColorImage(const Geometry &point_,
452 : _x(point_.xOff()),
453 _y(point_.yOff()),
478 const Magick::Geometry &point_,const Magick::Image &texture_,
480 : _x(point_.xOff()),
481 _y(point_.yOff()),
500 const Magick::Geometry &point_,const Magick::Image &texture_
    [all...]
Image.cpp     [all...]
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 607 point_ = point;
609 point_->edge()->Accept(this);
616 if (Config::IsIgnoreCycleAnnotated(point_->field())) {
630 src_, e->value(), point_->field()->getNameAsString(), kind, loc_);
636 FieldPoint* point_; member in class:DumpEdgeVisitor

Completed in 1264 milliseconds