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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVectorDrawable.java 64 int strokeLineJoin;
108 propertiesBB.putInt(STROKE_LINE_JOIN_INDEX * 4, path.strokeLineJoin);
128 int strokeLineJoin,
140 path.strokeLineJoin = strokeLineJoin;
  /external/ImageMagick/Magick++/lib/
Options.cpp 628 void Magick::Options::strokeLineJoin(const LineJoin lineJoin_)
633 Magick::LineJoin Magick::Options::strokeLineJoin(void) const
Image.cpp 1439 void Magick::Image::strokeLineJoin(const Magick::LineJoin lineJoin_)
1442 options()->strokeLineJoin(lineJoin_);
1445 Magick::LineJoin Magick::Image::strokeLineJoin(void) const
1447 return(constOptions()->strokeLineJoin());
    [all...]

Completed in 119 milliseconds