/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | Cube.java | 22 …public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float fro… in Cube() argument 25 GLVertex rightBottomBack = addVertex(right, bottom, back); in Cube() 27 GLVertex rightTopBack = addVertex(right, top, back); in Cube() 29 GLVertex rightBottomFront = addVertex(right, bottom, front); in Cube() 31 GLVertex rightTopFront = addVertex(right, top, front); in Cube()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixStack.java | 42 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf() argument 44 Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far); in glFrustumf() 47 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() argument 49 glFrustumf(fixedToFloat(left),fixedToFloat(right), in glFrustumx() 102 public void glOrthof(float left, float right, float bottom, float top, in glOrthof() argument 104 Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far); in glOrthof() 107 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox() argument 109 glOrthof(fixedToFloat(left), fixedToFloat(right), in glOrthox()
|
D | MatrixTrackingGL.java | 260 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf() argument 262 mCurrent.glFrustumf(left, right, bottom, top, near, far); in glFrustumf() 263 mgl.glFrustumf(left, right, bottom, top, near, far); in glFrustumf() 267 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() argument 269 mCurrent.glFrustumx(left, right, bottom, top, near, far); in glFrustumx() 270 mgl.glFrustumx(left, right, bottom, top, near, far); in glFrustumx() 490 public void glOrthof(float left, float right, float bottom, float top, in glOrthof() argument 492 mCurrent.glOrthof(left, right, bottom, top, near, far); in glOrthof() 493 mgl.glOrthof(left, right, bottom, top, near, far); in glOrthof() 497 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox() argument [all …]
|
/development/samples/BrowserPlugin/jni/navigation/ |
D | NavigationPlugin.cpp | 61 inval.right = rnd16(r.right, -inset); in inval() 104 clipR.right = clip.right; in drawPlugin() 127 m_navUp.right = m_navUp.left + 30; in draw() 134 m_navDown.right = m_navDown.left + 30; in draw() 141 m_navLeft.right = m_navLeft.left + 30; in draw() 148 m_navRight.right = m_navRight.left + 30; in draw() 155 m_navCenter.right = m_navCenter.left + 30; in draw()
|
/development/samples/BrowserPlugin/jni/audio/ |
D | AudioPlugin.cpp | 62 inval.right = rnd16(r.right, -inset); in inval() 197 clipR.right = clip.right; in drawPlugin() 227 m_trackRect.right = W - 2; in draw() 240 m_playRect.right = m_playRect.left + buttonWidth; in draw() 249 m_pauseRect.left = m_playRect.right + 20; in draw() 251 m_pauseRect.right = m_pauseRect.left + buttonWidth; in draw() 260 m_stopRect.left = m_pauseRect.right + 20; in draw() 262 m_stopRect.right = m_stopRect.left + buttonWidth; in draw() 320 if (m_playRect.left && x < m_playRect.right && y > m_playRect.top && y < m_playRect.bottom) in validTouch() 322 …else if (m_pauseRect.left && x < m_pauseRect.right && y > m_pauseRect.top && y < m_pauseRect.botto… in validTouch() [all …]
|
/development/samples/BrowserPlugin/jni/paint/ |
D | PaintPlugin.cpp | 114 clipR.right = dirtyRect->right; in getCanvas() 127 newRect.right = (int) dirtyRect->right; in getCanvas() 167 m_inputToggle.right = m_inputToggle.left + buttonWidth; in drawCleanPlugin() 177 m_colorToggle.right = m_colorToggle.left + buttonWidth; in drawCleanPlugin() 187 m_fullScreenToggle.right = m_fullScreenToggle.left + buttonWidth; in drawCleanPlugin() 198 m_clearSurface.right = m_clearSurface.left + buttonWidth; in drawCleanPlugin() 208 m_drawingSurface.right = W - 5; in drawCleanPlugin() 379 …if (fx > m_drawingSurface.left && fx < m_drawingSurface.right && fy > m_drawingSurface.top && fy <… in validTouch() 381 …else if (fx > m_inputToggle.left && fx < m_inputToggle.right && fy > m_inputToggle.top && fy < m_i… in validTouch() 383 …else if (fx > m_colorToggle.left && fx < m_colorToggle.right && fy > m_colorToggle.top && fy < m_c… in validTouch() [all …]
|
/development/samples/BrowserPlugin/jni/form/ |
D | FormPlugin.cpp | 61 inval.right = rnd16(r.right, -inset); in inval() 123 clipR.right = clip.right; in drawPlugin() 146 m_usernameInput.rect.right = W - 5; in draw() 154 m_passwordInput.rect.right = W - 5; in draw() 195 oval.right = oval.left + ovalWidth; in drawPassword() 365 visibleRects[0].right = input->rect.right; in scrollIntoView() 373 if (x > m_usernameInput.rect.left && x < m_usernameInput.rect.right && in validTap() 376 else if (x >m_passwordInput.rect.left && x < m_passwordInput.rect.right && in validTap()
|
/development/samples/BrowserPlugin/jni/animation/ |
D | AnimationPlugin.cpp | 52 inval.right = rnd16(r.right, -inset); in inval() 109 clipR.right = clip.right; in drawPlugin() 146 m_oval.right = m_x + OW; in drawPlugin() 169 visibleRects[0].right = window->width; in showEntirePluginOnScreen()
|
/development/ndk/platforms/android-9/include/android/ |
D | rect.h | 28 int32_t right; member
|
/development/simulator/app/assets/android-sooner/ |
D | imap | 15 convert $BACKGROUND -crop 31x84+258+392 right.png
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | ColorFilters.java | 51 int x = r.right + 12; in addToTheRight() 130 float x = (r.left + r.right) * 0.5f; in drawSample()
|
D | Regions.java | 91 r.right - inset, r.bottom - inset, p); in drawCentered()
|
/development/samples/Home/src/com/example/android/home/ |
D | ApplicationsStackLayout.java | 134 final int right = getWidth(); in onDraw() local 139 mDrawRect.set(0, 0, right, mFavoritesStart); in onDraw() 149 mDrawRect.set(0, mFavoritesStart, right, mFavoritesEnd); in onDraw()
|
/development/pdk/docs/ |
D | index.jd | 15 <div style="float: right; width: 35%;"> 27 <img style="float: right; padding-right: 1.5em;" src="{@docRoot}images/home-bugdroid.png" alt="Andr…
|
/development/ndk/platforms/android-4/include/GLES/ |
D | glext.h | 343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GL… 361 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi… 383 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfi… 401 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixe… 510 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GL… 511 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl… 517 typedef void (GL_APIENTRYP PFNGLFRUSTUMFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfl… 518 typedef void (GL_APIENTRYP PFNGLORTHOFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloa…
|
D | gl.h | 600 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo… 618 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat… 670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix… 706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed…
|
/development/pdk/docs/porting/ |
D | group__networking.jd | 21 <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" v…
|
/development/simulator/wrapsim/ |
D | DevFb.c | 131 r = dirty.right <=w ? dirty.right : w; in sendPixelsToSim()
|
/development/ide/xcode/ports/ |
D | SkOSWindow_Mac.cpp | 79 this->resize(r.right - r.left, r.bottom - r.top); in updateSize() 88 rect.right = r.fRight; in onHandleInval()
|
/development/pdk/docs/source/ |
D | using-eclipse.jd | 7 Eclipse to develop applications that run on Android, this is not the right 56 <li>Wait while it sets up the project. (You'll see a subtle progress meter in the lower right corne… 72 <li>In the "Navigator", right-click on the project ("android-java" or whatever you named it) 183 …n the Debug perspective (next to the "Java" perspective icon in the upper-right, click the small "…
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | app-win32.c | 192 sWindowWidth = rc.right; in wndProc()
|
D | importgl.h | 91 FNDEF(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G…
|
/development/samples/BrowserPlugin/jni/ |
D | main.cpp | 340 evt->data.draw.clip.right, in NPP_HandleEvent() 378 evt->data.visibleRect.rect.right, evt->data.visibleRect.rect.bottom); in NPP_HandleEvent()
|
/development/tools/emulator/skins/WVGA800/ |
D | layout | 57 dpad-right {
|
/development/tools/emulator/skins/WVGA854/ |
D | layout | 57 dpad-right {
|