Home
last modified time | relevance | path

Searched defs:strokeWidth (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DAALinearizingConvexPathRenderer.cpp129 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 DStrokeRectOp.cpp348 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 DGrOvalOpFactory.cpp1096 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 DDocumentData.java30 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 DAnimatableTextProperties.java9 @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 Dcanvas2d_test.js660 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 DExpandable.kt460 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/
DBorderOnFocusNode.java18 private float strokeWidth; field in BorderOnFocusNode
23 …ong color, androidx.compose.foundation.shape.CornerSize cornerSize, float strokeWidth, float paddi… in BorderOnFocusNode()
DBorderOnFocusElement.java18 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 Dglyph_pos.cpp36 SkScalar strokeWidth, in draw_gm()
90 SkScalar strokeWidth, in drawTestCase()
H A Dcubicpaths.cpp130 SkScalar strokeWidth) { in drawPath()
249 SkScalar strokeWidth) { in drawPath()
370 SkScalar strokeWidth) { in drawPath()
H A Dpatheffects.cpp187 StrokeLineInflated(float strokeWidth, float pxInflate) in StrokeLineInflated()
258 const float strokeWidth = 16; in onDraw() local
H A Dquadpaths.cpp38 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 DBorderOnFocus.kt53 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 DSquigglySpan.kt49 val strokeWidth = constant
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/view/
DColorOptionIconView2.kt43 private val strokeWidth = constant
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/drawable/
H A DSquigglyProgressTest.kt48 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 DCircularProgressPainter.kt46 var strokeWidth by mutableStateOf(5.dp) variable in com.google.accompanist.swiperefresh.CircularProgressPainter
/aosp_15_r20/frameworks/base/libs/hwui/
H A DVectorDrawable.h209 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/
DRenameMobileNetworkDialogFragment.java250 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 DShadowVectorDrawable.java56 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 DSquigglyProgress.kt69 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 DVisibleUniverse.kt273 val strokeWidth = 2f / zoom in ZoomedDrawScope() constant
/aosp_15_r20/external/skia/bench/
H A DDashBench.cpp255 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 DGraphitePrimitivesSlide.cpp19 float strokeWidth = -1.f, in paint()
520 float strokeWidth() const { in strokeWidth() function in GraphitePrimitivesSlide

12345678910>>...24