/development/samples/GlobalTime/src/com/android/globaltime/ |
D | Texture.java | 24 private int width, height; field in Texture 26 public Texture(ByteBuffer data, int width, int height) { in Texture()
|
D | Clock.java | 100 float cx, float cy, float width, float height) { in drawVArrow() 113 float cx, float cy, float width, float height) { in drawHArrow()
|
/development/tools/draw9patch/src/com/android/draw9patch/graphics/ |
D | GraphicsUtilities.java | 35 public static BufferedImage createCompatibleImage(int width, int height) { in createCompatibleImage() 57 public static BufferedImage createCompatibleImage(BufferedImage image, int width, int height) { in createCompatibleImage() 71 public static BufferedImage createTranslucentCompatibleImage(int width, int height) { in createTranslucentCompatibleImage()
|
/development/tools/ninepatch/src/com/android/ninepatch/ |
D | GraphicsUtilities.java | 41 public static BufferedImage createCompatibleImage(int width, int height) { in createCompatibleImage() 63 public static BufferedImage createCompatibleImage(BufferedImage image, int width, int height) { in createCompatibleImage() 77 public static BufferedImage createTranslucentCompatibleImage(int width, int height) { in createTranslucentCompatibleImage()
|
D | NinePatch.java | 190 int height = 0; in draw() local 330 int height = mImage.getHeight(); in findPatches() local 386 int height = left.mSecond - left.mFirst; in getHorizontalRectangles() local 414 int height = left.mSecond - left.mFirst; in getRectangles() local 466 int height = image.getHeight(); in ensure9Patch() local
|
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
D | ImageHelper.java | 48 String fileName, int width, int height, Color phColor) { in loadImage() 76 int height, Color color) { in createPlaceHolderArt()
|
/development/samples/CubeLiveWallpaper/src/com/android/livecubes/cube3/ |
D | CubeWallpaper3.java | 24 protected Cube3RS createScene(int width, int height) { in createScene()
|
D | RenderScriptWallpaper.java | 30 protected abstract T createScene(int width, int height); in createScene() 73 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged()
|
D | RenderScriptScene.java | 32 public RenderScriptScene(int width, int height) { in RenderScriptScene() 78 public void resize(int width, int height) { in resize()
|
D | Cube3RS.java | 84 Cube3RS(int width, int height) { in Cube3RS() 91 public void resize(int width, int height) { in resize()
|
/development/simulator/app/ |
D | DeviceWindow.cpp | 120 int width, height; in ClampMouse() local 177 int height = onionSkinImage.GetHeight(); in OnUserEvent() local 205 int width, height; in OnSize() local
|
/development/ndk/apps/hello-gl2/project/src/com/android/gl2jni/ |
D | GL2JNILib.java | 31 public static native void init(int width, int height); in init()
|
/development/tools/yuv420sp2rgb/ |
D | yuv420sp2rgb.c | 35 int height; member 52 int width, int height, in color_convert_common() 193 int height, in convert() 273 int height, width, gray, rotate; in main() local
|
D | cmdline.c | 59 int *height, in get_options()
|
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
D | ErrorImageComposite.java | 30 protected void drawCompositeImage(int width, int height) { in drawCompositeImage()
|
/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/laf/ |
D | UnifiedContentBorder.java | 27 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
|
/development/ide/xcode/ports/ |
D | skia_mac.cp | 77 int x =0, y =0, width =640, height=480; local
|
/development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/ |
D | CubeRenderer.java | 67 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | CubeRenderer.java | 67 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
|
/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | CaptureRenderer.java | 55 int height = icon.getIconHeight(); in paintComponent() local
|
D | ScreenViewer.java | 243 private int height; field in ScreenViewer.LoupeViewer 289 int height = getHeight(); in paintComponent() local 476 private int height; field in ScreenViewer.Crosshair 617 int height = getHeight(); in paint() local
|
/development/tools/draw9patch/src/com/android/draw9patch/ui/ |
D | ImageEditorPanel.java | 315 int height = image.getHeight(); in ensure9Patch() local 568 int height = 0; in paintComponent() local 852 int height = image.getHeight(); in paint() local 878 int height = image.getHeight(); in checkLockedRegion() local 1082 int height = left.second - left.first; in getHorizontalRectangles() local 1110 int height = left.second - left.first; in getRectangles() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | KubeRenderer.java | 76 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | Projector.java | 34 public void setCurrentView(int x, int y, int width, int height) { in setCurrentView()
|
/development/samples/BrowserPlugin/src/com/android/sampleplugin/ |
D | SamplePluginStub.java | 115 private native void nativeSurfaceChanged(int npp, int format, int width, int height); in nativeSurfaceChanged()
|