Searched refs:mStrokeLineCap (Results 1 – 2 of 2) sorted by relevance
594 Cap mStrokeLineCap = BUTT; field in VectorDrawable_Delegate.VFullPath_Delegate616 mStrokeLineCap = copy.mStrokeLineCap; in VFullPath_Delegate()626 switch (mStrokeLineCap) { in getStrokeLineCap()643 mStrokeLineCap = BUTT; in setStrokeLineCap()646 mStrokeLineCap = ROUND; in setStrokeLineCap()649 mStrokeLineCap = SQUARE; in setStrokeLineCap()1160 if (fullPath.mStrokeLineCap != null) { in drawPath()1161 strokePaint.setStrokeCap(fullPath.mStrokeLineCap); in drawPath()
1071 if (fullPath.mStrokeLineCap != null) { in drawPath()1072 strokePaint.setStrokeCap(fullPath.mStrokeLineCap); in drawPath()1485 Paint.Cap mStrokeLineCap = Paint.Cap.BUTT; field in VectorDrawableCompat.VFullPath1507 mStrokeLineCap = copy.mStrokeLineCap; in VFullPath()1585 mStrokeLineCap = getStrokeLineCap(lineCap, mStrokeLineCap); in updateStateFromTypedArray()