Searched refs:strokeLineJoin (Results 1 – 5 of 5) sorted by relevance
64 int strokeLineJoin; field in ShadowVectorDrawable.Path108 propertiesBB.putInt(STROKE_LINE_JOIN_INDEX * 4, path.strokeLineJoin); in nGetFullPathProperties()128 int strokeLineJoin, in nUpdateFullPathProperties() argument140 path.strokeLineJoin = strokeLineJoin; in nUpdateFullPathProperties()
224 void strokeLineJoin(const LineJoin lineJoin_);225 LineJoin strokeLineJoin(void) const;
441 void strokeLineJoin(const LineJoin lineJoin_);442 LineJoin strokeLineJoin(void) const;
628 void Magick::Options::strokeLineJoin(const LineJoin lineJoin_) in strokeLineJoin() function in Magick::Options633 Magick::LineJoin Magick::Options::strokeLineJoin(void) const in strokeLineJoin() function in Magick::Options
1439 void Magick::Image::strokeLineJoin(const Magick::LineJoin lineJoin_) in strokeLineJoin() function in Magick::Image1442 options()->strokeLineJoin(lineJoin_); in strokeLineJoin()1445 Magick::LineJoin Magick::Image::strokeLineJoin(void) const in strokeLineJoin() function in Magick::Image1447 return(constOptions()->strokeLineJoin()); in strokeLineJoin()