Searched refs:strokeLineCap (Results 1 - 7 of 7) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowVectorDrawable.java63 int strokeLineCap; field in class:ShadowVectorDrawable.Path
109 propertiesBB.putInt(STROKE_LINE_CAP_INDEX * 4, path.strokeLineCap);
120 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap,
131 path.strokeLineCap = strokeLineCap;
118 nUpdateFullPathProperties(long pathPtr, float strokeWidth, int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, int fillType) argument
/external/ImageMagick/Magick++/lib/Magick++/
H A DOptions.h218 void strokeLineCap(const LineCap lineCap_);
219 LineCap strokeLineCap(void) const;
H A DImage.h435 void strokeLineCap(const LineCap lineCap_);
436 LineCap strokeLineCap(void) const;
/external/ImageMagick/Magick++/lib/
H A DOptions.cpp611 void Magick::Options::strokeLineCap(const LineCap lineCap_) function in class:Magick::Options
616 Magick::LineCap Magick::Options::strokeLineCap(void) const function in class:Magick::Options
H A DImage.cpp1423 void Magick::Image::strokeLineCap(const Magick::LineCap lineCap_) function in class:Magick::Image
1426 options()->strokeLineCap(lineCap_);
1429 Magick::LineCap Magick::Image::strokeLineCap(void) const function in class:Magick::Image
1431 return(constOptions()->strokeLineCap());
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 175 milliseconds