Searched refs:mStrokeLineCap (Results 1 – 1 of 1) sorted by relevance
632 Cap mStrokeLineCap = BUTT; field in VectorDrawable_Delegate.VFullPath_Delegate654 mStrokeLineCap = copy.mStrokeLineCap; in VFullPath_Delegate()664 switch (mStrokeLineCap) { in getStrokeLineCap()681 mStrokeLineCap = BUTT; in setStrokeLineCap()684 mStrokeLineCap = ROUND; in setStrokeLineCap()687 mStrokeLineCap = SQUARE; in setStrokeLineCap()1224 if (fullPath.mStrokeLineCap != null) { in drawPath()1225 strokePaint.setStrokeCap(fullPath.mStrokeLineCap); in drawPath()