HomeSort by relevance Sort by last modified time
    Searched full:getmaxx (Results 1 - 25 of 39) sorted by null

1 2

  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 61 final float maxX = getMaxX();
75 value = getMaxX();
103 protected abstract float getMaxX();
AABoxCollisionVolume.java 45 public final float getMaxX() {
111 maxX = Math.max(getMaxX(), other.getMaxX());
116 maxX = other.getMaxX();
SphereCollisionVolume.java 44 public float getMaxX() {
137 maxX = Math.max(getMaxX(), other.getMaxX());
142 maxX = other.getMaxX();
GameObjectCollisionSystem.java 238 boundingVolume.getMaxX() - boundingVolume.getMinX(),
250 volume.getMaxX() - volume.getMinX(),
263 volume.getMaxX() - volume.getMinX(),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 952 #define getmaxx macro
    [all...]
ncurses.h 952 #define getmaxx macro
    [all...]
cursesw.h 827 int maxx() const { return getmaxx(w) == ERR ? ERR : getmaxx(w)-1; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 952 #define getmaxx macro
    [all...]
ncurses.h 952 #define getmaxx macro
    [all...]
cursesw.h 827 int maxx() const { return getmaxx(w) == ERR ? ERR : getmaxx(w)-1; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 952 #define getmaxx macro
    [all...]
ncurses.h 952 #define getmaxx macro
    [all...]
cursesw.h 827 int maxx() const { return getmaxx(w) == ERR ? ERR : getmaxx(w)-1; }
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 560 bounds.right = (float)rect.getMaxX();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 

Completed in 353 milliseconds

1 2