/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/ |
D | DrawerArrowDrawable.java | 235 if (mPaint.getStrokeWidth() != width) { in setBarThickness() 246 return mPaint.getStrokeWidth(); in getBarThickness() 364 final float topBottomBarOffset = lerp(mBarGap + mPaint.getStrokeWidth(), -mMaxCutForBarSize, in draw() 386 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 | 150 public float getStrokeWidth() { in getStrokeWidth() method in Paint_Delegate 202 getStrokeWidth(), in getJavaStroke()
|
D | BaseCanvas_Delegate.java | 343 float strokeWidth = paintDelegate.getStrokeWidth(); in nDrawPath()
|
/frameworks/base/libs/hwui/ |
D | BakedOpState.cpp | 42 clippedBounds.outset(recordedOp.paint->getStrokeWidth() * 0.5f); in ResolvedRenderState() 48 && (!transform.isPureTranslate() || recordedOp.paint->getStrokeWidth() < 1.0f))) { in ResolvedRenderState()
|
D | VectorDrawable.cpp | 140 … mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump() 189 paint.setStrokeWidth(properties.getStrokeWidth()); in draw()
|
D | PathCache.cpp | 78 , strokeWidth(paint->getStrokeWidth()) in PathDescription() 135 texture->offset = (int) floorf(std::max(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f); in computePathBounds()
|
D | PathTessellator.cpp | 103 halfStrokeWidth(paint->getStrokeWidth() * 0.5f), maxAlpha(1.0f) { in PaintInfo() 737 threshInvScaleX *= bounds.width() / (bounds.width() + paint->getStrokeWidth()); in tessellatePath() 738 threshInvScaleY *= bounds.height() / (bounds.height() + paint->getStrokeWidth()); in tessellatePath()
|
D | BakedOpDispatcher.cpp | 231 shadowBounds.outset(op.paint->getStrokeWidth() * 0.5f); in renderTextShadow() 237 (!transform.isPureTranslate() || op.paint->getStrokeWidth() < 1.0f))) { in renderTextShadow() 387 float outsetDistance = op.paint->getStrokeWidth() / 2; in getBoundsOfFill()
|
D | Animator.cpp | 420 return mProperty->value.getStrokeWidth(); in getValue()
|
D | TessellationCache.cpp | 53 , strokeWidth(paint.getStrokeWidth()) { in Description()
|
D | VectorDrawable.h | 250 float getStrokeWidth() const{ in getStrokeWidth() function
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 272 static jfloat getStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeWidth() function 274 return fullPath->stagingProperties()->getStrokeWidth(); in getStrokeWidth() 397 {"nGetStrokeWidth", "(J)F", (void*)getStrokeWidth},
|
/frameworks/support/design/base/android/support/design/widget/ |
D | CircularBorderDrawable.java | 93 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/core-ui/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/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 183 properties.putFloat(VFullPath_Delegate.STROKE_WIDTH_INDEX * 4, path.getStrokeWidth()); in nGetFullPathProperties() 407 return path.getStrokeWidth(); in nGetStrokeWidth() 721 private float getStrokeWidth() { in getStrokeWidth() method in VectorDrawable_Delegate.VFullPath_Delegate
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 700 mStrokePaint.getStrokeWidth() > 0; in draw() 728 float rad = mStrokePaint.getStrokeWidth(); in draw() 1090 inset = mStrokePaint.getStrokeWidth() * 0.5f; 1745 0.0001f : mStrokePaint.getStrokeWidth() * 0.5f;
|
D | VectorDrawable.java | 1670 return object.getStrokeWidth(); 2060 float getStrokeWidth() { in getStrokeWidth() method in VectorDrawable.VFullPath
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 767 static jfloat getStrokeWidth(jlong paintHandle) { in getStrokeWidth() function 768 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getStrokeWidth()); in getStrokeWidth() 1040 {"nGetStrokeWidth","(J)F", (void*) PaintGlue::getStrokeWidth},
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 55 mStrokeWidth = paint->getStrokeWidth(); in FontDescription()
|
/frameworks/base/media/java/android/media/ |
D | ClosedCaptionRenderer.java | 1350 float previousWidth = textPaint.getStrokeWidth(); in drawEdgeOutline()
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
D | VectorDrawableCompat.java | 1807 float getStrokeWidth() { in getStrokeWidth() method in VectorDrawableCompat.VFullPath
|