Searched refs:mStrokeWidth (Results 1 – 7 of 7) sorted by relevance
55 mStrokeWidth = paint->getStrokeWidth(); in FontDescription()76 hash = JenkinsHashMix(hash, android::hash_type(mStrokeWidth)); in hash()104 if (lhs.mStrokeWidth < rhs.mStrokeWidth) return -1; in compare()105 if (lhs.mStrokeWidth > rhs.mStrokeWidth) return +1; in compare()
75 float mStrokeWidth; member
1456 final int defaultStrokeWidth = Math.max(0, st.mStrokeWidth);1657 if (mGradientState.mStrokeWidth >= 0 && mStrokePaint != null1677 boolean useFillOpacity = st.mOpaqueOverShape && (mGradientState.mStrokeWidth <= 01749 public int mStrokeWidth = -1; // if >= 0 use stroking.1806 mStrokeWidth = orig.mStrokeWidth;1909 if (mStrokeWidth > 0) {1910 mStrokeWidth = Drawable.scaleFromDensity(1911 mStrokeWidth, sourceDensity, targetDensity, true);2026 mStrokeWidth = width;2095 if (state.mStrokeWidth >= 0) {[all …]
477 private float mStrokeWidth = 5.0f; field in MaterialProgressDrawable.Ring656 mStrokeWidth = strokeWidth; in setStrokeWidth()663 return mStrokeWidth; in getStrokeWidth()715 insets = (float) Math.ceil(mStrokeWidth / 2.0f); in setInsets()
85 private float mStrokeWidth; field in Paint_Delegate151 return mStrokeWidth; in getStrokeWidth()405 return delegate.mStrokeWidth; in nGetStrokeWidth()416 delegate.mStrokeWidth = width; in nSetStrokeWidth()1216 mStrokeWidth = paint.mStrokeWidth; in set()1240 mStrokeWidth = 1.f; in reset()
1079 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale); in drawPath()1475 float mStrokeWidth = 0; field in VectorDrawableCompat.VFullPath1498 mStrokeWidth = copy.mStrokeWidth; in VFullPath()1596 mStrokeWidth = TypedArrayUtils.getNamedFloat(a, parser, "strokeWidth", in updateStateFromTypedArray()1597 AndroidResources.styleable_VectorDrawablePath_strokeWidth, mStrokeWidth); in updateStateFromTypedArray()1632 return mStrokeWidth; in getStrokeWidth()1637 mStrokeWidth = strokeWidth; in setStrokeWidth()
583 float mStrokeWidth = 0; field in VectorDrawable_Delegate.VFullPath_Delegate608 mStrokeWidth = copy.mStrokeWidth; in VFullPath_Delegate()696 return mStrokeWidth; in getStrokeWidth()700 mStrokeWidth = strokeWidth; in setStrokeWidth()1172 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale); in drawPath()