HomeSort by relevance Sort by last modified time
    Searched defs:strokeLineCap (Results 1 - 3 of 3) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVectorDrawable.java 63 int strokeLineCap;
107 propertiesBB.putInt(STROKE_LINE_CAP_INDEX * 4, path.strokeLineCap);
127 int strokeLineCap,
139 path.strokeLineCap = strokeLineCap;
  /external/ImageMagick/Magick++/lib/
Options.cpp 618 void Magick::Options::strokeLineCap(const LineCap lineCap_)
623 Magick::LineCap Magick::Options::strokeLineCap(void) const
Image.cpp 1428 void Magick::Image::strokeLineCap(const Magick::LineCap lineCap_)
1431 options()->strokeLineCap(lineCap_);
1434 Magick::LineCap Magick::Image::strokeLineCap(void) const
1436 return(constOptions()->strokeLineCap());
    [all...]

Completed in 241 milliseconds