Home
last modified time | relevance | path

Searched refs:strokeMiterLimit (Results 1 – 6 of 6) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java65 float strokeMiterLimit; field in ShadowVectorDrawable.Path
109 propertiesBB.putFloat(STROKE_MITER_LIMIT_INDEX * 4, path.strokeMiterLimit); in nGetFullPathProperties()
126 float strokeMiterLimit, in nUpdateFullPathProperties() argument
141 path.strokeMiterLimit = strokeMiterLimit; in nUpdateFullPathProperties()
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h233 void strokeMiterLimit(const size_t miterLimit_);
234 size_t strokeMiterLimit(void) const;
DImage.h450 void strokeMiterLimit(const size_t miterLimit_);
451 size_t strokeMiterLimit(void) const;
/external/ImageMagick/Magick++/lib/
DOptions.cpp638 void Magick::Options::strokeMiterLimit(const size_t miterLimit_) in strokeMiterLimit() function in Magick::Options
643 size_t Magick::Options::strokeMiterLimit(void) const in strokeMiterLimit() function in Magick::Options
DImage.cpp1450 void Magick::Image::strokeMiterLimit(const size_t strokeMiterLimit_) in strokeMiterLimit() function in Magick::Image
1453 options()->strokeMiterLimit(strokeMiterLimit_); in strokeMiterLimit()
1456 size_t Magick::Image::strokeMiterLimit(void) const in strokeMiterLimit() function in Magick::Image
1458 return(constOptions()->strokeMiterLimit()); in strokeMiterLimit()
/external/ImageMagick/Magick++/
DChangeLog887 (strokeMiterLimit): New method to specify the miter limit when joining