Home
last modified time | relevance | path

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

12

/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/libs/hwui/
DBakedOpState.cpp42 clippedBounds.outset(recordedOp.paint->getStrokeWidth() * 0.5f); in ResolvedRenderState()
46 && (!transform.isPureTranslate() || recordedOp.paint->getStrokeWidth() < 1.0f))) { in ResolvedRenderState()
DOpenGLRenderer.cpp1364 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);
DVectorDrawable.cpp185 … mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump()
237 paint.setStrokeWidth(properties.getStrokeWidth() * strokeScale); in drawPath()
DPathCache.cpp76 , strokeWidth(paint->getStrokeWidth()) in PathDescription()
143 offset = (int) floorf(std::max(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f); in computeBounds()
DPathTessellator.cpp103 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()
DAnimator.cpp404 return mProperty->value.getStrokeWidth(); in getValue()
DBakedOpDispatcher.cpp237 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()
DTessellationCache.cpp54 , strokeWidth(paint.getStrokeWidth()) { in Description()
DVectorDrawable.h249 float getStrokeWidth() const{ in getStrokeWidth() function
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DDashPathEffect_Delegate.java54 paint.getStrokeWidth(), in getStroke()
DPaint_Delegate.java150 public float getStrokeWidth() { in getStrokeWidth() method in Paint_Delegate
202 getStrokeWidth(), in getJavaStroke()
DCanvas_Delegate.java734 float strokeWidth = paintDelegate.getStrokeWidth(); in native_drawPath()
/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp272 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/
DCircularBorderDrawable.java93 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/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java170 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/
DGradientDrawable.java671 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/
DPaint.cpp222 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/
DFont.cpp55 mStrokeWidth = paint->getStrokeWidth(); in FontDescription()
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1350 float previousWidth = textPaint.getStrokeWidth(); in drawEdgeOutline()
/frameworks/base/graphics/java/android/graphics/
DPaint.java926 public float getStrokeWidth() { in getStrokeWidth() method in Paint

12