Home
last modified time | relevance | path

Searched defs:union (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/tests/F_union/
Dunion.rs9 static union u2 { variable
/frameworks/base/graphics/java/android/graphics/
DRectF.java467 public void union(float left, float top, float right, float bottom) { in union() method in RectF
494 public void union(RectF r) { in union() method in RectF
505 public void union(float x, float y) { in union() method in RectF
DRect.java471 public void union(int left, int top, int right, int bottom) { in union() method in Rect
494 public void union(Rect r) { in union() method in Rect
505 public void union(int x, int y) { in union() method in Rect
DRegion.java250 public final boolean union(Rect r) { in union() method in Region