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 …]
1380 Magick::DrawableStrokeColor::DrawableStrokeColor in DrawableStrokeColor() function in Magick::DrawableStrokeColor1385 Magick::DrawableStrokeColor::DrawableStrokeColor in DrawableStrokeColor() function in Magick::DrawableStrokeColor1386 ( const Magick::DrawableStrokeColor& original_ ) in DrawableStrokeColor()1391 Magick::DrawableStrokeColor::~DrawableStrokeColor ( void ) in ~DrawableStrokeColor()1394 void Magick::DrawableStrokeColor::operator() in operator ()()1403 Magick::DrawableBase* Magick::DrawableStrokeColor::copy() const in copy()1405 return new DrawableStrokeColor(*this); in copy()
1910 class MagickPPExport DrawableStrokeColor : public DrawableBase1913 DrawableStrokeColor ( const Color &color_ );1915 DrawableStrokeColor ( const DrawableStrokeColor& original_ );1917 /*virtual*/ ~DrawableStrokeColor ( void );
986 * lib/Drawable.cpp (DrawableStrokeColor): Renamed from DrawableStroke