/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | AALinearizingConvexPathRenderer.cpp | 129 SkScalar strokeWidth, in Make() 144 SkScalar strokeWidth, in AAFlatteningConvexPathOp() 406 SkScalar strokeWidth = args.fViewMatrix->getMaxScale() * stroke.getWidth(); in onCanDrawPath() local 440 SkScalar strokeWidth = fill ? -1.0f : stroke.getWidth(); in onDrawPath() local 465 SkScalar strokeWidth = -1.f; in GR_DRAW_OP_TEST_DEFINE() local
|
H A D | StrokeRectOp.cpp | 348 SkScalar strokeWidth, in compute_aa_rects() 1038 SkScalar strokeWidth = random->nextBool() ? 0.0f : 2.0f; in GR_DRAW_OP_TEST_DEFINE() local 1060 SkScalar strokeWidth = random->nextUScalar1() * minDim; in GR_DRAW_OP_TEST_DEFINE() local
|
H A D | GrOvalOpFactory.cpp | 1096 SkScalar strokeWidth = viewMatrix.mapRadius(stroke.getWidth()); in CircleOp() local 1556 SkScalar strokeWidth, in Make() 1570 SkScalar strokeWidth, SkScalar startAngle, SkScalar onAngle, in ButtCapDashedCircleOp() 1898 SkScalar strokeWidth = stroke.getWidth(); in Make() local 2193 SkScalar strokeWidth = stroke.getWidth(); in Make() local 3244 SkScalar strokeWidth = stroke.getWidth(); in MakeCircularRRectOp() local 3298 SkScalar strokeWidth = stroke.getWidth(); in make_rrect_op() local 3521 SkScalar strokeWidth = random->nextRangeScalar(0.001f * radius, 1.8f * radius); in GR_DRAW_OP_TEST_DEFINE() local
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/ |
H A D | DocumentData.java | 30 public float strokeWidth; field in DocumentData 38 float strokeWidth, boolean strokeOverFill, PointF boxPosition, PointF boxSize) { in DocumentData() 47 float strokeWidth, boolean strokeOverFill, PointF boxPosition, PointF boxSize) { in set()
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/ |
H A D | AnimatableTextProperties.java | 9 @Nullable public final AnimatableFloatValue strokeWidth; field in AnimatableTextProperties 13 @Nullable AnimatableColorValue stroke, @Nullable AnimatableFloatValue strokeWidth, in AnimatableTextProperties()
|
/aosp_15_r20/external/skia/modules/canvaskit/tests/ |
H A D | canvas2d_test.js | 660 strokeWidth: 0, property 667 strokeWidth: 0, property 674 strokeWidth: 1, property 681 strokeWidth: 2, property
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/ |
H A D | Expandable.kt | 460 val strokeWidth = border.width.toPx() in drawBackground() constant 488 val strokeWidth = border.width.toPx() in drawBackground() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/ui/compose/ |
D | BorderOnFocusNode.java | 18 private float strokeWidth; field in BorderOnFocusNode 23 …ong color, androidx.compose.foundation.shape.CornerSize cornerSize, float strokeWidth, float paddi… in BorderOnFocusNode()
|
D | BorderOnFocusElement.java | 18 private final float strokeWidth = 0.0F; field in BorderOnFocusElement 21 …ong color, androidx.compose.foundation.shape.CornerSize cornerSize, float strokeWidth, float paddi… in BorderOnFocusElement()
|
/aosp_15_r20/external/skia/gm/ |
H A D | glyph_pos.cpp | 36 SkScalar strokeWidth, in draw_gm() 90 SkScalar strokeWidth, in drawTestCase()
|
H A D | cubicpaths.cpp | 130 SkScalar strokeWidth) { in drawPath() 249 SkScalar strokeWidth) { in drawPath() 370 SkScalar strokeWidth) { in drawPath()
|
H A D | patheffects.cpp | 187 StrokeLineInflated(float strokeWidth, float pxInflate) in StrokeLineInflated() 258 const float strokeWidth = 16; in onDraw() local
|
H A D | quadpaths.cpp | 38 SkScalar strokeWidth) { in drawPath() 165 SkScalar strokeWidth) { in drawPath()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/compose/ |
H A D | BorderOnFocus.kt | 53 var strokeWidth: Dp, in borderOnFocus() variable in com.android.systemui.qs.ui.compose.BorderOnFocusNode 81 val strokeWidth: Dp, constant in com.android.systemui.qs.ui.compose.BorderOnFocusElement
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/ |
H A D | SquigglySpan.kt | 49 val strokeWidth = constant
|
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/view/ |
D | ColorOptionIconView2.kt | 43 private val strokeWidth = constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/drawable/ |
H A D | SquigglyProgressTest.kt | 48 private val strokeWidth = 5f constant in com.android.systemui.media.controls.ui.drawable.SquigglyProgressTest
|
/aosp_15_r20/external/accompanist/swiperefresh/src/main/java/com/google/accompanist/swiperefresh/ |
H A D | CircularProgressPainter.kt | 46 var strokeWidth by mutableStateOf(5.dp) variable in com.google.accompanist.swiperefresh.CircularProgressPainter
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.h | 209 float strokeWidth = 0; member 246 void setStrokeWidth(float strokeWidth) { in setStrokeWidth() 283 void updateProperties(float strokeWidth, SkColor strokeColor, float strokeAlpha, in updateProperties() 309 strokeWidth = 0, enumerator
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | RenameMobileNetworkDialogFragment.java | 250 final int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width); in getColors() local 264 private Color(String label, int color, int iconSize, int strokeWidth) { in Color()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowVectorDrawable.java | 56 float strokeWidth; field in ShadowVectorDrawable.Path 119 float strokeWidth, in nUpdateFullPathProperties()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/ |
H A D | SquigglyProgress.kt | 69 var strokeWidth = 0f in <lambda>() variable in com.android.systemui.media.controls.ui.drawable.SquigglyProgress
|
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
H A D | VisibleUniverse.kt | 273 val strokeWidth = 2f / zoom in ZoomedDrawScope() constant
|
/aosp_15_r20/external/skia/bench/ |
H A D | DashBench.cpp | 255 DrawPointsDashingBench(int dashLength, int strokeWidth, bool doAA) in DrawPointsDashingBench() 381 DashGridBench(int dashLength, int strokeWidth, bool doAA) { in DashGridBench()
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | GraphitePrimitivesSlide.cpp | 19 float strokeWidth = -1.f, in paint() 520 float strokeWidth() const { in strokeWidth() function in GraphitePrimitivesSlide
|