OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawablePushClipPath
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/Magick++/lib/
Drawable.cpp
438
Magick::
DrawablePushClipPath
::
DrawablePushClipPath
( const std::string &id_)
442
Magick::
DrawablePushClipPath
::
DrawablePushClipPath
443
( const Magick::
DrawablePushClipPath
& original_ ) //multithread safe const char*
448
Magick::
DrawablePushClipPath
::~
DrawablePushClipPath
( void )
451
void Magick::
DrawablePushClipPath
::operator()
457
Magick::DrawableBase* Magick::
DrawablePushClipPath
::copy() const
459
return new
DrawablePushClipPath
(*this)
[
all
...]
/external/ImageMagick/Magick++/lib/Magick++/
Drawable.h
571
class MagickPPExport
DrawablePushClipPath
: public DrawableBase
574
DrawablePushClipPath
( const std::string &id_);
576
DrawablePushClipPath
( const
DrawablePushClipPath
& original_ );
578
/*virtual*/ ~
DrawablePushClipPath
( void );
[
all
...]
Completed in 51 milliseconds