Searched refs:mStrokeLineJoin (Results 1 – 2 of 2) sorted by relevance
595 Join mStrokeLineJoin = MITER; field in VectorDrawable_Delegate.VFullPath_Delegate617 mStrokeLineJoin = copy.mStrokeLineJoin; in VFullPath_Delegate()657 switch (mStrokeLineJoin) { in getStrokeLineJoin()674 mStrokeLineJoin = BEVEL; in setStrokeLineJoin()677 mStrokeLineJoin = MITER; in setStrokeLineJoin()680 mStrokeLineJoin = Join.ROUND; in setStrokeLineJoin()1156 if (fullPath.mStrokeLineJoin != null) { in drawPath()1157 strokePaint.setStrokeJoin(fullPath.mStrokeLineJoin); in drawPath()
1230 if (fullPath.mStrokeLineJoin != null) { in drawPath()1231 strokePaint.setStrokeJoin(fullPath.mStrokeLineJoin); in drawPath()1649 Paint.Join mStrokeLineJoin = Paint.Join.MITER; field in VectorDrawableCompat.VFullPath1671 mStrokeLineJoin = copy.mStrokeLineJoin; in VFullPath()1751 mStrokeLineJoin = getStrokeLineJoin(lineJoin, mStrokeLineJoin); in updateStateFromTypedArray()