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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DDashPathEffect_Delegate.java54 paint.getStrokeWidth(),
H A DPaint_Delegate.java142 public float getStrokeWidth() { method in class:Paint_Delegate
198 getStrokeWidth(),
382 /*package*/ static float getStrokeWidth(Paint thisPaint) { method in class:Paint_Delegate
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth;
H A DStyledCornersBitmapDrawable.java101 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth;
/frameworks/base/libs/hwui/
H A DAnimator.cpp274 return mProperty->value.getStrokeWidth();
H A DPathCache.cpp61 strokeWidth(paint->getStrokeWidth()),
101 offset = (int) floorf(fmax(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f);
H A DPathTessellator.cpp101 halfStrokeWidth(paint->getStrokeWidth() * 0.5f), maxAlpha(1.0f) {
739 threshInvScaleX *= bounds.width() / (bounds.width() + paint->getStrokeWidth());
740 threshInvScaleY *= bounds.height() / (bounds.height() + paint->getStrokeWidth());
H A DOpenGLRenderer.cpp1562 float outset = paint->getStrokeWidth() * 0.5f;
2570 path.addCircle(x, y, radius + p->getStrokeWidth() / 2);
2594 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
2618 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
2656 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
H A DTessellationCache.cpp53 , strokeWidth(paint.getStrokeWidth()) {
H A DDisplayListOp.h197 return fmaxf(mPaint->getStrokeWidth(), 1) * 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.java336 final float minProgressArc = (float) Math.toRadians(ring.getStrokeWidth()
577 public float getStrokeWidth() { method in class:MaterialProgressDrawable.Ring
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java523 mStrokePaint.getStrokeWidth() > 0;
549 float rad = mStrokePaint.getStrokeWidth();
863 inset = mStrokePaint.getStrokeWidth() * 0.5f;
1460 0.0001f : mStrokePaint.getStrokeWidth() * 0.5f;
H A DVectorDrawable.java1489 float getStrokeWidth() { method in class:VectorDrawable.VFullPath
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp221 static jfloat getStrokeWidth(JNIEnv* env, jobject paint) { function in class:android::PaintGlue
223 return SkScalarToFloat(GraphicsJNI::getNativePaint(env, paint)->getStrokeWidth());
962 {"getStrokeWidth","()F", (void*) PaintGlue::getStrokeWidth},
/frameworks/base/libs/hwui/font/
H A DFont.cpp59 mStrokeWidth = paint->getStrokeWidth();
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java819 public native float getStrokeWidth(); method in class:Paint
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1310 float previousWidth = textPaint.getStrokeWidth();
/frameworks/base/core/java/android/widget/
H A DTextView.java4793 float thick = FloatMath.ceil(mTextPaint.getStrokeWidth());

Completed in 333 milliseconds