Home
last modified time | relevance | path

Searched refs:mStrokeWidth (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/font/
DFont.cpp55 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()
DFont.h75 float mStrokeWidth; member
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java1456 final int defaultStrokeWidth = Math.max(0, st.mStrokeWidth);
1657 if (mGradientState.mStrokeWidth >= 0 && mStrokePaint != null
1677 boolean useFillOpacity = st.mOpaqueOverShape && (mGradientState.mStrokeWidth <= 0
1749 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 …]
/frameworks/support/v4/java/android/support/v4/widget/
DMaterialProgressDrawable.java477 private float mStrokeWidth = 5.0f; field in MaterialProgressDrawable.Ring
656 mStrokeWidth = strokeWidth; in setStrokeWidth()
663 return mStrokeWidth; in getStrokeWidth()
715 insets = (float) Math.ceil(mStrokeWidth / 2.0f); in setInsets()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java85 private float mStrokeWidth; field in Paint_Delegate
151 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()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1079 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale); in drawPath()
1475 float mStrokeWidth = 0; field in VectorDrawableCompat.VFullPath
1498 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()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java583 float mStrokeWidth = 0; field in VectorDrawable_Delegate.VFullPath_Delegate
608 mStrokeWidth = copy.mStrokeWidth; in VFullPath_Delegate()
696 return mStrokeWidth; in getStrokeWidth()
700 mStrokeWidth = strokeWidth; in setStrokeWidth()
1172 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale); in drawPath()