Home
last modified time | relevance | path

Searched defs:Int2 (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DInt2.java27 public class Int2 { class
28 public Int2() { in Int2() method in Int2
31 public Int2(int initX, int initY) { in Int2() method in Int2
/frameworks/base/rs/java/android/renderscript/
DInt2.java23 public class Int2 { class
27 public Int2() { in Int2() method in Int2
31 public Int2(int i) { in Int2() method in Int2
35 public Int2(int x, int y) { in Int2() method in Int2
41 public Int2(Int2 source) { in Int2() method in Int2
/frameworks/rs/cpp/
DrsCppStructs.h2226 Int2(int initX, int initY) in Int2() function
2228 Int2() : x(0), y(0) {} in Int2() function