Home
last modified time | relevance | path

Searched defs:bx (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/awt/java/awt/
DGradientPaintContext.java108 Point2D bx = new Point2D.Double(px, py); in GradientPaintContext() local
DBasicStroke.java1200 double bx = 3.0 * (-x23 + x12); in addCubic() local
1463 double bx = x2 - x1; in addDashQuad() local
1593 double bx = 3.0 * (x1 + x3 - x2 - x2); in addDashCubic() local
1925 double bx = 2.0 * (x2 - x1); in Quad() local
2047 double bx = 3.0 * (x1 + x3 - x2 - x2); in Cubic() local
/frameworks/base/core/java/android/gesture/
DGestureStroke.java53 RectF bx = null; in GestureStroke() local
/frameworks/base/awt/org/apache/harmony/awt/gl/
DCrossing.java158 double ax, ay, bx, by; field in Crossing.QuadCurve
256 double ax, ay, bx, by, cx, cy; field in Crossing.CubicCurve
/frameworks/base/awt/java/awt/geom/
DCubicCurve2D.java873 double bx = (cx2 + cx) / 2.0; in subdivide() local
932 double bx = (cx2 + cx) / 2.0; in subdivide() local