/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 | 202 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/ |
D | ImageHelper.java | 48 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/ |
D | NumericSprite.java | 32 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
|
D | Projector.java | 34 public void setCurrentView(int x, int y, int width, int height) { in setCurrentView()
|
/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 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/ |
D | GL2JNILib.java | 31 public static native void init(int width, int height); in init()
|
/development/tools/yuv420sp2rgb/ |
D | yuv420sp2rgb.c | 34 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
|
D | cmdline.c | 60 int *width, 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/draw9patch/src/com/android/draw9patch/ui/ |
D | ImageEditorPanel.java | 314 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/ |
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 | 54 int width = icon.getIconWidth(); in paintComponent() local
|
D | ScreenViewer.java | 242 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/ |
D | KubeRenderer.java | 76 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
|