Home
last modified time | relevance | path

Searched refs:getStrokeWidth (Results 1 – 24 of 24) sorted by relevance

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