Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java179 properties.putInt(VFullPath_Delegate.STROKE_LINE_CAP_INDEX * 4, path.getStrokeLineCap()); in nGetFullPathProperties()
625 private int getStrokeLineCap() { in getStrokeLineCap() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.cpp235 paint.setStrokeCap(SkPaint::Cap(properties.getStrokeLineCap())); in drawPath()
DVectorDrawable.h301 float getStrokeLineCap() const { in getStrokeLineCap() function
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1512 private Paint.Cap getStrokeLineCap(int id, Paint.Cap defValue) { in getStrokeLineCap() method in VectorDrawableCompat.VFullPath
1585 mStrokeLineCap = getStrokeLineCap(lineCap, mStrokeLineCap); in updateStateFromTypedArray()