Home
last modified time | relevance | path

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

1234

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
DAnimatableTextProperties.java9 @Nullable public final AnimatableFloatValue strokeWidth; field in AnimatableTextProperties
13 @Nullable AnimatableColorValue stroke, @Nullable AnimatableFloatValue strokeWidth, in AnimatableTextProperties()
/external/skia/gm/
Dglyph_pos.cpp35 SkScalar strokeWidth, in draw_gm()
89 SkScalar strokeWidth, in drawTestCase()
Dstroketext.cpp42 SkScalar strokeWidth) { in draw_text_stroked()
Dninepatchstretch.cpp37 const SkScalar strokeWidth = SkIntToScalar(6); in make_image() local
/external/skqp/gm/
Dglyph_pos.cpp28 SkScalar strokeWidth, in draw_gm()
82 SkScalar strokeWidth, in drawTestCase()
Dstroketext.cpp30 SkScalar strokeWidth) { in draw_text_stroked()
Dshadows.cpp19 static void setup(SkPaint* paint, SkColor c, SkScalar strokeWidth) { in setup()
Dninepatchstretch.cpp26 const SkScalar strokeWidth = SkIntToScalar(6); in make_image() local
Dquadpaths.cpp32 SkScalar strokeWidth) { in drawPath()
162 SkScalar strokeWidth) { in drawPath()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DDocumentData.java26 public final float strokeWidth; field in DocumentData
32 float strokeWidth, boolean strokeOverFill) { in DocumentData()
/external/skqp/src/gpu/ops/
DGrAALinearizingConvexPathRenderer.cpp65 SkScalar strokeWidth = args.fViewMatrix->getMaxScale() * stroke.getWidth(); in onCanDrawPath() local
127 SkScalar strokeWidth, in Make()
142 SkScalar strokeWidth, in AAFlatteningConvexPathOp()
344 SkScalar strokeWidth = fill ? -1.0f : stroke.getWidth(); in onDrawPath() local
369 SkScalar strokeWidth = -1.f; in GR_DRAW_OP_TEST_DEFINE() local
/external/skqp/src/core/
DSkDrawProcs.h29 SkScalar strokeWidth = paint.getStrokeWidth(); in SkDrawTreatAsHairline() local
DSkStrokeRec.cpp150 SkScalar strokeWidth) { in GetInflationRadius()
/external/skia/src/core/
DSkDrawProcs.h29 SkScalar strokeWidth = paint.getStrokeWidth(); in SkDrawTreatAsHairline() local
DSkStrokeRec.cpp150 SkScalar strokeWidth) { in GetInflationRadius()
/external/skia/src/gpu/ops/
DGrAALinearizingConvexPathRenderer.cpp66 SkScalar strokeWidth = args.fViewMatrix->getMaxScale() * stroke.getWidth(); in onCanDrawPath() local
140 SkScalar strokeWidth, in Make()
155 SkScalar strokeWidth, in AAFlatteningConvexPathOp()
401 SkScalar strokeWidth = fill ? -1.0f : stroke.getWidth(); in onDrawPath() local
426 SkScalar strokeWidth = -1.f; in GR_DRAW_OP_TEST_DEFINE() local
/external/skia/docs/examples/
DMiter_Limit.cpp11 const SkScalar strokeWidth = 20; in draw() local
/external/skqp/experimental/svg/model/
DSkSVGNode.cpp106 void SkSVGNode::setStrokeWidth(const SkSVGLength& strokeWidth) { in setStrokeWidth()
182 if (const SkSVGLengthValue* strokeWidth = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/extension/views/
DCircleView.java12 private int strokeWidth; field in CircleView
DFreehandView.java27 private int strokeWidth; field in FreehandView
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DAnimatableTextPropertiesParser.java50 AnimatableFloatValue strokeWidth = null; in parseAnimatableTextProperties() local
DDocumentDataParser.java40 float strokeWidth = 0f; in parse() local
/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js695 strokeWidth: 0, property
702 strokeWidth: 0, property
709 strokeWidth: 1, property
716 strokeWidth: 2, property
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java55 float strokeWidth; field in ShadowVectorDrawable.Path
118 float strokeWidth, in nUpdateFullPathProperties()
/external/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js660 strokeWidth: 0, property
667 strokeWidth: 0, property
674 strokeWidth: 1, property
681 strokeWidth: 2, property

1234