HomeSort by relevance Sort by last modified time
    Searched full:alpha (Results 151 - 175 of 5075) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 48 private float alpha = 0.0f; field in class:PointCloud.WaveManager
59 alpha = a;
63 return alpha;
71 private float alpha = 0.0f; field in class:PointCloud.GlowManager
90 alpha = a;
94 return alpha;
184 glowAlpha = glowManager.alpha * max(0.0f, (float) Math.pow(cosf, 10.0f));
193 waveAlpha = waveManager.alpha * max(0.0f, (float) Math.pow(cosf, 6.0f));
212 int alpha = getAlphaForPoint(point); local
214 if (alpha == 0) continue
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
eval.pass.cpp 63 double x_mean = d.alpha() * d.beta();
64 double x_var = d.alpha() * sqr(d.beta());
65 double x_skew = 2 / std::sqrt(d.alpha());
66 double x_kurtosis = 6 / d.alpha();
103 double x_mean = d.alpha() * d.beta();
104 double x_var = d.alpha() * sqr(d.beta());
105 double x_skew = 2 / std::sqrt(d.alpha());
106 double x_kurtosis = 6 / d.alpha();
143 double x_mean = d.alpha() * d.beta();
144 double x_var = d.alpha() * sqr(d.beta())
    [all...]
eval_param.pass.cpp 64 double x_mean = p.alpha() * p.beta();
65 double x_var = p.alpha() * sqr(p.beta());
66 double x_skew = 2 / std::sqrt(p.alpha());
67 double x_kurtosis = 6 / p.alpha();
105 double x_mean = p.alpha() * p.beta();
106 double x_var = p.alpha() * sqr(p.beta());
107 double x_skew = 2 / std::sqrt(p.alpha());
108 double x_kurtosis = 6 / p.alpha();
146 double x_mean = p.alpha() * p.beta();
147 double x_var = p.alpha() * sqr(p.beta())
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
PointCloud.java 49 private float alpha = 0.0f; field in class:PointCloud.WaveManager
59 alpha = a;
63 return alpha;
71 private float alpha = 0.0f; field in class:PointCloud.GlowManager
90 alpha = a;
94 return alpha;
185 glowAlpha = glowManager.alpha * max(0.0f, (float) Math.pow(cosf, 10.0f));
194 waveAlpha = waveManager.alpha * max(0.0f, (float) Math.pow(cosf, 20.0f));
214 int alpha = getAlphaForPoint(point); local
216 if (alpha == 0) continue
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
PointCloud.java 49 private float alpha = 0.0f; field in class:PointCloud.WaveManager
59 alpha = a;
63 return alpha;
71 private float alpha = 0.0f; field in class:PointCloud.GlowManager
90 alpha = a;
94 return alpha;
185 glowAlpha = glowManager.alpha * max(0.0f, (float) Math.pow(cosf, 10.0f));
194 waveAlpha = waveManager.alpha * max(0.0f, (float) Math.pow(cosf, 20.0f));
214 int alpha = getAlphaForPoint(point); local
216 if (alpha == 0) continue
    [all...]
  /external/chromium_org/ui/gfx/
color_utils.cc 124 SkColor HSLToSkColor(const HSL& hsl, SkAlpha alpha) {
141 return SkColorSetARGB(alpha, light, light, light);
148 return SkColorSetARGB(alpha,
156 int alpha = SkColorGetA(color); local
171 SkColor result = HSLToSkColor(hsl, alpha);
190 return SkColorSetARGB(alpha,
209 SkColor AlphaBlend(SkColor foreground, SkColor background, SkAlpha alpha) {
210 if (alpha == 0)
212 if (alpha == 255)
218 double normalizer = (f_alpha * alpha + b_alpha * (255 - alpha)) / 255.0
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java 34 private float alpha = 1f; field in class:ShapeHolder
76 public void setAlpha(float alpha) {
77 this.alpha = alpha;
78 shape.setAlpha((int)((alpha * 255f) + .5f));
  /external/chromium_org/chrome/browser/translate/
translate_language_list.h 33 // translate to and from. |languages| will include alpha languages.
41 // returns true against alpha languages.
45 // alpha language.
73 // Alpha languages supported by the translation server.
77 // language list including alpha languages.
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextAttributes.cpp 60 bool WebGLContextAttributes::alpha() const function in class:WebCore::WebGLContextAttributes
62 return m_attrs.alpha;
65 void WebGLContextAttributes::setAlpha(bool alpha)
67 m_attrs.alpha = alpha;
  /external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
Terrain.frag 19 // get the alpha value at this 2D texture coord
20 vec4 alpha = texture2D( m_Alpha, texCoord.xy );
58 vec4 outColor = tex1 * alpha.r; // Red channel
59 outColor = mix( outColor, tex2, alpha.g ); // Green channel
60 outColor = mix( outColor, tex3, alpha.b ); // Blue channel
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_BlitSurface.3 21 The results of blitting operations vary greatly depending on whether \fBSDL_SRCAPLHA\fP is set or not\&. See \fISDL_SetAlpha\fR for an explaination of how this affects your results\&. Colorkeying and alpha attributes also interact with surface blitting, as the following pseudo-code should hopefully explain\&.
25 if (source surface has alpha channel (that is, format->Amask != 0))
26 blit using per-pixel alpha, ignoring any colour key
29 blit using the colour key AND the per-surface alpha value
31 blit using the per-surface alpha value
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Color.h 64 // Creates a new color from the specific CMYK and alpha values.
86 bool hasAlpha() const { return alpha() < 255; }
91 int alpha() const { return alphaChannel(m_color); } function in class:WebCore::Color
93 RGBA32 rgb() const { return m_color; } // Preserve the alpha.
140 // Also, premultipliedARGBFromColor() bails on zero alpha, so special-case that.
141 Color premultFrom = from.alpha() ? premultipliedARGBFromColor(from) : 0;
142 Color premultTo = to.alpha() ? premultipliedARGBFromColor(to) : 0;
147 blend(premultFrom.alpha(), premultTo.alpha(), progress));
155 blend(from.alpha(), to.alpha(), progress))
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive3_test.cc 69 "[[:alnum:]] [[:alpha:]] [[:blank:]] [[:cntrl:]] [[:digit:]] "
82 "[[:alnum:]] [[:alpha:]] [[:blank:]] [[:cntrl:]] [[:digit:]] "
86 vector<string> alpha = InterestingUTF8(); local
87 for (int i = 0; i < alpha.size(); i++)
88 alpha[i] = "a" + alpha[i] + "b";
90 1, alpha, "a%sb", "");
  /external/chromium_org/third_party/skia/src/gpu/
GrSWMaskHelper.h 55 bool antiAlias, uint8_t alpha);
59 bool antiAlias, uint8_t alpha);
69 void clear(uint8_t alpha) {
70 fBM.eraseColor(SkColorSetARGB(alpha, alpha, alpha, alpha));
  /external/pixman/demos/
composite-test.c 100 uint16_t alpha = 0xdddd; local
103 { d2f (0.0), { 0xf2f2, 0x8787, 0x7d7d, alpha } },
104 { d2f (0.22), { 0xf3f3, 0xeaea, 0x8383, alpha } },
105 { d2f (0.42), { 0x6b6b, 0xc0c0, 0x7777, alpha } },
106 { d2f (0.57), { 0x4b4b, 0xc9c9, 0xf5f5, alpha } },
107 { d2f (0.75), { 0x6a6a, 0x7f7f, 0xbebe, alpha } },
108 { d2f (1.0), { 0xeded, 0x8282, 0xb0b0, alpha } },
  /external/regex-re2/re2/testing/
exhaustive3_test.cc 69 "[[:alnum:]] [[:alpha:]] [[:blank:]] [[:cntrl:]] [[:digit:]] "
82 "[[:alnum:]] [[:alpha:]] [[:blank:]] [[:cntrl:]] [[:digit:]] "
86 vector<string> alpha = InterestingUTF8(); local
87 for (int i = 0; i < alpha.size(); i++)
88 alpha[i] = "a" + alpha[i] + "b";
90 1, alpha, "a%sb", "");
  /external/skia/src/gpu/
GrSWMaskHelper.h 55 bool antiAlias, uint8_t alpha);
59 bool antiAlias, uint8_t alpha);
69 void clear(uint8_t alpha) {
70 fBM.eraseColor(SkColorSetARGB(alpha, alpha, alpha, alpha));
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
TileDrawable.java 73 public void setAlpha(int alpha) {
75 mPaint.setAlpha(alpha);
76 setInnerAlpha(alpha);
77 if (alpha != old) {
127 * Changes the alpha on just the inner wrapped drawable.
129 public void setInnerAlpha(int alpha) {
130 mInner.setAlpha(alpha);
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 21 int count, U8CPU alpha) {
22 SkASSERT(alpha <= 255);
27 uint32_t src_scale = SkAlpha255To256(alpha);
68 // Get alpha and green pixels into higher byte of each word.
114 int count, U8CPU alpha) {
115 SkASSERT(alpha == 255);
143 __m128i alpha = _mm_srli_epi32(src_pixel, 24); local
145 // Copy alpha to upper 3rd byte of each quad
146 alpha = _mm_or_si128(alpha, _mm_slli_epi32(alpha, 16))
192 __m128i alpha = _mm_srli_epi16(src_pixel, 8); local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 21 int count, U8CPU alpha) {
22 SkASSERT(alpha <= 255);
27 uint32_t src_scale = SkAlpha255To256(alpha);
68 // Get alpha and green pixels into higher byte of each word.
114 int count, U8CPU alpha) {
115 SkASSERT(alpha == 255);
143 __m128i alpha = _mm_srli_epi32(src_pixel, 24); local
145 // Copy alpha to upper 3rd byte of each quad
146 alpha = _mm_or_si128(alpha, _mm_slli_epi32(alpha, 16))
192 __m128i alpha = _mm_srli_epi16(src_pixel, 8); local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkSpriteBlitter_RGB16.cpp 79 #define SkSPRITE_ARGS , uint8_t alpha
81 #define SkSPRITE_INIT fSrcAlpha = alpha;
122 #define SkSPRITE_ARGS , uint8_t alpha
124 #define SkSPRITE_INIT fSrcAlpha = alpha;
152 #define SkSPRITE_ARGS , uint8_t alpha
154 #define SkSPRITE_INIT fSrcAlpha = alpha;
244 #define SkSPRITE_ARGS , uint8_t alpha
246 #define SkSPRITE_INIT fSrcAlpha = alpha;
291 U8CPU alpha = fPaint->getAlpha(); local
294 proc(dst, src, width, alpha, x, y)
325 unsigned alpha = paint.getAlpha(); local
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 54 BOOL png2pnm (FILE *png_file, FILE *pnm_file, FILE *alpha_file, BOOL raw, BOOL alpha);
66 BOOL alpha = FALSE; local
82 alpha = TRUE;
87 fprintf (stderr, "Error: can not create alpha-channel file %s\n", argv[argi]);
144 if (png2pnm (fp_rd, fp_wr, fp_al, raw, alpha) == FALSE)
155 /* close alpha file */
156 if (alpha)
180 fprintf (stderr, " -a[lpha] <file>.pgm write PNG alpha channel as pgm-file\n");
188 BOOL png2pnm (FILE *png_file, FILE *pnm_file, FILE *alpha_file, BOOL raw, BOOL alpha)
258 /* transform transparency maps into full alpha-channel *
    [all...]
  /external/skia/src/core/
SkSpriteBlitter_RGB16.cpp 79 #define SkSPRITE_ARGS , uint8_t alpha
81 #define SkSPRITE_INIT fSrcAlpha = alpha;
122 #define SkSPRITE_ARGS , uint8_t alpha
124 #define SkSPRITE_INIT fSrcAlpha = alpha;
152 #define SkSPRITE_ARGS , uint8_t alpha
154 #define SkSPRITE_INIT fSrcAlpha = alpha;
244 #define SkSPRITE_ARGS , uint8_t alpha
246 #define SkSPRITE_INIT fSrcAlpha = alpha;
291 U8CPU alpha = fPaint->getAlpha(); local
294 proc(dst, src, width, alpha, x, y)
325 unsigned alpha = paint.getAlpha(); local
    [all...]
  /external/speex/libspeex/
scal.c 76 float *alpha; member in struct:SpeexDecorrState_
99 st->alpha = speex_alloc(channels*sizeof(float));
113 st->alpha[ch] = 0;
160 float alpha; local
166 alpha = st->alpha[ch];
185 st->y[i] = alpha*(x[i-ALLPASS_ORDER+order]-beta*x[i-ALLPASS_ORDER+order-1])*st->vorbis_win[st->frame_size+i+order]
187 - alpha*(ring[ringID]
204 alpha = alpha + .4*uni_rand(&st->seed)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
levinson.c 35 * Alpha prediction gain. *
41 * Alpha = R[0] * (1-K**2] *
47 * K = -S / Alpha *
53 * Alpha=Alpha * (1-K**2) *
69 * The K[i] and Alpha are theoretically < 1.0. *
79 * Alpha Normalized -> mantissa in Q31 plus exponent *
87 * necessarily < 1.0 as both the K[i] and Alpha are *
144 /* Alpha = R[0] * (1-K**2) */
152 t0 = Mpy_32(Rh[0], Rl[0], hi, lo); /* Alpha in Q31 *
    [all...]

Completed in 366 milliseconds

1 2 3 4 5 67 8 91011>>