Searched refs:strokeLineJoin (Results 1 – 4 of 4) sorted by relevance
224 void strokeLineJoin(const LineJoin lineJoin_);225 LineJoin strokeLineJoin(void) const;
441 void strokeLineJoin(const LineJoin lineJoin_);442 LineJoin strokeLineJoin(void) const;
621 void Magick::Options::strokeLineJoin(const LineJoin lineJoin_) in strokeLineJoin() function in Magick::Options626 Magick::LineJoin Magick::Options::strokeLineJoin(void) const in strokeLineJoin() function in Magick::Options
1434 void Magick::Image::strokeLineJoin(const Magick::LineJoin lineJoin_) in strokeLineJoin() function in Magick::Image1437 options()->strokeLineJoin(lineJoin_); in strokeLineJoin()1440 Magick::LineJoin Magick::Image::strokeLineJoin(void) const in strokeLineJoin() function in Magick::Image1442 return(constOptions()->strokeLineJoin()); in strokeLineJoin()