Searched refs:getStrokeWidth (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DDashPathEffect_Delegate.java54 paint.getStrokeWidth(),
H A DPaint_Delegate.java150 public float getStrokeWidth() { method in class:Paint_Delegate
202 getStrokeWidth(),
H A DBaseCanvas_Delegate.java343 float strokeWidth = paintDelegate.getStrokeWidth();
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawerArrowDrawable.java235 if (mPaint.getStrokeWidth() != width) {
246 return mPaint.getStrokeWidth();
364 final float topBottomBarOffset = lerp(mBarGap + mPaint.getStrokeWidth(), -mMaxCutForBarSize,
386 final float barThickness = mPaint.getStrokeWidth();
/frameworks/base/libs/hwui/
H A DBakedOpState.cpp42 clippedBounds.outset(recordedOp.paint->getStrokeWidth() * 0.5f);
48 && (!transform.isPureTranslate() || recordedOp.paint->getStrokeWidth() < 1.0f))) {
H A DPathCache.cpp78 , strokeWidth(paint->getStrokeWidth())
135 texture->offset = (int) floorf(std::max(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f);
H A DVectorDrawable.cpp140 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(),
189 paint.setStrokeWidth(properties.getStrokeWidth());
H A DBakedOpDispatcher.cpp231 shadowBounds.outset(op.paint->getStrokeWidth() * 0.5f);
237 (!transform.isPureTranslate() || op.paint->getStrokeWidth() < 1.0f))) {
387 float outsetDistance = op.paint->getStrokeWidth() / 2;
H A DPathTessellator.cpp103 halfStrokeWidth(paint->getStrokeWidth() * 0.5f), maxAlpha(1.0f) {
737 threshInvScaleX *= bounds.width() / (bounds.width() + paint->getStrokeWidth());
738 threshInvScaleY *= bounds.height() / (bounds.height() + paint->getStrokeWidth());
H A DAnimator.cpp420 return mProperty->value.getStrokeWidth();
H A DTessellationCache.cpp53 , strokeWidth(paint.getStrokeWidth()) {
H A DVectorDrawable.h250 float getStrokeWidth() const{ function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth;
H A DStyledCornersBitmapDrawable.java111 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth;
/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java93 final float halfBorderWidth = mPaint.getStrokeWidth() / 2f;
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp272 static jfloat getStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr) { function in namespace:android
274 return fullPath->stagingProperties()->getStrokeWidth();
397 {"nGetStrokeWidth", "(J)F", (void*)getStrokeWidth},
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathsActivity.java97 mOffset = mMediumPaint.getStrokeWidth();
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java305 ring.getStrokeWidth() / (2 * Math.PI * ring.getCenterRadius()));
662 public float getStrokeWidth() { method in class:MaterialProgressDrawable.Ring
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java183 properties.putFloat(VFullPath_Delegate.STROKE_WIDTH_INDEX * 4, path.getStrokeWidth());
407 return path.getStrokeWidth();
721 private float getStrokeWidth() { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java700 mStrokePaint.getStrokeWidth() > 0;
728 float rad = mStrokePaint.getStrokeWidth();
1090 inset = mStrokePaint.getStrokeWidth() * 0.5f;
1745 0.0001f : mStrokePaint.getStrokeWidth() * 0.5f;
H A DVectorDrawable.java1670 return object.getStrokeWidth();
2060 float getStrokeWidth() { method in class:VectorDrawable.VFullPath
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp767 static jfloat getStrokeWidth(jlong paintHandle) { function in namespace:android::PaintGlue
768 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getStrokeWidth());
1040 {"nGetStrokeWidth","(J)F", (void*) PaintGlue::getStrokeWidth},
/frameworks/base/libs/hwui/font/
H A DFont.cpp55 mStrokeWidth = paint->getStrokeWidth();
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1350 float previousWidth = textPaint.getStrokeWidth();
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java923 public float getStrokeWidth() { method in class:Paint

Completed in 470 milliseconds

12