Searched defs:getStrokeLineJoin (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.h304 float getStrokeLineJoin() const { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java180 properties.putInt(VFullPath_Delegate.STROKE_LINE_JOIN_INDEX * 4, path.getStrokeLineJoin());
656 private int getStrokeLineJoin() { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1525 private Paint.Join getStrokeLineJoin(int id, Paint.Join defValue) { method in class:VectorDrawableCompat.VFullPath
1588 mStrokeLineJoin = getStrokeLineJoin(lineJoin, mStrokeLineJoin);

Completed in 33 milliseconds