Searched refs:cpoint1Y (Results 1 – 1 of 1) sorted by relevance
1175 float cpoint1Y = 0.975f; in constructUnfocusedCurve() local1177 float slope = ((1f - topPeekHeightPct) - cpoint1Y) / (0.5f - cpoint1X); in constructUnfocusedCurve()1183 p.cubicTo(0f, 1f, cpoint1X, cpoint1Y, 0.5f, 1f - topPeekHeightPct); in constructUnfocusedCurve()