Searched refs:getStrokeLineCap (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp187 paint.setStrokeCap(SkPaint::Cap(properties.getStrokeLineCap()));
H A DVectorDrawable.h283 float getStrokeLineCap() const { return mPrimitiveFields.strokeLineCap; } function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java203 properties.putInt(VFullPath_Delegate.STROKE_LINE_CAP_INDEX * 4, path.getStrokeLineCap());
662 private int getStrokeLineCap() { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DVectorDrawableCompat.java1679 private Paint.Cap getStrokeLineCap(int id, Paint.Cap defValue) { method in class:VectorDrawableCompat.VFullPath
1753 mStrokeLineCap = getStrokeLineCap(lineCap, mStrokeLineCap);

Completed in 332 milliseconds