OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawableEllipse
(Results
1 - 3
of
3
) sorted by null
/external/ImageMagick/Magick++/demo/
shapes.cpp
57
image.draw(
DrawableEllipse
( 100,100, 50,75, 0,360 ) );
/external/ImageMagick/Magick++/lib/Magick++/
Drawable.h
863
class MagickPPExport
DrawableEllipse
: public DrawableBase
866
DrawableEllipse
( double originX_, double originY_,
877
/*virtual*/ ~
DrawableEllipse
( void );
[
all
...]
/external/ImageMagick/Magick++/lib/
Drawable.cpp
698
Magick::
DrawableEllipse
::~
DrawableEllipse
( void )
701
void Magick::
DrawableEllipse
::operator()
707
Magick::DrawableBase* Magick::
DrawableEllipse
::copy() const
709
return new
DrawableEllipse
(*this);
[
all
...]
Completed in 57 milliseconds