Searched defs:capType (Results 1 – 5 of 5) sorted by relevance
25 private final ShapeStroke.LineCapType capType; field in GradientStroke35 AnimatablePointValue endPoint, AnimatableFloatValue width, ShapeStroke.LineCapType capType, in GradientStroke()
60 private final LineCapType capType; field in ShapeStroke67 AnimatableIntegerValue opacity, AnimatableFloatValue width, LineCapType capType, in ShapeStroke()
44 ShapeStroke.LineCapType capType = null; in parse() local
57 ShapeStroke.LineCapType capType = null; in parse() local
293 DashCap capType = (this->cap() == SkPaint::kRound_Cap) ? kRound_DashCap : kNonRound_DashCap; in onCreateProgramInfo() local335 DashCap capType = (SkPaint::kRound_Cap == cap) ? kRound_DashCap : kNonRound_DashCap; in onPrepareDraws() local