Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java180 properties.putInt(VFullPath_Delegate.STROKE_LINE_JOIN_INDEX * 4, path.getStrokeLineJoin()); in nGetFullPathProperties()
656 private int getStrokeLineJoin() { in getStrokeLineJoin() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.cpp234 paint.setStrokeJoin(SkPaint::Join(properties.getStrokeLineJoin())); in drawPath()
DVectorDrawable.h304 float getStrokeLineJoin() const { in getStrokeLineJoin() function
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1525 private Paint.Join getStrokeLineJoin(int id, Paint.Join defValue) { in getStrokeLineJoin() method in VectorDrawableCompat.VFullPath
1588 mStrokeLineJoin = getStrokeLineJoin(lineJoin, mStrokeLineJoin); in updateStateFromTypedArray()