/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/ |
D | DrawerArrowDrawable.java | 231 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/ |
D | DashPathEffect_Delegate.java | 54 paint.getStrokeWidth(), in getStroke()
|
D | Paint_Delegate.java | 147 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/ |
D | CircularBorderDrawable.java | 89 final float halfBorderWidth = mPaint.getStrokeWidth() / 2f; in draw()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PathsActivity.java | 97 mOffset = mMediumPaint.getStrokeWidth(); in PathsView()
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | CircularBitmapDrawable.java | 71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()
|
D | StyledCornersBitmapDrawable.java | 111 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | MaterialProgressDrawable.java | 305 ring.getStrokeWidth() / (2 * Math.PI * ring.getCenterRadius())); in getMinProgressArc() 662 public float getStrokeWidth() { in getStrokeWidth() method in MaterialProgressDrawable.Ring
|
/frameworks/base/libs/hwui/ |
D | PathCache.cpp | 60 , strokeWidth(paint->getStrokeWidth()) in PathDescription() 100 offset = (int) floorf(std::max(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f); in computeBounds()
|
D | Animator.cpp | 272 return mProperty->value.getStrokeWidth(); in getValue()
|
D | OpenGLRenderer.cpp | 1426 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);
|
D | PathTessellator.cpp | 103 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()
|
D | TessellationCache.cpp | 53 , strokeWidth(paint.getStrokeWidth()) { in Description()
|
D | DisplayListOp.h | 189 return std::max(mPaint->getStrokeWidth(), 1.0f) * 0.5f; in strokeWidthOutset()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 530 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;
|
D | VectorDrawable.java | 1652 float getStrokeWidth() { in getStrokeWidth() method in VectorDrawable.VFullPath
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 265 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/ |
D | Font.cpp | 58 mStrokeWidth = paint->getStrokeWidth(); in FontDescription()
|
/frameworks/base/media/java/android/media/ |
D | ClosedCaptionRenderer.java | 1304 float previousWidth = textPaint.getStrokeWidth(); in drawEdgeOutline()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 833 public native float getStrokeWidth(); in getStrokeWidth() method in Paint
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 1401 float getStrokeWidth() { in getStrokeWidth() method in VectorDrawableCompat.VFullPath
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 5088 float thick = (float) Math.ceil(mTextPaint.getStrokeWidth()); in invalidateCursorPath()
|
/frameworks/base/api/ |
D | current.txt | 11550 method public float getStrokeWidth();
|
D | system-current.txt | 11887 method public float getStrokeWidth();
|