Home
last modified time | relevance | path

Searched refs:alpha (Results 1 – 23 of 23) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DGraphicsUtilities.java38 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/
DProtoBufUtils.java55 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.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtUtils.java163 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()
DImageOverlay.java319 private boolean gc_setAlpha(GC gc, int alpha) { in gc_setAlpha() argument
321 gc.setAlpha(alpha); in gc_setAlpha()
DGCWrapper.java196 public void setAlpha(int alpha) { in setAlpha() argument
199 getGc().setAlpha(alpha); in setAlpha()
DImageUtils.java123 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()
DRenderPreview.java876 int alpha = 96; in paint() local
878 alpha -= 32; in paint()
880 gc.setAlpha(alpha); in paint()
DPaletteControl.java885 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()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtUtilsTest.java115 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.tests/unittests/com/android/ide/common/layout/
DTestGraphics.java136 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/
Danim1-expected-completion53.txt2 <alpha />
Danim1-expected-completion54.txt2 <alpha />
Dnavigation1-expected-complation76.txt60 ?android:alpha
Dcolor1-expected-completion46b.txt20 …al color. Required. The color is specified with an RGB value and optional alpha channel. The value…
Dcompletion12-expected-completion75.txt55 android:alpha : alpha property of the view, as a value between 0 (completely transparent) and 1 (c…
Dcompletionvalues1-expected-completion32.txt7 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]
Dcompletion5-expected-completion40.txt130 android:alpha : alpha property of the view, as a value between 0 (completely transparent) and 1 (c…
Dcompletion1-expected-completion39.txt130 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/
DGraphicsUtilitiesTest.java110 assertEquals(baseData.alpha, copiedData.alpha); in testCopy()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DTexImageTransform.java241 byte alpha = (byte)(v * 255); in convertFloatToUnsigned()
242 unsignedData[i*4 + 3] = alpha; in convertFloatToUnsigned()
DStateTransformFactory.java735 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/
Dentries.in33 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/
Dchanges.txt99 * NDK integration (alpha):