Searched refs:getStrokeWidth (Results 1 - 25 of 29) 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 DCanvas_Delegate.java734 float strokeWidth = paintDelegate.getStrokeWidth();
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawerArrowDrawable.java231 if (mPaint.getStrokeWidth() != width) {
242 return mPaint.getStrokeWidth();
360 final float topBottomBarOffset = lerp(mBarGap + mPaint.getStrokeWidth(), -mMaxCutForBarSize,
382 final float barThickness = mPaint.getStrokeWidth();
/frameworks/base/libs/hwui/
H A DBakedOpState.cpp42 clippedBounds.outset(recordedOp.paint->getStrokeWidth() * 0.5f);
46 && (!transform.isPureTranslate() || recordedOp.paint->getStrokeWidth() < 1.0f))) {
H A DOpenGLRenderer.cpp1364 float outset = paint->getStrokeWidth() * 0.5f;
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);
H A DPathCache.cpp76 , strokeWidth(paint->getStrokeWidth())
143 offset = (int) floorf(std::max(paint->getStrokeWidth(), 1.0f) * 1.5f + 0.5f);
H A DVectorDrawable.cpp185 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(),
237 paint.setStrokeWidth(properties.getStrokeWidth() * strokeScale);
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.cpp404 return mProperty->value.getStrokeWidth();
H A DBakedOpDispatcher.cpp237 shadowBounds.outset(op.paint->getStrokeWidth() * 0.5f);
243 (!transform.isPureTranslate() || op.paint->getStrokeWidth() < 1.0f))) {
393 float outsetDistance = op.paint->getStrokeWidth() / 2;
H A DTessellationCache.cpp54 , strokeWidth(paint.getStrokeWidth()) {
H A DVectorDrawable.h249 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();
395 {"nGetStrokeWidth", "!(J)F", (void*)getStrokeWidth},
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathsActivity.java97 mOffset = mMediumPaint.getStrokeWidth();
/frameworks/support/v4/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.java170 properties.putFloat(VFullPath_Delegate.STROKE_WIDTH_INDEX * 4, path.getStrokeWidth());
395 return path.getStrokeWidth();
695 private float getStrokeWidth() { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java671 mStrokePaint.getStrokeWidth() > 0;
699 float rad = mStrokePaint.getStrokeWidth();
1052 inset = mStrokePaint.getStrokeWidth() * 0.5f;
1707 0.0001f : mStrokePaint.getStrokeWidth() * 0.5f;
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp222 static jfloat getStrokeWidth(JNIEnv* env, jobject, jlong paintHandle) { function in namespace:android::PaintGlue
223 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getStrokeWidth());
938 {"nGetStrokeWidth","!(J)F", (void*) PaintGlue::getStrokeWidth},
/frameworks/base/libs/hwui/font/
H A DFont.cpp55 mStrokeWidth = paint->getStrokeWidth();
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java926 public float getStrokeWidth() { method in class:Paint
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1350 float previousWidth = textPaint.getStrokeWidth();

Completed in 739 milliseconds

12