Searched defs:e1x (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DPathParser.java590 * @param e1x E(eta1) x coordinate of the starting point of the arc
601 double e1x,
632 double q1x = e1x + alpha * ep1x;
644 e1x = e2x;
596 arcToBezier(Path p, double cx, double cy, double a, double b, double e1x, double e1y, double theta, double start, double sweep) argument

Completed in 65 milliseconds