OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strokeColorImage
(Results
1 - 3
of
3
) sorted by null
/external/ImageMagick/Magick++/lib/
STL.cpp
1043
Magick::
strokeColorImage
::
strokeColorImage
( const Magick::Color &strokeColor_ )
1047
void Magick::
strokeColorImage
::operator()( Magick::Image &image_ ) const
[
all
...]
/external/ImageMagick/Magick++/demo/
demo.cpp
470
for_each( images.begin(), images.end(),
strokeColorImage
( Color("#600") ) );
/external/ImageMagick/Magick++/lib/Magick++/
STL.h
1129
class MagickPPExport
strokeColorImage
: public std::unary_function<Image&,void>
1132
strokeColorImage
( const Color &strokeColor_ );
[
all
...]
Completed in 55 milliseconds