/toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/ |
fp.d | 2 #name: alpha fp
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
syms.d | 4 #not-target: alpha*-*-* h8300-*-*
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
KeyguardAffordanceView.java | 46 * layer when alpha is changed. 178 float alpha = mCircleRadius / mMinBackgroundRadius; local 179 alpha = Math.min(1.0f, alpha); 180 int color = (int) mColorInterpolator.evaluate(alpha, mNormalColor, mInverseColor); 208 int color = Color.argb((int) (Color.alpha(mCircleColor) * fraction), 258 * alpha 0 in the beginning. 461 public void setRestingAlpha(float alpha) { 462 mRestingAlpha = alpha; 465 setImageAlpha(alpha, false) [all...] |
/external/libpng/contrib/libtests/ |
pngstest.c | 186 unpremultiply(int component, int alpha) 188 if (alpha <= component) 191 else if (alpha >= 65535) 195 return sRGB((double)component / alpha); 206 ilineara(int fixed_srgb, int alpha) 208 return u16d((257 * alpha) * sRGB_to_d[fixed_srgb]); 219 ilineara_g22(int fixed_srgb, int alpha) 221 return u16d((257 * alpha) * g22_to_d[fixed_srgb]); 379 "sRGB-gray+alpha", 381 "sRGB-rgb+alpha", 3698 unsigned int alpha; local 3729 unsigned int alpha; local 3757 unsigned int alpha; local [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Color.java | 59 * <tr><td>A</td><td>Alpha</td><td>8 bits</td><td>\([0..255]\)</td></tr> 85 * method omits the alpha component and assumes the color is opaque (alpha is 255). 109 * <li>{@link #alpha(int)} to extract the alpha component</li> 121 * 64 bit long value. One of these components is always alpha while the other 133 * <p class="note"><b>Alpha range:</b> while alpha is encoded in a color long using 149 * <tr><td>A</td><td>Alpha</td><td>10 bits</td><td>\([0..1023]\)</td></tr> 152 * <tr><td>A</td><td>Alpha</td><td>8 bits</td><td>\([0..255]\)</td></tr 550 public float alpha() { method in class:Color 779 public static float alpha(@ColorLong long color) { method in class:Color 1240 public static int alpha(int color) { method in class:Color [all...] |
/frameworks/rs/cpp/ |
rsCppStructs.h | [all...] |
/hardware/qcom/display/msm8084/libcopybit/ |
c2d2.h | 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */ 68 C2D_FORMAT_INVERT_ALPHA = (1 << 12), /* inverts alpha */ 69 C2D_FORMAT_DISABLE_ALPHA = (1 << 13), /* disables alpha */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 91 * are premultiplied with the alpha, if applicable. 92 * If the C2D_FORMAT_INVERT_ALPHA bit is set, the alpha interpretation 94 * If the C2D_FORMAT_DISABLE_ALPHA bit is set, the alpha channel serves 99 C2D_COLOR_FORMAT_1 = 0, /* 1-bit alpha/color expansion */ 109 C2D_COLOR_FORMAT_2_A = 7, /* 2-bit alpha only */ 110 C2D_COLOR_FORMAT_4_A = 8, /* 4-bit alpha only * [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
c2d2.h | 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */ 68 C2D_FORMAT_INVERT_ALPHA = (1 << 12), /* inverts alpha */ 69 C2D_FORMAT_DISABLE_ALPHA = (1 << 13), /* disables alpha */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 91 * are premultiplied with the alpha, if applicable. 92 * If the C2D_FORMAT_INVERT_ALPHA bit is set, the alpha interpretation 94 * If the C2D_FORMAT_DISABLE_ALPHA bit is set, the alpha channel serves 99 C2D_COLOR_FORMAT_1 = 0, /* 1-bit alpha/color expansion */ 109 C2D_COLOR_FORMAT_2_A = 7, /* 2-bit alpha only */ 110 C2D_COLOR_FORMAT_4_A = 8, /* 4-bit alpha only * [all...] |
/hardware/qcom/display/msm8909/libcopybit/ |
c2d2.h | 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */ 68 C2D_FORMAT_INVERT_ALPHA = (1 << 12), /* inverts alpha */ 69 C2D_FORMAT_DISABLE_ALPHA = (1 << 13), /* disables alpha */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 91 * are premultiplied with the alpha, if applicable. 92 * If the C2D_FORMAT_INVERT_ALPHA bit is set, the alpha interpretation 94 * If the C2D_FORMAT_DISABLE_ALPHA bit is set, the alpha channel serves 99 C2D_COLOR_FORMAT_1 = 0, /* 1-bit alpha/color expansion */ 109 C2D_COLOR_FORMAT_2_A = 7, /* 2-bit alpha only */ 110 C2D_COLOR_FORMAT_4_A = 8, /* 4-bit alpha only * [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
c2d2.h | 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */ 68 C2D_FORMAT_INVERT_ALPHA = (1 << 12), /* inverts alpha */ 69 C2D_FORMAT_DISABLE_ALPHA = (1 << 13), /* disables alpha */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 91 * are premultiplied with the alpha, if applicable. 92 * If the C2D_FORMAT_INVERT_ALPHA bit is set, the alpha interpretation 94 * If the C2D_FORMAT_DISABLE_ALPHA bit is set, the alpha channel serves 99 C2D_COLOR_FORMAT_1 = 0, /* 1-bit alpha/color expansion */ 109 C2D_COLOR_FORMAT_2_A = 7, /* 2-bit alpha only */ 110 C2D_COLOR_FORMAT_4_A = 8, /* 4-bit alpha only * [all...] |
/hardware/qcom/display/msm8994/libcopybit/ |
c2d2.h | 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */ 68 C2D_FORMAT_INVERT_ALPHA = (1 << 12), /* inverts alpha */ 69 C2D_FORMAT_DISABLE_ALPHA = (1 << 13), /* disables alpha */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 91 * are premultiplied with the alpha, if applicable. 92 * If the C2D_FORMAT_INVERT_ALPHA bit is set, the alpha interpretation 94 * If the C2D_FORMAT_DISABLE_ALPHA bit is set, the alpha channel serves 99 C2D_COLOR_FORMAT_1 = 0, /* 1-bit alpha/color expansion */ 109 C2D_COLOR_FORMAT_2_A = 7, /* 2-bit alpha only */ 110 C2D_COLOR_FORMAT_4_A = 8, /* 4-bit alpha only * [all...] |
/hardware/qcom/display/msm8996/libcopybit/ |
c2d2.h | 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */ 68 C2D_FORMAT_INVERT_ALPHA = (1 << 12), /* inverts alpha */ 69 C2D_FORMAT_DISABLE_ALPHA = (1 << 13), /* disables alpha */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 92 * are premultiplied with the alpha, if applicable. 93 * If the C2D_FORMAT_INVERT_ALPHA bit is set, the alpha interpretation 95 * If the C2D_FORMAT_DISABLE_ALPHA bit is set, the alpha channel serves 100 C2D_COLOR_FORMAT_1 = 0, /* 1-bit alpha/color expansion */ 110 C2D_COLOR_FORMAT_2_A = 7, /* 2-bit alpha only */ 111 C2D_COLOR_FORMAT_4_A = 8, /* 4-bit alpha only * [all...] |
/hardware/qcom/display/msm8998/libcopybit/ |
c2d2.h | 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */ 68 C2D_FORMAT_INVERT_ALPHA = (1 << 12), /* inverts alpha */ 69 C2D_FORMAT_DISABLE_ALPHA = (1 << 13), /* disables alpha */ 71 C2D_FORMAT_TRANSPARENT = (1 << 15), /* YUV 1-bit alpha in Y */ 92 * are premultiplied with the alpha, if applicable. 93 * If the C2D_FORMAT_INVERT_ALPHA bit is set, the alpha interpretation 95 * If the C2D_FORMAT_DISABLE_ALPHA bit is set, the alpha channel serves 100 C2D_COLOR_FORMAT_1 = 0, /* 1-bit alpha/color expansion */ 110 C2D_COLOR_FORMAT_2_A = 7, /* 2-bit alpha only */ 111 C2D_COLOR_FORMAT_4_A = 8, /* 4-bit alpha only * [all...] |
/external/opencv/cvaux/src/ |
cvmorphing.cpp | 50 float alpha, /* relative position of camera */ 59 float alpha1; /* alpha - 1.0 */ 60 int s, s1; /* integer variant of alpha and alpha1 ( 0 <= s,s1 <= 256 ) */ 78 alpha1 = (float) (1.0 - alpha); 80 s = (int) (alpha * 256); 100 begDestLine = (int) (alpha * begLine + alpha1 * begCorr); 101 endDestLine = (int) (alpha * endLine + alpha1 * endCorr); 189 begDestLine = (int) (alpha1 * begLine + alpha * begCorr); 190 endDestLine = (int) (alpha1 * endLine + alpha * endCorr); 287 float alpha, /* relative position of camera * [all...] |
/external/skia/src/core/ |
SkSpriteBlitter_ARGB32.cpp | 21 Sprite_D32_S32(const SkPixmap& src, U8CPU alpha) : INHERITED(src) { 25 if (255 != alpha) { 33 fAlpha = alpha; 43 U8CPU alpha = fAlpha; variable 46 proc(dst, src, width, alpha); 264 U8CPU alpha = paint.getAlpha(); local 271 if (alpha != 0xFF) { 284 if (255 == alpha) { 285 // this can handle xfermode or filter, but not alpha 289 // this can handle alpha, but not xfermode or filte [all...] |
/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/ |
DotAnswerHint.java | 108 // The fade out should start fading the alpha just as the puck is dropping. Scaling will start 171 Animator alpha = local 180 set.play(scale).with(alpha); 225 Animator alpha = local 234 set.play(scale).with(alpha); 279 Animator alpha = ObjectAnimator.ofFloat(target, View.ALPHA, begin, end); local 280 alpha.setDuration(duration); 281 alpha.setInterpolator(interpolator); 282 alpha.setStartDelay(delay) [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/ |
PageIndicatorLineCaret.java | 51 // The alpha of the line when it is showing. 53 // The alpha that the line is being animated to or already at (either 0 or mActiveAlpha). 72 public void set(PageIndicatorLineCaret obj, Integer alpha) { 73 obj.mLinePaint.setAlpha(alpha); 219 * - mostly opaque white if the hotseat is white (ignoring alpha) 220 * - mostly opaque black if the hotseat is black (ignoring alpha) 240 private void animateLineToAlpha(int alpha) { 241 if (alpha == mToAlpha) { 242 // Ignore the new animation if it is going to the same alpha as the current animation. 245 mToAlpha = alpha; [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
ChiSquareTestImpl.java | 130 * @param alpha significance level of the test 132 * 1 - alpha 137 double alpha) throws IllegalArgumentException, MathException { 138 if ((alpha <= 0) || (alpha > 0.5)) { 141 alpha, 0, 0.5); 143 return chiSquareTest(expected, observed) < alpha; 198 * @param alpha significance level of the test 200 * 1 - alpha 204 public boolean chiSquareTest(long[][] counts, double alpha) [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r300_fragprog_emit.c | 165 code->alu.inst[ip].alpha_inst = translate_alpha_opcode(c, inst->Alpha.Opcode); 176 /* Set the Alpha address */ 177 src = use_source(code, inst->Alpha.Src[j]); 178 if (inst->Alpha.Src[j].Index >= R300_PFS_NUM_TEMP_REGS) 188 arg = r300FPTranslateAlphaSwizzle(inst->Alpha.Arg[j].Source, inst->Alpha.Arg[j].Swizzle); 189 arg |= inst->Alpha.Arg[j].Abs << 6; 190 arg |= inst->Alpha.Arg[j].Negate << 5; 218 if (inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) { 219 switch(inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Index) [all...] |
/external/webp/src/enc/ |
alpha_enc.c | 10 // Alpha-plane compression. 25 // Encodes the given alpha data via specified compression method 'method'. 30 // 'method = 1' - Use lossless coder on the alpha plane only 37 // 'output' corresponds to the buffer containing compressed alpha data. 40 // 'output_size' corresponds to size of this compressed alpha buffer. 42 // Returns 1 on successfully encoding the alpha and 64 // Transfer the alpha values to the green channel. 70 // Enable exact, or it would alter RGB values of transparent alpha, which is 76 // Set a low default quality for encoding alpha. Ensure that Alpha quality a [all...] |
/hardware/qcom/display/msm8996/sdm/include/core/ |
layer_buffer.h | 65 kFormatARGB8888, //!< 8-bits Alpha, Red, Green, Blue interleaved in ARGB order. 66 kFormatRGBA8888, //!< 8-bits Red, Green, Blue, Alpha interleaved in RGBA order. 67 kFormatBGRA8888, //!< 8-bits Blue, Green, Red, Alpha interleaved in BGRA order. 68 kFormatXRGB8888, //!< 8-bits Padding, Red, Green, Blue interleaved in XRGB order. No Alpha. 69 kFormatRGBX8888, //!< 8-bits Red, Green, Blue, Padding interleaved in RGBX order. No Alpha. 70 kFormatBGRX8888, //!< 8-bits Blue, Green, Red, Padding interleaved in BGRX order. No Alpha. 71 kFormatRGBA5551, //!< 5-bits Red, Green, Blue, and 1 bit Alpha interleaved in RGBA order. 72 kFormatRGBA4444, //!< 4-bits Red, Green, Blue, Alpha interleaved in RGBA order. 73 kFormatRGB888, //!< 8-bits Red, Green, Blue interleaved in RGB order. No Alpha. 74 kFormatBGR888, //!< 8-bits Blue, Green, Red interleaved in BGR order. No Alpha [all...] |
/hardware/qcom/display/msm8998/sdm/include/core/ |
layer_buffer.h | 56 kFormatARGB8888, //!< 8-bits Alpha, Red, Green, Blue interleaved in ARGB order. 57 kFormatRGBA8888, //!< 8-bits Red, Green, Blue, Alpha interleaved in RGBA order. 58 kFormatBGRA8888, //!< 8-bits Blue, Green, Red, Alpha interleaved in BGRA order. 59 kFormatXRGB8888, //!< 8-bits Padding, Red, Green, Blue interleaved in XRGB order. No Alpha. 60 kFormatRGBX8888, //!< 8-bits Red, Green, Blue, Padding interleaved in RGBX order. No Alpha. 61 kFormatBGRX8888, //!< 8-bits Blue, Green, Red, Padding interleaved in BGRX order. No Alpha. 62 kFormatRGBA5551, //!< 5-bits Red, Green, Blue, and 1 bit Alpha interleaved in RGBA order. 63 kFormatRGBA4444, //!< 4-bits Red, Green, Blue, Alpha interleaved in RGBA order. 64 kFormatRGB888, //!< 8-bits Red, Green, Blue interleaved in RGB order. No Alpha. 65 kFormatBGR888, //!< 8-bits Blue, Green, Red interleaved in BGR order. No Alpha [all...] |
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/ |
SwipeButtonView.java | 158 float alpha = circleRadius / minBackgroundRadius; local 159 alpha = Math.min(1.0f, alpha); 160 int color = (int) colorInterpolator.evaluate(alpha, normalColor, inverseColor); 186 (int) (Color.alpha(circleColor) * fraction), 402 public void setRestingAlpha(float alpha) { 403 restingAlpha = alpha; 406 setImageAlpha(alpha, false); 413 public void setImageAlpha(float alpha, boolean animate) { 414 setImageAlpha(alpha, animate, -1, null, null) [all...] |
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
ColorUtils.java | 36 assertEquals(s, Color.alpha(expected), Color.alpha(observed), tolerance);
|
/external/cblas/testing/ |
cin3 | 10 3 NUMBER OF VALUES OF ALPHA 11 (0.0,0.0) (1.0,0.0) (0.7,-0.9) VALUES OF ALPHA
|