Searched refs:plus (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DRectangle.java40 origin.plus(size.x, 0.0f),
41 origin.plus(0.0f, size.y),
42 origin.plus(size.x, size.y));
64 center.plus(dx).minus(dy),
65 center.minus(dx).plus(dy),
66 center.plus(dx).plus(dy));
78 return p0.plus(p1).plus(p2).plus(p
[all...]
H A DQuad.java55 return new Quad(p0.plus(t), p1.plus(t), p2.plus(t), p3.plus(t));
59 return new Quad(p0.plus(x, y), p1.plus(x, y), p2.plus(x, y), p3.plus(x, y));
H A DPoint.java48 public Point plus(float x, float y) { method in class:Point
52 public Point plus(Point point) { method in class:Point
53 return this.plus(point.x, point.y);
106 return this.minus(center).rotated(radians).plus(center);
/frameworks/native/libs/binder/
H A DAndroid.mk15 # we have the common sources, plus some device-specific stuff
/frameworks/native/libs/utils/
H A DAndroid.mk106 # we have the common sources, plus some device-specific stuff

Completed in 124 milliseconds