Home
last modified time | relevance | path

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

12

/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DDrawerArrowDrawable.java235 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/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()
/frameworks/support/wear/src/android/support/wear/widget/
DCircularProgressLayout.java330 public float getStrokeWidth() { in getStrokeWidth() method in CircularProgressLayout
331 return mProgressDrawable.getStrokeWidth(); in getStrokeWidth()
/frameworks/base/libs/hwui/
DBakedOpState.cpp42 clippedBounds.outset(recordedOp.paint->getStrokeWidth() * 0.5f); in ResolvedRenderState()
48 && (!transform.isPureTranslate() || recordedOp.paint->getStrokeWidth() < 1.0f))) { in ResolvedRenderState()
DPathCache.cpp80 , strokeWidth(paint->getStrokeWidth()) in PathDescription()
137 texture->offset = (int) floorf(std::max(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f); in computePathBounds()
DVectorDrawable.cpp141 … mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump()
190 paint.setStrokeWidth(properties.getStrokeWidth()); in draw()
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()
DBakedOpDispatcher.cpp231 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()
DAnimator.cpp420 return mProperty->value.getStrokeWidth(); in getValue()
DTessellationCache.cpp53 , strokeWidth(paint.getStrokeWidth()) { in Description()
DVectorDrawable.h252 float getStrokeWidth() const{ in getStrokeWidth() function
/frameworks/support/core-ui/java/android/support/v4/widget/
DCircularProgressDrawable.java179 public float getStrokeWidth() { in getStrokeWidth() method in CircularProgressDrawable
180 return mRing.getStrokeWidth(); in getStrokeWidth()
839 float getStrokeWidth() { in getStrokeWidth() method in CircularProgressDrawable.Ring
/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()
397 {"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/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java183 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/
DGradientDrawable.java700 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;
/frameworks/base/graphics/java/android/graphics/
DPaint.java616 && getStrokeWidth() == other.getStrokeWidth() in hasEqualAttributes()
1015 public float getStrokeWidth() { in getStrokeWidth() method in Paint
/frameworks/base/core/jni/android/graphics/
DPaint.cpp767 static jfloat getStrokeWidth(jlong paintHandle) { in getStrokeWidth() function
768 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getStrokeWidth()); in getStrokeWidth()
1074 {"nGetStrokeWidth","(J)F", (void*) PaintGlue::getStrokeWidth},
/frameworks/base/libs/hwui/font/
DFont.cpp55 mStrokeWidth = paint->getStrokeWidth(); in FontDescription()
/frameworks/support/wear/api/
D26.0.0.txt39 method public float getStrokeWidth();
Dcurrent.txt55 method public float getStrokeWidth();

12