/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
D | GraphicsUtilities.java | 38 final byte[] alpha = new byte[image.width]; in convertToNinePatch() 47 image.getAlphas(0, y, image.width, alpha, 0); in convertToNinePatch() 48 result.setAlphas(1, y + 1, image.width, alpha, 0); in convertToNinePatch() 83 final byte[] alpha = new byte[image.width]; in copy() 92 image.getAlphas(0, y, image.width, alpha, 0); in copy() 93 result.setAlphas(0, y, image.width, alpha, 0); in copy()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | ProtoBufUtils.java | 55 byte[] alpha = new byte[width*height]; in getImageData() 57 alpha[i] = uncompressed[i * 4 + 3]; in getImageData() 59 imageData.alphaData = alpha; in getImageData()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SwtUtilsTest.java | 115 assertEquals(128, outData.alpha); in testImageConvertGlobalAlpha() 233 byte alpha = 121; in testCrop1() 240 scale, alpha); in testCrop1() 263 assertEquals(alpha, actualAlpha); in testCrop1() 271 byte alpha = 121; in testCrop2() 279 scale, alpha); in testCrop2() 301 assertEquals(alpha, outAlphaData[y*120+x]); in testCrop2() 313 assertEquals(alpha, outAlphaData[y*120+x]); in testCrop2()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SwtUtils.java | 163 int alpha = awtImage.getRGB(x, y) >>> 24; in convertToSwt() local 168 alpha = alpha * globalAlpha >> 8; in convertToSwt() 171 alphaRow[x] = (byte) alpha; in convertToSwt() 178 imageData.alpha = globalAlpha; in convertToSwt() 259 List<Rectangle> rectangles, Rectangle boundingBox, double scale, byte alpha) { in drawRectangles() argument 293 alphaData[dy * destWidth + dx] = alpha; in drawRectangles() 308 alphaData[dy * destWidth + dx] = alpha; in drawRectangles()
|
D | ImageOverlay.java | 319 private boolean gc_setAlpha(GC gc, int alpha) { in gc_setAlpha() argument 321 gc.setAlpha(alpha); in gc_setAlpha()
|
D | GCWrapper.java | 196 public void setAlpha(int alpha) { in setAlpha() argument 199 getGc().setAlpha(alpha); in setAlpha()
|
D | ImageUtils.java | 123 public static int rgbToInt(RGB rgb, int alpha) { in rgbToInt() argument 124 return alpha << 24 | (rgb.red << 16) | (rgb.green << 8) | rgb.blue; in rgbToInt()
|
D | PaletteControl.java | 885 data.alpha = IMG_ALPHA; in createDragImage() 1080 int alpha = (!hasTransparency || !needsContrast) ? IMG_ALPHA : -1; in renderPreview() local 1081 Image swtImage = SwtUtils.convertToSwt(display, cropped, true, alpha); in renderPreview()
|
D | RenderPreview.java | 876 int alpha = 96; in paint() local 878 alpha -= 32; in paint() 880 gc.setAlpha(alpha); in paint()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | TestGraphics.java | 136 public void setAlpha(int alpha) { in setAlpha() argument 137 mAlpha = alpha; in setAlpha() 138 mDrawn.add("setAlpha(" + alpha + ")"); in setAlpha()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | anim1-expected-completion53.txt | 2 <alpha />
|
D | anim1-expected-completion54.txt | 2 <alpha />
|
D | navigation1-expected-complation76.txt | 60 ?android:alpha
|
D | color1-expected-completion46b.txt | 20 …al color. Required. The color is specified with an RGB value and optional alpha channel. The value…
|
D | completion12-expected-completion75.txt | 55 android:alpha : alpha property of the view, as a value between 0 (completely transparent) and 1 (c…
|
D | completionvalues1-expected-completion32.txt | 7 android:alpha : alpha property of the view, as a value between 0 (completely transparent) and 1 (c… 58 android:disabledAlpha : The alpha to apply to the indicator when disabled. [float] 308 android:unselectedAlpha : Sets the alpha on the items that are not selected. [float]
|
D | completion5-expected-completion40.txt | 130 android:alpha : alpha property of the view, as a value between 0 (completely transparent) and 1 (c…
|
D | completion1-expected-completion39.txt | 130 android:alpha : alpha property of the view, as a value between 0 (completely transparent) and 1 (c…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
D | GraphicsUtilitiesTest.java | 110 assertEquals(baseData.alpha, copiedData.alpha); in testCopy()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | TexImageTransform.java | 241 byte alpha = (byte)(v * 255); in convertFloatToUnsigned() 242 unsignedData[i*4 + 3] = alpha; in convertFloatToUnsigned()
|
D | StateTransformFactory.java | 735 GLEnum alpha = GLEnum.valueOf(msg.getArgs(1).getIntValue(0)); in transformsForGlBlendEquationSeparate() local 739 transforms.add(transformForGlEquationAlpha(msg.getContextId(), alpha)); in transformsForGlBlendEquationSeparate() local 754 int contextId, GLEnum rgb, GLEnum alpha) { in transformsForGlBlendFuncSrcDst() argument 775 alpha)); in transformsForGlBlendFuncSrcDst()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 33 void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha 52 void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha 53 void, glClearColorx, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha 54 void, glClearColorxOES, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha 68 void, glColor4f, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha 69 void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha 70 void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha 71 void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha 72 void, glColorMask, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha
|
/sdk/eclipse/ |
D | changes.txt | 99 * NDK integration (alpha):
|