Searched refs:DrawableStrokeColor (Results 1 – 4 of 4) sorted by relevance
45 drawList.push_back(DrawableStrokeColor("#ccf")); in main()56 drawList.push_back(DrawableStrokeColor("red")); in main()60 drawList.push_back(DrawableStrokeColor("maroon")); in main()68 drawList.push_back(DrawableStrokeColor("black")); in main()86 drawList.push_back(DrawableStrokeColor("red")); in main()95 drawList.push_back(DrawableStrokeColor("black")); in main()100 drawList.push_back(DrawableStrokeColor("black")); in main()116 drawList.push_back(DrawableStrokeColor("red")); in main()135 drawList.push_back(DrawableStrokeColor("yellow")); in main()138 drawList.push_back(DrawableStrokeColor("red")); in main()[all …]
1411 Magick::DrawableStrokeColor::DrawableStrokeColor in DrawableStrokeColor() function in Magick::DrawableStrokeColor1416 Magick::DrawableStrokeColor::DrawableStrokeColor in DrawableStrokeColor() function in Magick::DrawableStrokeColor1417 ( const Magick::DrawableStrokeColor& original_ ) in DrawableStrokeColor()1422 Magick::DrawableStrokeColor::~DrawableStrokeColor ( void ) in ~DrawableStrokeColor()1425 void Magick::DrawableStrokeColor::operator() in operator ()()1434 Magick::DrawableBase* Magick::DrawableStrokeColor::copy() const in copy()1436 return new DrawableStrokeColor(*this); in copy()
1885 class MagickPPExport DrawableStrokeColor : public DrawableBase1888 DrawableStrokeColor ( const Color &color_ );1890 DrawableStrokeColor ( const DrawableStrokeColor& original_ );1892 /*virtual*/ ~DrawableStrokeColor ( void );
982 * lib/Drawable.cpp (DrawableStrokeColor): Renamed from DrawableStroke