OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawableFont
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/Magick++/lib/
Drawable.cpp
808
Magick::
DrawableFont
::
DrawableFont
( const std::string &font_ )
816
Magick::
DrawableFont
::
DrawableFont
( const std::string &family_,
827
Magick::
DrawableFont
::
DrawableFont
( const Magick::
DrawableFont
& original_ )
836
Magick::
DrawableFont
::~
DrawableFont
( void )
839
void Magick::
DrawableFont
::operator()( MagickCore::DrawingWand * context_ ) cons
[
all
...]
/external/ImageMagick/Magick++/lib/Magick++/
Drawable.h
1067
class MagickPPExport
DrawableFont
: public DrawableBase
1070
DrawableFont
( const std::string &font_ );
1072
DrawableFont
( const std::string &family_,
1076
DrawableFont
( const
DrawableFont
& original_ );
1078
/*virtual*/ ~
DrawableFont
( void );
[
all
...]
Completed in 1949 milliseconds