Home
last modified time | relevance | path

Searched defs:capType (Results 1 – 5 of 5) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DGradientStroke.java26 private final ShapeStroke.LineCapType capType; field in GradientStroke
36 AnimatablePointValue endPoint, AnimatableFloatValue width, ShapeStroke.LineCapType capType, in GradientStroke()
DShapeStroke.java61 private final LineCapType capType; field in ShapeStroke
68 AnimatableIntegerValue opacity, AnimatableFloatValue width, LineCapType capType, in ShapeStroke()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DShapeStrokeParser.java44 ShapeStroke.LineCapType capType = null; in parse() local
DGradientStrokeParser.java57 ShapeStroke.LineCapType capType = null; in parse() local
/external/skia/src/gpu/ganesh/ops/
DDashOp.cpp338 DashCap capType = (this->cap() == SkPaint::kRound_Cap) ? kRound_DashCap : kNonRound_DashCap; in onCreateProgramInfo() local
380 DashCap capType = (SkPaint::kRound_Cap == cap) ? kRound_DashCap : kNonRound_DashCap; in onPrepareDraws() local