Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 75) 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.java202 int width = (int) (extra * hRemainder / hWeightSum); in draw() local
221 int width = (int) (extra * hRemainder / hWeightSum); in draw() local
329 int width = mImage.getWidth(); in findPatches() local
375 int width = top.mSecond - top.mFirst; in getVerticalRectangles() local
417 int width = top.mSecond - top.mFirst; in getRectangles() local
465 int width = image.getWidth(); in ensure9Patch() local
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DImageHelper.java48 String fileName, int width, int height, Color phColor) { in loadImage()
75 public static Image createPlaceHolderArt(Display display, int width, in createPlaceHolderArt()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DNumericSprite.java32 int width = roundUpPower2((int) (interDigitGaps + paint.measureText(sStrike))); in initialize() local
80 public float width() { in width() method in NumericSprite
81 float width = 0.0f; in width() local
DProjector.java34 public void setCurrentView(int x, int y, int width, int height) { in setCurrentView()
/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
176 int width = onionSkinImage.GetWidth(); 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.c34 int width; member
52 int width, int height, in color_convert_common()
194 int width, in convert()
273 int height, width, gray, rotate; in main() local
Dcmdline.c60 int *width, 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/draw9patch/src/com/android/draw9patch/ui/
DImageEditorPanel.java314 int width = image.getWidth(); in ensure9Patch() local
580 int width = (int) (extra * hRemainder / hWeightSum); in paintComponent() local
599 int width = (int) (extra * hRemainder / hWeightSum); in paintComponent() local
851 int width = image.getWidth(); in paint() local
877 int width = image.getWidth(); in checkLockedRegion() local
1071 int width = top.second - top.first; in getVerticalRectangles() local
1113 int width = top.second - top.first; in getRectangles() local
/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.java54 int width = icon.getIconWidth(); in paintComponent() local
DScreenViewer.java242 private int width; field in ScreenViewer.LoupeViewer
288 int width = getWidth(); in paintComponent() local
475 private int width; field in ScreenViewer.Crosshair
616 int width = getWidth(); in paint() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DKubeRenderer.java76 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()

123