Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java63 int strokeLineCap; field in ShadowVectorDrawable.Path
107 propertiesBB.putInt(STROKE_LINE_CAP_INDEX * 4, path.strokeLineCap); in nGetFullPathProperties()
127 int strokeLineCap, in nUpdateFullPathProperties() argument
139 path.strokeLineCap = strokeLineCap; in nUpdateFullPathProperties()
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h218 void strokeLineCap(const LineCap lineCap_);
219 LineCap strokeLineCap(void) const;
DImage.h435 void strokeLineCap(const LineCap lineCap_);
436 LineCap strokeLineCap(void) const;
/external/ImageMagick/Magick++/lib/
DOptions.cpp618 void Magick::Options::strokeLineCap(const LineCap lineCap_) in strokeLineCap() function in Magick::Options
623 Magick::LineCap Magick::Options::strokeLineCap(void) const in strokeLineCap() function in Magick::Options
DImage.cpp1428 void Magick::Image::strokeLineCap(const Magick::LineCap lineCap_) in strokeLineCap() function in Magick::Image
1431 options()->strokeLineCap(lineCap_); in strokeLineCap()
1434 Magick::LineCap Magick::Image::strokeLineCap(void) const in strokeLineCap() function in Magick::Image
1436 return(constOptions()->strokeLineCap()); in strokeLineCap()
/external/ImageMagick/Magick++/
DChangeLog881 (strokeLineCap): New method to specify the shape to be used at the end