Searched refs:bottomRoundnessX (Results 1 – 1 of 1) sorted by relevance
153 float bottomRoundnessX = bottomRoundness; in getRoundedRectPath() local155 bottomRoundnessX = Math.min(width / 2, bottomRoundnessX); in getRoundedRectPath()167 outPath.quadTo(right, bottom, right - bottomRoundnessX, bottom); in getRoundedRectPath()168 outPath.lineTo(left + bottomRoundnessX, bottom); in getRoundedRectPath()