Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 74) sorted by relevance

123

/development/samples/GlobalTime/src/com/android/globaltime/
DTexture.java24 private int width, height; field in Texture
26 public Texture(ByteBuffer data, int width, int height) { in Texture()
DClock.java100 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/
DGraphicsUtilities.java35 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/
DGraphicsUtilities.java41 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()
DNinePatch.java190 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/
DImageHelper.java48 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/
DCubeWallpaper3.java24 protected Cube3RS createScene(int width, int height) { in createScene()
DRenderScriptWallpaper.java30 protected abstract T createScene(int width, int height); in createScene()
73 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged()
DRenderScriptScene.java32 public RenderScriptScene(int width, int height) { in RenderScriptScene()
78 public void resize(int width, int height) { in resize()
DCube3RS.java84 Cube3RS(int width, int height) { in Cube3RS()
91 public void resize(int width, int height) { in resize()
/development/simulator/app/
DDeviceWindow.cpp120 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/
DGL2JNILib.java31 public static native void init(int width, int height); in init()
/development/tools/yuv420sp2rgb/
Dyuv420sp2rgb.c35 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
Dcmdline.c59 int *height, in get_options()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DErrorImageComposite.java30 protected void drawCompositeImage(int width, int height) { in drawCompositeImage()
/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/laf/
DUnifiedContentBorder.java27 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/development/ide/xcode/ports/
Dskia_mac.cp77 int x =0, y =0, width =640, height=480; local
/development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
DCubeRenderer.java67 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCubeRenderer.java67 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DCaptureRenderer.java55 int height = icon.getIconHeight(); in paintComponent() local
DScreenViewer.java243 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/
DImageEditorPanel.java315 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/
DKubeRenderer.java76 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DProjector.java34 public void setCurrentView(int x, int y, int width, int height) { in setCurrentView()
/development/samples/BrowserPlugin/src/com/android/sampleplugin/
DSamplePluginStub.java115 private native void nativeSurfaceChanged(int npp, int format, int width, int height); in nativeSurfaceChanged()

123