Home
last modified time | relevance | path

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

12

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DTexImageTransform.java67 GLEnum type, int xOffset, int yOffset, int width, int height) { in TexImageTransform()
135 private String createTexture(File textureDataFile, int width, int height) throws IOException { in createTexture()
162 int xOffset, int yOffset, int width, int height) throws IOException { in updateTextureData()
182 private byte[] formatSourceData(byte[] subImageData, int width, int height) { in formatSourceData()
279 private byte[] addAlphaChannel(byte[] sourceData, int width, int height) { in addAlphaChannel()
280 assert sourceData.length == 3 * width * height; // should have R, G & B channels in addAlphaChannel() local
294 private byte[] addRGBChannels(byte[] sourceData, int width, int height) { in addRGBChannels()
295 assert sourceData.length == width * height; // should have a single alpha channel in addRGBChannels() local
307 private byte[] createRGBAFromLuminance(byte[] sourceData, int width, int height) { in createRGBAFromLuminance()
308 assert sourceData.length == width * height; // should have a single luminance channel in createRGBAFromLuminance() local
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DBinPacker.java87 Rect occupy(int width, int height) { in occupy()
100 private int findBest(int width, int height) { in findBest()
195 private Rect split(int index, int width, int height) { in split()
293 int height = 100; in dumpImage() local
DImageUtils.java320 int height = y2 - y1; in crop() local
465 int height = source.getHeight(); in createRectangularDropShadow() local
488 int x, int y, int width, int height) { in drawRectangleShadow()
510 int x, int y, int width, int height) { in drawSmallRectangleShadow()
552 int x, int y, int width, int height) { in drawRectangleShadow()
619 int x, int y, int width, int height) { in drawSmallRectangleShadow()
751 int height = y2 - y1; in subImage() local
971 public static BufferedImage createColoredImage(int width, int height, RGB color) { in createColoredImage()
DRenderPreview.java707 int height = getHeight(); in createErrorThumbnail() local
735 private static double getScale(int width, int height) { in getScale()
853 int height = getHeight(); in paint() local
1158 int height = RenderPreviewManager.getMaxHeight(); in updateSize() local
DSwtUtils.java137 int height = awtImage.getHeight(); in convertToSwt() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DGraphicsUtilities.java62 int height = imageData.height; in clearImageData() local
103 public static int getVerticalPixels(ImageData data, int x, int y, int height, int[] out) { in getVerticalPixels()
DNinePatchedImage.java253 int height = mBaseImageData.height; in ensure9Patch() local
538 final int height = image.height; in getRawImageData() local
717 public Projection[][] getProjections(int width, int height, Projection[][] projections) { in getProjections()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImageTest.java44 int height = data.height; in testReadNoPatchedImage() local
60 int height = data.height; in testReadNoPatchedInteraceImage() local
76 int height = data.height; in testConvert9PatchedImage() local
769 int height = 50 * 2; in testProjection() local
906 int height = data.height; in testReadLayoutBoundsOnlyImage() local
DGraphicsUtilitiesTest.java216 int height = baseData.height; in testGetVerticalPixels() local
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/laf/
DUnifiedContentBorder.java28 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DProtoBufUtils.java31 int height = glMsg.getFb().getHeight(); in getImageData() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DErrorImageComposite.java55 protected void drawCompositeImage(int width, int height) { in drawCompositeImage()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DCaptureRenderer.java55 int height = icon.getIconHeight(); in paintComponent() local
DScreenViewer.java250 private int height; field in ScreenViewer.LoupeViewer
296 int height = getHeight(); in paintComponent() local
483 private int height; field in ScreenViewer.Crosshair
636 int height = getHeight(); in paint() local
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DPsdFile.java45 public PsdFile(int width, int height) { in PsdFile()
101 int height = image.getHeight(); in writeImage() local
152 Header(int width, int height) { in Header()
317 final int height = image.getHeight(); in Layer() local
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
DMultiTouchChannel.java67 public void setViewSize(int width, int height) { in setViewSize()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DStretchesViewer.java184 private synchronized void calcPaddings(int width, int height) { in calcPaddings()
210 int height = Math.round(mSize.y * ratio); in paintControl() local
DImageViewer.java330 int height = mNinePatchedImage.getHeight(); in mouseMove() local
384 private synchronized void calcPaddings(int width, int height) { in calcPaddings()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DCaptureLoader.java60 int height = in.readInt(); in saveLayers() local
DViewNode.java41 public int height; field in ViewNode
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourcePreviewHelper.java154 int height = image.getHeight(); in updatePreview() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DBooleanXmlPropertyEditor.java50 public void paint(Property property, GC gc, int x, int y, int width, int height) in paint()
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DMyActivity.java173 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DGridLayoutConverter.java380 Attr height = element.getAttributeNodeNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT); in assignCellAttributes() local
408 Attr height = element.getAttributeNodeNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT); in processGravities() local
460 Attr height = child.getAttributeNodeNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT); in convert0dipToWrapContent() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
DImageCanvas.java221 private void drawBorder(GC gc, int x, int y, int width, int height) { in drawBorder()

12