Home
last modified time | relevance | path

Searched defs:right (Results 1 – 6 of 6) sorted by relevance

/development/ndk/platforms/android-9/include/android/
Drect.h28 int32_t right; member
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java42 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf()
47 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx()
102 public void glOrthof(float left, float right, float bottom, float top, in glOrthof()
107 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox()
DMatrixTrackingGL.java260 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf()
267 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx()
490 public void glOrthof(float left, float right, float bottom, float top, in glOrthof()
497 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DCube.java22 …public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float fro… in Cube()
/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java134 final int right = getWidth(); in onDraw() local
DHome.java748 public void setBounds(int left, int top, int right, int bottom) { in setBounds()