Home
last modified time | relevance | path

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

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