/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ctype.h | 47 alpha = _Locale_ALPHA, enumerator in enum:ctype_base::mask 51 alnum = alpha | digit,
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ctype.h | 47 alpha = _Locale_ALPHA, enumerator in enum:ctype_base::mask 51 alnum = alpha | digit,
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_ctype.h | 47 alpha = _Locale_ALPHA, enumerator in enum:ctype_base::mask 51 alnum = alpha | digit,
|
/development/ndk/platforms/android-3/include/linux/ |
msm_mdp.h | 73 uint32_t alpha; member in struct:mdp_blit_req
|
/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/chromium_org/content/browser/speech/endpointer/ |
energy_endpointer.cc | 347 // Alpha increases from 0 to (k-1)/k where k is the number of time 349 float alpha = static_cast<float>(frame_counter_) / local 351 noise_level_ = (alpha * noise_level_) + ((1 - alpha) * rms);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
SincResampler.cpp | 92 double alpha = 0.16; local 93 double a0 = 0.5 * (1.0 - alpha); 95 double a2 = 0.5 * alpha;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/ |
TransparencyWin.cpp | 477 // The alpha is the average of the R, G, and B channels. 478 int alpha = (SkGetPackedR32(row[x]) + SkGetPackedG32(row[x]) + SkGetPackedB32(row[x])) / 3; local 480 // Apply that alpha to the text color and write the result. 481 row[x] = SkAlphaMulQ(textColor, SkAlpha255To256(255 - alpha));
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/ |
FEColorMatrix.cpp | 81 inline void matrix(float& red, float& green, float& blue, float& alpha, const Vector<float>& values) 83 float r = values[0] * red + values[1] * green + values[2] * blue + values[3] * alpha + values[4] * 255; 84 float g = values[5] * red + values[6] * green + values[7] * blue + values[8] * alpha + values[9] * 255; 85 float b = values[10] * red + values[11] * green + values[12] * blue + values[13] * alpha + values[14] * 255; 86 float a = values[15] * red + values[16] * green + values[17] * blue + values[18] * alpha + values[19] * 255; 91 alpha = a; 105 inline void luminance(float& red, float& green, float& blue, float& alpha) 107 alpha = 0.2125 * red + 0.7154 * green + 0.0721 * blue; 128 float alpha = pixelArray->item(pixelByteOffset + 3); local 132 matrix(red, green, blue, alpha, values) [all...] |
FilterEffect.cpp | 205 // Iterate over each pixel, checking alpha and adjusting color components if necessary 207 // Alpha is the 4th byte in a pixel 209 // Clamp each component to alpha, and increment the pixel location 215 // Increment for alpha 332 int alpha = sourceComponent[3]; local 333 if (alpha) { 334 destinationComponent[0] = static_cast<int>(sourceComponent[0]) * 255 / alpha; 335 destinationComponent[1] = static_cast<int>(sourceComponent[1]) * 255 / alpha; 336 destinationComponent[2] = static_cast<int>(sourceComponent[2]) * 255 / alpha; 342 destinationComponent[3] = alpha; 366 int alpha = sourceComponent[3]; local [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
RealtimeAnalyser.cpp | 145 double alpha = 0.16; local 146 double a0 = 0.5 * (1 - alpha); 148 double a2 = 0.5 * alpha;
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/ |
Image9.cpp | 676 unsigned char alpha = (signed short)argb >> 15; local 680 dest[x + 3] = alpha;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_fs.h | 59 } alpha; member in struct:lp_fragment_shader_variant_key
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_pixelformat.c | 49 unsigned char alpha; member in struct:stw_pf_color_info::__anon14957 55 unsigned char alpha; member in struct:stw_pf_color_info::__anon14958 74 /* no-alpha */ 78 /* alpha */ 139 assert(util_format_get_component_bits(color->format, UTIL_FORMAT_COLORSPACE_RGB, 3) == color->bits.alpha); 165 pfi->pfd.cColorBits = color->bits.red + color->bits.green + color->bits.blue + color->bits.alpha; 172 pfi->pfd.cAlphaBits = color->bits.alpha; 173 pfi->pfd.cAlphaShift = color->shift.alpha;
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_span.h | 148 GLfixed alpha, alphaStep; member in struct:sw_span
|
s_texcombine.c | 168 GLfloat alpha = textureUnit->EnvColor[3]; local 170 ASSIGN_4V(c[i], red, green, blue, alpha); 261 GLfloat alpha = textureUnit->EnvColor[3]; local 263 c[i][ACOMP] = alpha; 449 goto end; /* no alpha processing */ 455 /* Alpha channel combine */ 539 /* Fix the alpha component for GL_DOT3_RGBA_EXT/ARB combining.
|
/external/chromium_org/third_party/skia/src/core/ |
SkBlitter_ARGB32.cpp | 19 U8CPU alpha = SkGetPackedA32(srcColor); local 21 if (alpha != 255) { 35 proc(dstRow, srcRow, width, alpha); 186 void SkARGB32_Blitter::blitV(int x, int y, int height, SkAlpha alpha) { 187 if (alpha == 0 || fSrcA == 0) { 194 if (alpha != 255) { 195 color = SkAlphaMulQ(color, SkAlpha255To256(alpha)); 290 // we call this on the output from the shader + alpha from the aa buffer 542 void SkARGB32_Shader_Blitter::blitV(int x, int y, int height, SkAlpha alpha) { 554 if (255 == alpha) { [all...] |
SkConvolver.cpp | 206 unsigned char alpha = ClampTo8(accum[3]); local 208 // Make sure the alpha channel doesn't come out smaller than any of the 209 // color channels. We use premultipled alpha channels, so this should 218 if (alpha < maxColorChannel) { 221 outRow[byteOffset + 3] = alpha; 224 // No alpha channel, the image is opaque.
|
SkMaskFilter.cpp | 128 uint8_t* alpha = (uint8_t*)(runs + innerW + 1); local 140 alpha[0] = *mask.getAddr8(cx, mask.fBounds.top() + y); 141 blitter->blitAntiH(r.left(), outerR.top() + y, alpha, runs); 153 alpha[0] = *mask.getAddr8(cx, mask.fBounds.bottom() - y - 1); 154 blitter->blitAntiH(r.left(), outerR.bottom() - y - 1, alpha, runs);
|
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/chromium_org/third_party/skia/src/effects/ |
SkColorFilters.cpp | 198 unsigned alpha = SkColorGetA(color); local 206 if (0 == alpha) { 208 } else if (255 == alpha) { 216 (0 == alpha && (SkXfermode::kSrcOver_Mode == mode || 222 (0xFF == alpha && SkXfermode::kDstIn_Mode == mode)) {
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libico.cpp | 270 //check the alpha bit first, but pass it along to the function to figure out how to deal with it 361 //alphaBit == 1 => alpha = 0 362 int alpha = (alphaBit-1) & 0xFF; local 363 *address = SkPreMultiplyARGB(alpha, red, green, blue); 378 int alpha = readByte(buf, xorOffset + 4*pixelNo + 3) & ((alphaBit-1)&0xFF); local 379 *address = SkPreMultiplyARGB(alpha, red, green, blue);
|
SkScaledBitmapSampler.cpp | 45 unsigned alpha = src[3]; local 46 dst[x] = SkPreMultiplyARGB(alpha, src[0], src[1], src[2]); 48 alphaMask &= alpha; 172 unsigned alpha = src[3]; local 173 SkPMColor c = SkPreMultiplyARGB(alpha, src[0], src[1], src[2]); 176 alphaMask &= alpha; 189 unsigned alpha = src[3]; local 190 SkPMColor c = SkPreMultiplyARGB(alpha, src[0], src[1], src[2]); 193 alphaMask &= alpha; 315 // Sample_RGBx_D8888_Unpremul is no different from Sample_RGBx_D8888, since alpha 325 unsigned alpha = src[3]; local [all...] |
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_opts_SSSE3.cpp | 19 // In this file, variations for alpha and non alpha versions are implemented 163 // by alpha when has_alpha is true. 170 const __m128i& alpha) { 175 // Multiply by alpha. 176 *pixels = _mm_mullo_epi16(*pixels, alpha); 189 // @param alpha when has_alpha is true, scale all resulting components by this 192 // ((Aa2 * (16 - x1) + Aa3 * x1) * alpha, ..., 193 // (Ra0 * (16 - x0) + Ra1 * x0) * alpha) (when has_alpha is true) 204 const __m128i& alpha) { 419 __m128i alpha = _mm_setzero_si128(); local 601 __m128i alpha; local [all...] |
/external/chromium_org/tools/imagediff/ |
image_diff.cc | 286 uint32 alpha = base_pixel & RGBA_ALPHA; local 287 uint32 new_pixel = base_pixel - ((alpha / 2) & RGBA_ALPHA);
|