/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVM_Mixer_FilterCoeffs.h | 33 /* Alpha Time Constant table */ 38 #define ALPHA_0 2147480769 /* Floating point Alpha = 0.999999 */ 39 #define ALPHA_1 2147479577 /* Floating point Alpha = 0.999998 */ 40 #define ALPHA_2 2147477892 /* Floating point Alpha = 0.999997 */ 41 #define ALPHA_3 2147475510 /* Floating point Alpha = 0.999996 */ 42 #define ALPHA_4 2147472141 /* Floating point Alpha = 0.999995 */ 43 #define ALPHA_5 2147467377 /* Floating point Alpha = 0.999992 */ 44 #define ALPHA_6 2147460642 /* Floating point Alpha = 0.999989 */ 45 #define ALPHA_7 2147451118 /* Floating point Alpha = 0.999985 */ 46 #define ALPHA_8 2147437651 /* Floating point Alpha = 0.999979 * [all...] |
/packages/wallpapers/NoiseField/res/raw/ |
noisefield_fs.glsl | 1 varying float alpha; 6 texColor.a = texColor.a*alpha;
|
noisefield_vs.glsl | 2 varying float alpha; 8 alpha = ATTRIB_alpha;
|
/external/chromium_org/media/base/simd/ |
yuv_to_rgb_table.cc | 35 // Used to define a set of multiplier words for each alpha level. 36 #define ALPHA(i) { \ 42 // by the U, and V tables. The alpha multiplier table follows. 244 // Alpha multipliers for each alpha level. 245 ALPHA(0x00), ALPHA(0x01), ALPHA(0x02), ALPHA(0x03), 246 ALPHA(0x04), ALPHA(0x05), ALPHA(0x06), ALPHA(0x07) [all...] |
/external/oprofile/events/alpha/pca56/ |
unit_masks | 0 # Alpha PCA-56 possible unit masks
|
/external/chromium_org/third_party/skia/src/core/ |
SkAlphaRuns.cpp | 27 void SkAlphaRuns::Break(int16_t runs[], uint8_t alpha[], int x, int count) { 30 // SkAlphaRuns::BreakAt(runs, alpha, x); 31 // SkAlphaRuns::BreakAt(&runs[x], &alpha[x], count); 34 uint8_t* next_alpha = alpha + x; 41 alpha[x] = alpha[0]; 47 alpha += n; 52 alpha = next_alpha; 60 alpha[x] = alpha[0] 82 uint8_t* alpha = fAlpha + offsetX; local 137 const uint8_t* alpha = fAlpha; local 148 const uint8_t* alpha = fAlpha; local [all...] |
/external/skia/src/core/ |
SkAlphaRuns.cpp | 27 void SkAlphaRuns::Break(int16_t runs[], uint8_t alpha[], int x, int count) { 30 // SkAlphaRuns::BreakAt(runs, alpha, x); 31 // SkAlphaRuns::BreakAt(&runs[x], &alpha[x], count); 34 uint8_t* next_alpha = alpha + x; 41 alpha[x] = alpha[0]; 47 alpha += n; 52 alpha = next_alpha; 60 alpha[x] = alpha[0] 82 uint8_t* alpha = fAlpha + offsetX; local 137 const uint8_t* alpha = fAlpha; local 148 const uint8_t* alpha = fAlpha; local [all...] |
/external/oprofile/events/alpha/ev4/ |
unit_masks | 0 # Alpha EV4 possible unit masks
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
anim1-expected-completion53.txt | 2 <alpha />
|
anim1-expected-completion54.txt | 2 <alpha />
|
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/ |
Splatting.glsllib | 6 float alpha = sampler2D(alphaMap, tc).r;
8 //outColor = mix(outColor, color, alpha);
9 outColor = outColor + color * vec3(alpha);
|
/external/libpng/contrib/pngminus/ |
pnm2png.sh | 16 # -- gray with alpha-channel 17 ./pnm2png -alpha basn6a08.pgm basn4a08.pgm basn4a08.png 18 ./pnm2png -alpha basn6a16.pgm basn4a16.pgm basn4a16.png 19 # -- color with alpha-channel 20 ./pnm2png -alpha basn6a08.pgm basn6a08.ppm basn6a08.png 21 ./pnm2png -alpha basn6a16.pgm basn6a16.ppm basn6a16.png 36 # -- gray with alpha-channel 37 ./pnm2png -alpha rawn6a08.pgm rawn4a08.pgm rawn4a08.png 38 ./pnm2png -alpha rawn6a16.pgm rawn4a16.pgm rawn4a16.png 39 # -- color with alpha-channe [all...] |
pnm2png.bat | 15 REM -- gray with alpha-channel 16 pnm2png.exe -alpha basn6a08.pgm basn4a08.pgm basn4a08.png 17 pnm2png.exe -alpha basn6a16.pgm basn4a16.pgm basn4a16.png 18 REM -- color with alpha-channel 19 pnm2png.exe -alpha basn6a08.pgm basn6a08.ppm basn6a08.png 20 pnm2png.exe -alpha basn6a16.pgm basn6a16.ppm basn6a16.png 35 REM -- gray with alpha-channel 36 pnm2png.exe -alpha rawn6a08.pgm rawn4a08.pgm rawn4a08.png 37 pnm2png.exe -alpha rawn6a16.pgm rawn4a16.pgm rawn4a16.png 38 REM -- color with alpha-channe [all...] |
/external/oprofile/events/alpha/ev5/ |
unit_masks | 0 # Alpha EV-5 possible unit masks
|
/external/oprofile/events/alpha/ev6/ |
unit_masks | 0 # Alpha EV-6 possible unit masks
|
/external/oprofile/events/alpha/ev67/ |
unit_masks | 0 # Alpha EV-67 possible unit masks
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetAlpha.3 | 3 SDL_SetAlpha \- Adjust the alpha properties of a surface 8 \fBint \fBSDL_SetAlpha\fP\fR(\fBSDL_Surface *surface, Uint32 flag, Uint8 alpha\fR); 14 This function and the semantics of SDL alpha blending have changed since version 1\&.1\&.4\&. Up until version 1\&.1\&.5, an alpha value of 0 was considered opaque and a value of 255 was considered transparent\&. This has now been inverted: 0 (\fBSDL_ALPHA_TRANSPARENT\fP) is now considered transparent and 255 (\fBSDL_ALPHA_OPAQUE\fP) is now considered opaque\&. 17 \fBSDL_SetAlpha\fP is used for setting the per-surface alpha value and/or enabling and disabling alpha blending\&. 19 The\fBsurface\fR parameter specifies which surface whose alpha attributes you wish to adjust\&. \fBflags\fR is used to specify whether alpha blending should be used (\fBSDL_SRCALPHA\fP) and whether the surface should use RLE acceleration for blitting (\fBSDL_RLEACCEL\fP)\&. \fBflags\fR can be an OR\&'d combination of these two options, one of these options or 0\&. If \fBSDL_SRCALPHA\fP is not passed as a flag then all alpha information is ignored when blitting the surface\&. The \fBalpha\fR parameter is the per-surface alpha value; a surface need not have an alpha channel to use per-surface alpha and blitting can still be (…) [all...] |
/external/clang/test/SemaTemplate/ |
instantiate-case.cpp | 4 static int alpha(T c) function 15 alpha(1); // expected-note{{instantiation of function template}}
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLColor.java | 24 public final int alpha; field in class:GLColor 26 public GLColor(int red, int green, int blue, int alpha) { 30 this.alpha = alpha; 37 this.alpha = 0x10000; 47 alpha == color.alpha);
|
/external/chromium_org/chrome/installer/setup/eula/ |
oem_el.html | 18 <span class="title">Πλο?γηση στον ιστ? με το Google Chrome</span><br /> <span class="desc">Η χρ?ση του διαδικτ?ου ε?ναι πιο γρ?γορη, ασφαλ?ς και ε?κολη με το Google Chrome, το πρ?γραμμα περι?γησης ιστο? που ε?ναι εγκατεστημ?νο στον υπολογιστ? σας</span [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2163.js | 41 dp(obj1, "alpha", { get: getter, set: setter }); 43 dp(obj2, "alpha", { get: getter }); 45 assertEquals(111, obj2.alpha); 47 assertEquals(111, obj2.alpha); 51 dp(obj1, "alpha", { get: getter, set: setter }); 53 dp(obj2, "alpha", { get: getter }); 57 dp(obj3, "alpha", { get: getter }); 62 dp(obj1, "alpha", { get: getter, set: setter }); 65 dp(obj2, "alpha", { get: getter, set: setter }); 67 assertEquals(111, obj2.alpha); [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/ |
IAlphaMask.java | 4 * An interface used in calculating alpha mask during particles' texture calculations. 18 * This method returns the alpha value for the specified texture position. 23 * @return the alpha value for the specified texture position
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_alpha.c | 27 * \brief Functions to apply alpha test. 39 #define ALPHA_TEST(ALPHA, LOOP_CODE) \ 44 mask[i] &= (ALPHA < ref); \ 50 mask[i] &= (ALPHA <= ref); \ 56 mask[i] &= (ALPHA >= ref); \ 62 mask[i] &= (ALPHA > ref); \ 68 mask[i] &= (ALPHA != ref); \ 74 mask[i] &= (ALPHA == ref); \ 79 _mesa_problem(ctx, "Invalid alpha test in _swrast_alpha_test" ); \ 87 * Perform the alpha test for an array of pixels 136 GLfixed alpha = span->alpha; local 139 ALPHA_TEST(FixedToInt(alpha), alpha += alphaStep); local 143 GLfixed alpha = span->alpha; local 146 ALPHA_TEST(FixedToInt(alpha), alpha += alphaStep); local 150 GLfloat alpha = FixedToFloat(span->alpha); local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_alpha.c | 27 * \brief Functions to apply alpha test. 39 #define ALPHA_TEST(ALPHA, LOOP_CODE) \ 44 mask[i] &= (ALPHA < ref); \ 50 mask[i] &= (ALPHA <= ref); \ 56 mask[i] &= (ALPHA >= ref); \ 62 mask[i] &= (ALPHA > ref); \ 68 mask[i] &= (ALPHA != ref); \ 74 mask[i] &= (ALPHA == ref); \ 79 _mesa_problem(ctx, "Invalid alpha test in _swrast_alpha_test" ); \ 87 * Perform the alpha test for an array of pixels 136 GLfixed alpha = span->alpha; local 139 ALPHA_TEST(FixedToInt(alpha), alpha += alphaStep); local 143 GLfixed alpha = span->alpha; local 146 ALPHA_TEST(FixedToInt(alpha), alpha += alphaStep); local 150 GLfloat alpha = FixedToFloat(span->alpha); local [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
ZoomControl.java | 148 final double alpha = Math.atan((double)y / (double)x); local 150 if (!checkHit(x, y, alpha)) { 156 mThumbX = (int)((mRadius * Math.cos(alpha)) + (getWidth() / 2)); 157 mThumbY = (int)((getHeight() / 2) - (mRadius * Math.sin(alpha))); 158 progress = (int)((mMaxProgress / 2) - (alpha / mInterval)); 160 mThumbX = (int)((mRadius * Math.cos(alpha)) + (getWidth() / 2)); 161 mThumbY = (int)((getHeight() / 2) - (mRadius * Math.sin(alpha))); 162 progress = (int)((mMaxProgress / 2) - (alpha / mInterval)); 164 mThumbX = (int)((getWidth() / 2) - (mRadius * Math.cos(alpha))); 165 mThumbY = (int)((getHeight() / 2) + (mRadius * Math.sin(alpha))); 242 final double alpha; local [all...] |