Home
last modified time | relevance | path

Searched refs:original_ (Results 1 – 7 of 7) sorted by relevance

/external/ImageMagick/Magick++/lib/
DDrawable.cpp85 Magick::Drawable::Drawable(const Magick::DrawableBase& original_) in Drawable() argument
86 : dp(original_.copy()) in Drawable()
96 Magick::Drawable::Drawable(const Magick::Drawable& original_) in Drawable() argument
97 : dp((original_.dp != (Magick::DrawableBase *) NULL ? original_.dp->copy() : in Drawable()
103 const Magick::Drawable& original_) in operator =() argument
108 if (this != &original_) in operator =()
110 temp_dp=(original_.dp != (Magick::DrawableBase *) NULL ? in operator =()
111 original_.dp->copy() : (Magick::DrawableBase *) NULL); in operator =()
136 Magick::VPath::VPath ( const Magick::VPathBase& original_ ) in VPath() argument
137 : dp(original_.copy()) in VPath()
[all …]
DException.cpp36 Magick::Exception::Exception(const Magick::Exception& original_) in Exception() argument
37 : exception(original_), in Exception()
38 _what(original_._what), in Exception()
50 const Magick::Exception& original_) in operator =() argument
52 if (this != &original_) in operator =()
53 this->_what=original_._what; in operator =()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h127 Drawable(const DrawableBase& original_);
133 Drawable(const Drawable& original_);
136 Drawable& operator=(const Drawable& original_);
190 VPath ( const VPathBase& original_ );
196 VPath ( const VPath& original_ );
199 VPath& operator= (const VPath& original_ );
466 DrawableBezier ( const DrawableBezier& original_ );
488 DrawableBorderColor(const DrawableBorderColor &original_);
576 DrawablePushClipPath ( const DrawablePushClipPath& original_ );
595 DrawableClipPath ( const DrawableClipPath& original_ );
[all …]
DThread.h46 MutexLock(const MutexLock& original_);
DException.h33 Exception(const Exception& original_);
39 Exception& operator=(const Exception& original_);
/external/fmtlib/test/
Dgtest-extra.cc45 if (original_.descriptor() == -1) in restore()
49 original_.dup2(FMT_POSIX(fileno(file_))); in restore()
50 original_.close(); in restore()
57 original_ = File::dup(fd); in OutputRedirect()
Dgtest-extra.h97 fmt::File original_; // Original file passed to redirector. variable