Searched refs:mStrokeLineJoin (Results 1 – 1 of 1) sorted by relevance
633 Join mStrokeLineJoin = MITER; field in VectorDrawable_Delegate.VFullPath_Delegate655 mStrokeLineJoin = copy.mStrokeLineJoin; in VFullPath_Delegate()695 switch (mStrokeLineJoin) { in getStrokeLineJoin()712 mStrokeLineJoin = BEVEL; in setStrokeLineJoin()715 mStrokeLineJoin = MITER; in setStrokeLineJoin()718 mStrokeLineJoin = Join.ROUND; in setStrokeLineJoin()1220 if (fullPath.mStrokeLineJoin != null) { in drawPath()1221 strokePaint.setStrokeJoin(fullPath.mStrokeLineJoin); in drawPath()