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