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