Home
last modified time | relevance | path

Searched refs:getStrokeLineCap (Results 1 – 3 of 3) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java204 properties.putInt(VFullPath_Delegate.STROKE_LINE_CAP_INDEX * 4, path.getStrokeLineCap()); in nGetFullPathProperties()
663 private int getStrokeLineCap() { in getStrokeLineCap() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.cpp192 paint.setStrokeCap(SkPaint::Cap(properties.getStrokeLineCap())); in draw()
DVectorDrawable.h278 float getStrokeLineCap() const { return mPrimitiveFields.strokeLineCap; } in getStrokeLineCap() function