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

1 2

  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 83 final float maxY = getMaxY();
97 value = getMaxY();
105 protected abstract float getMaxY();
AABoxCollisionVolume.java 55 public final float getMaxY() {
113 maxY = Math.max(getMaxY(), other.getMaxY());
118 maxY = other.getMaxY();
SphereCollisionVolume.java 54 public float getMaxY() {
139 maxY = Math.max(getMaxY(), other.getMaxY());
144 maxY = other.getMaxY();
GameObjectCollisionSystem.java 239 boundingVolume.getMaxY() - boundingVolume.getMinY(),
251 volume.getMaxY() - volume.getMinY(),
264 volume.getMaxY() - volume.getMinY(),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 953 #define getmaxy macro
    [all...]
ncurses.h 953 #define getmaxy macro
    [all...]
cursesw.h 830 int maxy() const { return getmaxy(w) == ERR ? ERR : getmaxy(w)-1; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 953 #define getmaxy macro
    [all...]
ncurses.h 953 #define getmaxy macro
    [all...]
cursesw.h 830 int maxy() const { return getmaxy(w) == ERR ? ERR : getmaxy(w)-1; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 953 #define getmaxy macro
    [all...]
ncurses.h 953 #define getmaxy macro
    [all...]
cursesw.h 830 int maxy() const { return getmaxy(w) == ERR ? ERR : getmaxy(w)-1; }
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 562 bounds.bottom = (float)rect.getMaxY();
  /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 363 milliseconds

1 2