Home
last modified time | relevance | path

Searched defs:getStrokeLineJoin (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DVectorDrawable.h279 float getStrokeLineJoin() const { return mPrimitiveFields.strokeLineJoin; } in getStrokeLineJoin() function
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java694 private int getStrokeLineJoin() { in getStrokeLineJoin() method in VectorDrawable_Delegate.VFullPath_Delegate