Searched refs:getStrokeWidth (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DDashPathEffect_Delegate.java54 paint.getStrokeWidth(),
H A DPaint_Delegate.java147 public float getStrokeWidth() { method in class:Paint_Delegate
203 getStrokeWidth(),
387 /*package*/ static float getStrokeWidth(Paint thisPaint) { method in class:Paint_Delegate
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawerArrowDrawable.java231 if (mPaint.getStrokeWidth() != width) {
242 return mPaint.getStrokeWidth();
360 final float topBottomBarOffset = lerp(mBarGap + mPaint.getStrokeWidth(), -mMaxCutForBarSize,
382 final float barThickness = mPaint.getStrokeWidth();
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth;
H A DStyledCornersBitmapDrawable.java111 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth;
/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java89 final float halfBorderWidth = mPaint.getStrokeWidth() / 2f;
/frameworks/base/libs/hwui/
H A DAnimator.cpp272 return mProperty->value.getStrokeWidth();
H A DPathCache.cpp60 , strokeWidth(paint->getStrokeWidth())
100 offset = (int) floorf(std::max(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f);
H A DPathTessellator.cpp103 halfStrokeWidth(paint->getStrokeWidth() * 0.5f), maxAlpha(1.0f) {
735 threshInvScaleX *= bounds.width() / (bounds.width() + paint->getStrokeWidth());
736 threshInvScaleY *= bounds.height() / (bounds.height() + paint->getStrokeWidth());
H A DOpenGLRenderer.cpp1426 float outset = paint->getStrokeWidth() * 0.5f;
1899 path.addCircle(x, y, radius + p->getStrokeWidth() / 2);
1942 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
1967 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
2004 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
H A DTessellationCache.cpp53 , strokeWidth(paint.getStrokeWidth()) {
H A DDisplayListOp.h189 return std::max(mPaint->getStrokeWidth(), 1.0f) * 0.5f;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathsActivity.java97 mOffset = mMediumPaint.getStrokeWidth();
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java305 ring.getStrokeWidth() / (2 * Math.PI * ring.getCenterRadius()));
662 public float getStrokeWidth() { method in class:MaterialProgressDrawable.Ring
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java530 mStrokePaint.getStrokeWidth() > 0;
558 float rad = mStrokePaint.getStrokeWidth();
892 inset = mStrokePaint.getStrokeWidth() * 0.5f;
1533 0.0001f : mStrokePaint.getStrokeWidth() * 0.5f;
H A DVectorDrawable.java1652 float getStrokeWidth() { method in class:VectorDrawable.VFullPath
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp265 static jfloat getStrokeWidth(JNIEnv* env, jobject paint) { function in class:android::PaintGlue
267 return SkScalarToFloat(getNativePaint(env, paint)->getStrokeWidth());
1123 {"getStrokeWidth","!()F", (void*) PaintGlue::getStrokeWidth},
/frameworks/base/libs/hwui/font/
H A DFont.cpp58 mStrokeWidth = paint->getStrokeWidth();
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java833 public native float getStrokeWidth(); method in class:Paint
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1304 float previousWidth = textPaint.getStrokeWidth();
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1401 float getStrokeWidth() { method in class:VectorDrawableCompat.VFullPath
/frameworks/base/core/java/android/widget/
H A DTextView.java5088 float thick = (float) Math.ceil(mTextPaint.getStrokeWidth());

Completed in 818 milliseconds