/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/ |
D | MultiTouchView.java | 93 protected void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() 154 public void drawBitmap(int x, int y, int w, int h, int[] colors) { in drawBitmap() 175 public void drawJpeg(int x, int y, int w, int h, InputStream jpeg) { in drawJpeg()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | HoverOverlay.java | 132 public void setHover(int x, int y, int w, int h) { in setHover() 150 int w = mHScale.scale(mHoverRect.width); in paint() local
|
D | GCWrapper.java | 270 int w = mHScale.scale(x2 - x1); in drawRect() local 286 int w = mHScale.scale(r.w); in drawRect() local 297 int w = mHScale.scale(x2 - x1); in fillRect() local 313 int w = mHScale.scale(r.w); in fillRect() local 325 int w = mHScale.scale(x2 - x1); in drawOval() local 339 int w = mHScale.scale(r.w); in drawOval() local 349 int w = mHScale.scale(x2 - x1); in fillOval() local 363 int w = mHScale.scale(r.w); in fillOval() local
|
D | MarqueeGesture.java | 74 int w = Math.abs(pos.x - mStart.x); in update() local 124 public void updateSize(int x, int y, int w, int h) { in updateSize()
|
D | EmptyViewsOverlay.java | 87 int w = mHScale.scale(r.width); in paint() local
|
D | SelectionHandles.java | 90 int w = r.w; in createHandles() local
|
D | OutlineOverlay.java | 92 int w = mHScale.scale(r.width); in drawOutline() local
|
D | ImageOverlay.java | 397 private static SwtReadyBufferedImage createImage(int w, int h, Device device) { in createImage() 419 public BufferedImage getImage(int w, int h) { in getImage()
|
D | LintOverlay.java | 93 int w = mHScale.scale(bounds.width); in paint() local
|
D | ResizeGesture.java | 149 int w = b.w; in getNewBounds() local
|
D | MoveGesture.java | 561 int w = (int) (controlDragBounds.w / horizScale); in updateDropFeedback() local
|
D | CanvasViewInfo.java | 817 int w = root.getRight() - x; in createView() local
|
/sdk/emulator/opengl/tests/ut_renderer/ |
D | RenderingThread.cpp | 39 void RenderingThread::s_glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat w, GLfloat h) in s_glDrawTexfOES() 46 void RenderingThread::s_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort w, GLshort h) in s_glDrawTexsOES() 53 void RenderingThread::s_glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h) in s_glDrawTexiOES() 60 void RenderingThread::s_glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h) in s_glDrawTexxOES()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | WindowsLoader.java | 70 Window w = new Window(line.substring(index + 1), id); in loadWindows() local
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/ |
D | ShareMockupAction.java | 46 int w = v.getMeasuredWidth(); in launch() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GlTracePlugin.java | 117 IWorkbenchWindow w = PlatformUI.getWorkbench().getActiveWorkbenchWindow(); in showConsoleView() local
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | FrameBuffer.cpp | 575 WindowSurfaceMap::iterator w( m_windows.find(p_surface) ); in flushWindowSurfaceColorBuffer() local 591 WindowSurfaceMap::iterator w( m_windows.find(p_surface) ); in setWindowSurfaceColorBuffer() local 671 WindowSurfaceMap::iterator w( m_windows.find(p_drawSurface) ); in bindContext() local 679 WindowSurfaceMap::iterator w( m_windows.find(p_readSurface) ); in bindContext() local
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
D | MultiTouchActivity.java | 281 final int w = bb.getInt(); in onFrameBuffer() local 353 int w = mImageView.getWidth(); in updateDisplay() local
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Context.cpp | 46 void GLESv2Context::setAttribute0value(float x, float y, float z, float w) in setAttribute0value()
|
D | GLESv2Imp.cpp | 1869 GL_APICALL void GL_APIENTRY glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w… in glUniform4f() 1879 GL_APICALL void GL_APIENTRY glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w){ in glUniform4i() 1979 …PICALL void GL_APIENTRY glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w){ in glVertexAttrib4f()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
D | DurationMinimap.java | 470 int w = (int) (duration * mScale); in getDurationBounds() local 486 int w = ((mMaxDurationLength + CONTEXT_PADDING) * mContextCount); in getBoundsFramingCalls() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
D | ReferenceChooserDialog.java | 302 IWorkbench w = PlatformUI.getWorkbench(); in widgetSelected() local
|
D | ResourceChooser.java | 706 IWorkbench w = PlatformUI.getWorkbench(); in createNewString() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridDropHandler.java | 88 int w = dragBounds != null ? dragBounds.w : 0; in computeMatches() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | StateTransformFactory.java | 501 int w = msg.getArgs(2).getIntValue(0); in transformsForGlScissor() local 826 int w = msg.getArgs(2).getIntValue(0); in transformsForGlViewport() local
|