HomeSort by relevance Sort by last modified time
    Searched defs:alpha (Results 101 - 125 of 374) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 47 alpha = _Locale_ALPHA, enumerator in enum:ctype_base::mask
51 alnum = alpha | digit,
  /bionic/libc/kernel/common/linux/
msm_mdp.h 86 uint32_t alpha; member in struct:mdp_blit_req
  /development/ndk/platforms/android-3/include/linux/
msm_mdp.h 73 uint32_t alpha; member in struct:mdp_blit_req
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 98 ECFieldElement alpha = x.multiply(x.square().add(a)).add(b); local
99 ECFieldElement beta = alpha.sqrt();
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 97 TouchTabImage* alpha = &tab_alpha; local
98 int image_height = alpha->image_l->height();
144 TouchTabImage* alpha = &tab_alpha; local
147 int image_height = alpha->image_l->height();
152 SkBitmapOperations::CreateMaskedBitmap(tab_l, *alpha->image_l);
160 SkBitmapOperations::CreateMaskedBitmap(tab_r, *alpha->image_r);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 33 if "%USERPROFILE%"=="" goto alpha
34 if "%USERPROFILE%"=="%HOME%" goto alpha
35 if "%USERPROFILE%"=="%HOMEDRIVE%%HOMEPATH%" goto alpha
38 :alpha label
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
MTLLoader.java 71 protected float alpha = 1; field in class:MTLLoader
123 alpha = 1;
129 if (alpha < 1f && transparent && !disallowTransparency){
130 diffuse.a = alpha;
137 // TODO: Add handling for alpha map?
154 material.getAdditionalRenderState().setBlendMode(BlendMode.Alpha);
224 alpha = scan.nextFloat();
275 // Works best if diffuse map has an alpha channel
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
TGALoader.java 107 * Add a dummy Alpha channel to 24b RGB image.
187 entry.alpha = (byte)255;
189 entry.alpha = (byte)(int)(getBitsAsByte(cMapData, offset+(3*bitsPerColor), alphaSize) * alphaScalar);
214 byte alpha = 0;
231 // create an alpha channel
232 alpha = getBitsAsByte(data, 0, 1);
233 if (alpha == 1) alpha = (byte)255;
234 rawData[rawDataIndex++] = alpha;
268 alpha = dis.readByte()
510 byte red, green, blue, alpha; field in class:TGALoader.ColorMapEntry
    [all...]
  /external/kernel-headers/original/linux/
msm_mdp.h 78 uint32_t alpha; member in struct:mdp_blit_req
  /external/libpng/contrib/pngminus/
pnm2png.c 52 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha);
67 BOOL alpha = FALSE; local
80 alpha = TRUE;
85 fprintf (stderr, "Error: alpha-channel file %s does not exist\n",
143 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE)
154 /* close alpha file */
155 if (alpha)
178 fprintf (stderr, " -a[lpha] <file>.pgm read PNG alpha channel as pgm-file\n");
186 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha)
272 /* read header of PGM file with alpha channel *
    [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 91 Value * alpha = builder.CreateAnd(texel, builder.getInt32(0xff00)); local
95 texel = builder.CreateOr(texel, builder.CreateShl(alpha, 16));
  /external/opencv/cv/src/
cvoptflowhs.cpp 52 float alpha; /* alpha = 1 / ( 1/lambda + xx + yy ) */ member in struct:__anon9795
266 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
289 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
313 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
371 II[address].xy * averageY + II[address].xt) * II[address].alpha;
375 II[address].yy * averageY + II[address].yt) * II[address].alpha;
398 II[address].xy * averageY + II[address].xt) * II[address].alpha;
402 II[address].yy * averageY + II[address].yt) * II[address].alpha;
427 II[address].xy * averageY + II[address].xt) * II[address].alpha;
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 495 double alpha; local
514 alpha = 1.0 - (1.0/bg_model_params->win_size);
517 g_point->g_values[k].weight *= alpha;
519 g_point->g_values[k].weight += alpha;
  /external/qemu/android/
qemulator.c 430 int alpha = emulator->onion_alpha; local
433 alpha += 16;
435 alpha -= 16;
437 if (alpha > 256)
438 alpha = 256;
439 else if (alpha < 0)
440 alpha = 0;
442 emulator->onion_alpha = alpha;
443 skin_window_set_onion( emulator->window, emulator->onion, emulator->onion_rotation, alpha );
445 //dprint( "onion alpha set to %d (%.f %%)", alpha, alpha/2.56 )
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels.c 50 format->alpha = SDL_ALPHA_OPAQUE;
378 * and that opaque alpha is 255.
468 unsigned alpha; local
478 alpha = dst->Amask ? src->alpha : 0;
483 pal->colors[i].b, alpha);
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.h 68 Uint32 alpha; member in struct:ColourMasks
  /external/skia/bench/
RectBench.cpp 165 U8CPU alpha = 0xFF; local
183 alpha = 0xFF;
186 alpha = 0xFF;
191 alpha = rand.nextU() & 255;
199 paint.setAlpha(alpha);
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 19 U8CPU alpha = SkGetPackedA32(srcColor); local
21 if (alpha != 255) {
35 proc(dstRow, srcRow, width, alpha);
185 void SkARGB32_Blitter::blitV(int x, int y, int height, SkAlpha alpha) {
186 if (alpha == 0 || fSrcA == 0) {
193 if (alpha != 255) {
194 color = SkAlphaMulQ(color, SkAlpha255To256(alpha));
274 // we call this on the output from the shader + alpha from the aa buffer
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/skia/src/effects/
SkColorFilters.cpp 240 unsigned alpha = SkColorGetA(color); local
248 if (0 == alpha) {
250 } else if (255 == alpha) {
258 (0 == alpha && (SkXfermode::kSrcOver_Mode == mode ||
264 (0xFF == alpha && SkXfermode::kDstIn_Mode == mode)) {
  /external/skia/src/images/
SkImageDecoder_libico.cpp 264 //check the alpha bit first, but pass it along to the function to figure out how to deal with it
355 //alphaBit == 1 => alpha = 0
356 int alpha = (alphaBit-1) & 0xFF; local
357 *address = SkPreMultiplyARGB(alpha, red, green, blue);
372 int alpha = readByte(buf, xorOffset + 4*pixelNo + 3) & ((alphaBit-1)&0xFF); local
373 *address = SkPreMultiplyARGB(alpha, red, green, blue);
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 18 // In this file, variations for alpha and non alpha versions are implemented
111 // by alpha when has_alpha is true.
118 const __m128i& alpha) {
123 // Multiply by alpha.
124 *pixels = _mm_mullo_epi16(*pixels, alpha);
137 // @param alpha when has_alpha is true, scale all resulting components by this
140 // ((Aa2 * (16 - x1) + Aa3 * x1) * alpha, ...,
141 // (Ra0 * (16 - x0) + Ra1 * x0) * alpha) (when has_alpha is true)
152 const __m128i& alpha) {
334 __m128i alpha; local
    [all...]
SkBlitRow_opts_SSE2.cpp 20 int count, U8CPU alpha) {
21 SkASSERT(alpha <= 255);
26 uint32_t src_scale = SkAlpha255To256(alpha);
67 // Get alpha and green pixels into higher byte of each word.
113 int count, U8CPU alpha) {
114 SkASSERT(alpha == 255);
142 __m128i alpha = _mm_srli_epi32(src_pixel, 24); local
144 // Copy alpha to upper 3rd byte of each quad
145 alpha = _mm_or_si128(alpha, _mm_slli_epi32(alpha, 16))
191 __m128i alpha = _mm_srli_epi16(src_pixel, 8); local
    [all...]
  /external/skia/tests/
BlitRowTest.cpp 242 uint8_t alpha = (k & 2) ? 0x80 : 0xFF; local
244 paint.setAlpha(alpha);
260 str.printf("Diagonal config=%s bg=0x%x dither=%d alpha=0x%x src=0x%x",
261 gConfigName[gDstConfig[i]], bgColor, dither, alpha, c);
  /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...]

Completed in 1195 milliseconds

1 2 3 45 6 7 8 91011>>