/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/libs/hwui/ |
D | BakedOpState.cpp | 42 clippedBounds.outset(recordedOp.paint->getStrokeWidth() * 0.5f); in ResolvedRenderState() 46 && (!transform.isPureTranslate() || recordedOp.paint->getStrokeWidth() < 1.0f))) { in ResolvedRenderState()
|
D | OpenGLRenderer.cpp | 1364 float outset = paint->getStrokeWidth() * 0.5f; in quickRejectSetupScissor() 1837 path.addCircle(x, y, radius + p->getStrokeWidth() / 2); 1882 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2); 1907 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2); 1942 rect.outset(p->getStrokeWidth() / 2, p->getStrokeWidth() / 2);
|
D | VectorDrawable.cpp | 185 … mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump() 237 paint.setStrokeWidth(properties.getStrokeWidth() * strokeScale); in drawPath()
|
D | PathCache.cpp | 76 , strokeWidth(paint->getStrokeWidth()) in PathDescription() 143 offset = (int) floorf(std::max(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f); in computeBounds()
|
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 | Animator.cpp | 404 return mProperty->value.getStrokeWidth(); in getValue()
|
D | BakedOpDispatcher.cpp | 237 shadowBounds.outset(op.paint->getStrokeWidth() * 0.5f); in renderTextShadow() 243 (!transform.isPureTranslate() || op.paint->getStrokeWidth() < 1.0f))) { in renderTextShadow() 393 float outsetDistance = op.paint->getStrokeWidth() / 2; in getBoundsOfFill()
|
D | TessellationCache.cpp | 54 , strokeWidth(paint.getStrokeWidth()) { in Description()
|
D | VectorDrawable.h | 249 float getStrokeWidth() const{ in getStrokeWidth() function
|
/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 | Canvas_Delegate.java | 734 float strokeWidth = paintDelegate.getStrokeWidth(); in native_drawPath()
|
/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() 395 {"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/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/tools/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 170 properties.putFloat(VFullPath_Delegate.STROKE_WIDTH_INDEX * 4, path.getStrokeWidth()); in nGetFullPathProperties() 395 return path.getStrokeWidth(); in nGetStrokeWidth() 695 private float getStrokeWidth() { in getStrokeWidth() method in VectorDrawable_Delegate.VFullPath_Delegate
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 671 mStrokePaint.getStrokeWidth() > 0; in draw() 699 float rad = mStrokePaint.getStrokeWidth(); in draw() 1052 inset = mStrokePaint.getStrokeWidth() * 0.5f; 1707 0.0001f : mStrokePaint.getStrokeWidth() * 0.5f;
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 222 static jfloat getStrokeWidth(JNIEnv* env, jobject, jlong paintHandle) { in getStrokeWidth() function 223 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getStrokeWidth()); in getStrokeWidth() 938 {"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/base/graphics/java/android/graphics/ |
D | Paint.java | 926 public float getStrokeWidth() { in getStrokeWidth() method in Paint
|