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

  /frameworks/base/libs/hwui/
VectorDrawable.h 216 int32_t strokeLineCap = SkPaint::Cap::kButt_Cap;
302 return mPrimitiveFields.strokeLineCap;
313 float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin,
324 mPrimitiveFields.strokeLineCap = strokeLineCap;
344 strokeLineCap,
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
AndroidResources.java 50 android.R.attr.trimPathEnd, android.R.attr.trimPathOffset, android.R.attr.strokeLineCap,
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 218 void strokeLineCap(const LineCap lineCap_);
219 LineCap strokeLineCap(void) const;
Image.h 435 void strokeLineCap(const LineCap lineCap_);
436 LineCap strokeLineCap(void) const;
    [all...]
  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 134 jint strokeLineCap, jint strokeLineJoin, jint fillType) {
138 strokeLineCap, strokeLineJoin, fillType);
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 193 * <dt><code>android:strokeLineCap</code></dt>
    [all...]
  /external/ImageMagick/Magick++/lib/
Options.cpp 611 void Magick::Options::strokeLineCap(const LineCap lineCap_)
616 Magick::LineCap Magick::Options::strokeLineCap(void) const
Image.cpp 1423 void Magick::Image::strokeLineCap(const Magick::LineCap lineCap_)
1426 options()->strokeLineCap(lineCap_);
1429 Magick::LineCap Magick::Image::strokeLineCap(void) const
1431 return(constOptions()->strokeLineCap());
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 191 float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap,
204 path.setStrokeLineCap(strokeLineCap);
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 496 milliseconds