/external/skia/src/core/ |
SkBlitRow_D16.cpp | 17 U8CPU alpha, int /*x*/, int /*y*/) { 18 SkASSERT(255 == alpha); 31 U8CPU alpha, int /*x*/, int /*y*/) { 32 SkASSERT(255 > alpha); 35 int scale = SkAlpha255To256(alpha); 50 U8CPU alpha, int /*x*/, int /*y*/) { 51 SkASSERT(255 == alpha); 68 U8CPU alpha, int /*x*/, int /*y*/) { 69 SkASSERT(255 > alpha); 77 SkPMColor res = SkBlendARGB32(sc, SkPixel16ToPixel32(dc), alpha); [all...] |
SkBlitRow.h | 17 //! If set, the alpha parameter will be != 255 19 //! If set, the src colors may have alpha != 255 31 @param alpha A global alpha to be applied to all of the src colors 36 U8CPU alpha, int x, int y); 59 @param src array of src 32bit colors (w/ or w/o alpha) 61 @param alpha global alpha to be applied to all src colors 63 typedef void (*Proc32)(uint32_t dst[], const SkPMColor src[], int count, U8CPU alpha);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
__future__.py | 14 PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string
103 (2, 2, 0, "alpha", 0),
106 generators = _Feature((2, 2, 0, "alpha", 1),
110 division = _Feature((2, 2, 0, "alpha", 2),
111 (3, 0, 0, "alpha", 0),
114 absolute_import = _Feature((2, 5, 0, "alpha", 1),
115 (2, 7, 0, "alpha", 0),
118 with_statement = _Feature((2, 5, 0, "alpha", 1),
119 (2, 6, 0, "alpha", 0),
122 print_function = _Feature((2, 6, 0, "alpha", 2), [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
__future__.py | 14 PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string 103 (2, 2, 0, "alpha", 0), 106 generators = _Feature((2, 2, 0, "alpha", 1), 110 division = _Feature((2, 2, 0, "alpha", 2), 111 (3, 0, 0, "alpha", 0), 114 absolute_import = _Feature((2, 5, 0, "alpha", 1), 115 (3, 0, 0, "alpha", 0), 118 with_statement = _Feature((2, 5, 0, "alpha", 1), 119 (2, 6, 0, "alpha", 0), 122 print_function = _Feature((2, 6, 0, "alpha", 2) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
__future__.py | 14 PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string 103 (2, 2, 0, "alpha", 0), 106 generators = _Feature((2, 2, 0, "alpha", 1), 110 division = _Feature((2, 2, 0, "alpha", 2), 111 (3, 0, 0, "alpha", 0), 114 absolute_import = _Feature((2, 5, 0, "alpha", 1), 115 (3, 0, 0, "alpha", 0), 118 with_statement = _Feature((2, 5, 0, "alpha", 1), 119 (2, 6, 0, "alpha", 0), 122 print_function = _Feature((2, 6, 0, "alpha", 2) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
__future__.py | 14 PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string 103 (2, 2, 0, "alpha", 0), 106 generators = _Feature((2, 2, 0, "alpha", 1), 110 division = _Feature((2, 2, 0, "alpha", 2), 111 (3, 0, 0, "alpha", 0), 114 absolute_import = _Feature((2, 5, 0, "alpha", 1), 115 (3, 0, 0, "alpha", 0), 118 with_statement = _Feature((2, 5, 0, "alpha", 1), 119 (2, 6, 0, "alpha", 0), 122 print_function = _Feature((2, 6, 0, "alpha", 2) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
__future__.py | 14 PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string 103 (2, 2, 0, "alpha", 0), 106 generators = _Feature((2, 2, 0, "alpha", 1), 110 division = _Feature((2, 2, 0, "alpha", 2), 111 (3, 0, 0, "alpha", 0), 114 absolute_import = _Feature((2, 5, 0, "alpha", 1), 115 (3, 0, 0, "alpha", 0), 118 with_statement = _Feature((2, 5, 0, "alpha", 1), 119 (2, 6, 0, "alpha", 0), 122 print_function = _Feature((2, 6, 0, "alpha", 2) [all...] |
/external/cblas/examples/ |
cblas_example2.c | 16 ALPHA=0.0, BETA=0.0; 27 ALPHA, A, 1, B, 1, BETA, C, 1 ); 32 ALPHA, A, 1, B, 1, BETA, C, 1 ); 37 ALPHA, A, 1, B, 1, BETA, C, 2 ); 42 ALPHA, A, 1, B, 1, BETA, C, 1 ); 49 &ALPHA, A, &lda, B, &ldb, &BETA, C, &ldc ); 55 &ALPHA, A, &lda, B, &ldb, &BETA, C, &ldc ); 61 &ALPHA, A, &lda, B, &ldb, &BETA, C, &ldc ); 67 &ALPHA, A, &lda, B, &ldb, &BETA, C, &ldc );
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_alpha.c | 29 * Alpha testing to LLVM IR translation. 54 LLVMValueRef alpha, 64 * Alpha testing needs to be done in the color buffer precision. 67 * alpha testing after converting the output colors, but that's not very 77 alpha = lp_build_clamp(&bld, alpha, bld.zero, bld.one); 80 alpha = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, alpha); 87 test = lp_build_cmp(&bld, func, alpha, ref);
|
/external/skia/tests/ |
SrcOverTest.cpp | 12 static int test_srcover0(unsigned dst, unsigned alpha) { 13 return alpha + SkAlphaMul(dst, SkAlpha255To256(255 - alpha)); 17 static int test_srcover1(unsigned dst, unsigned alpha) { 18 return alpha + SkAlphaMul(dst, 256 - alpha); 22 static int test_srcover2(unsigned dst, unsigned alpha) { 23 return alpha + SkMulDiv255Round(dst, 255 - alpha);
|
/frameworks/base/libs/hwui/ |
Layer.h | 70 inline void setAlpha(int alpha) { 71 this->alpha = alpha; 74 inline void setAlpha(int alpha, SkBlendMode mode) { 75 this->alpha = alpha; 80 return alpha; 108 Layer(RenderState& renderState, Api api, SkColorFilter* colorFilter, int alpha, 129 int alpha; member in class:android::uirenderer::Layer
|
/external/eigen/blas/ |
GeneralRank1Update.h | 15 /* Optimized matrix += alpha * uv' */ 22 static void run(Index rows, Index cols, Scalar* mat, Index stride, const Scalar* u, const Scalar* v, Scalar alpha) 29 Map<Matrix<Scalar,Dynamic,1> >(mat+stride*i,rows) += alpha * cj(v[i]) * ConjRhsType(OtherMap(u,rows)); 36 static void run(Index rows, Index cols, Scalar* mat, Index stride, const Scalar* u, const Scalar* v, Scalar alpha) 38 general_rank1_update<Scalar,Index,ColMajor,ConjRhs,ConjRhs>::run(rows,cols,mat,stride,u,v,alpha);
|
level2_real_impl.h | 12 // y = alpha*A*x + beta*y 27 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); local 56 func[code](*n, a, *lda, actual_x, actual_y, alpha); 64 // C := alpha*x*x' + C 78 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); local 88 if(*n==0 || alpha==Scalar(0)) return 1; 97 func[code](*n, c, *ldc, x_cpy, x_cpy, alpha); 104 // C := alpha*x*y' + alpha*y*x' + C 118 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha) local 198 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); local 243 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); local 283 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); local [all...] |
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
rwupdt.h | 10 Scalar alpha) 39 /* apply the current transformation to r(j,j), b(j), and alpha. */ 41 temp = givens[j].c() * b[j] + givens[j].s() * alpha; 42 alpha = -givens[j].s() * b[j] + givens[j].c() * alpha;
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/TargetInfo/ |
AlphaTargetInfo.cpp | 1 //===-- AlphaTargetInfo.cpp - Alpha Target Implementation -----------------===// 10 #include "Alpha.h" 18 RegisterTarget<Triple::alpha, /*HasJIT=*/true> 19 X(TheAlphaTarget, "alpha", "Alpha [experimental]");
|
/external/webp/src/dsp/ |
alpha_processing_neon.c | 25 #define MULTIPLY_BY_ALPHA(V, ALPHA, OTHER) do { \ 26 const uint8x8_t alpha = (V).val[(ALPHA)]; \ 27 const uint16x8_t r1 = vmull_u8((V).val[1], alpha); \ 28 const uint16x8_t g1 = vmull_u8((V).val[2], alpha); \ 29 const uint16x8_t b1 = vmull_u8((V).val[(OTHER)], alpha); \ 65 const uint8_t* const alpha = rgba + (alpha_first ? 0 : 3); local 66 const uint32_t a = alpha[4 * i]; 83 static int DispatchAlpha_NEON(const uint8_t* alpha, int alpha_stride, 91 // We don't know if alpha is first or last in dst[] (depending on rgbA/Arg [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
AlphaISelDAGToDAG.cpp | 1 //===-- AlphaISelDAGToDAG.cpp - Alpha pattern matching inst selector ------===// 10 // This file defines a pattern matching instruction selector for Alpha, 11 // converting from a legalized dag to a Alpha dag. 15 #include "Alpha.h" 40 /// AlphaDAGToDAGISel - Alpha specific code to select Alpha machine 148 return "Alpha DAG->DAG Pattern Instruction Selection"; 221 return CurDAG->SelectNodeTo(N, Alpha::LDA, MVT::i64, 235 Chain = CurDAG->getCopyToReg(Chain, dl, Alpha::R24, N1, 237 Chain = CurDAG->getCopyToReg(Chain, dl, Alpha::R25, N2, [all...] |
/external/eigen/lapack/ |
dlarfg.f | 21 * SUBROUTINE DLARFG( N, ALPHA, X, INCX, TAU ) 25 * DOUBLE PRECISION ALPHA, TAU 40 *> H * ( alpha ) = ( beta ), H**T * H = I. 43 *> where alpha and beta are scalars, and x is an (n-1)-element real 67 *> \param[in,out] ALPHA 69 *> ALPHA is DOUBLE PRECISION 70 *> On entry, the value alpha. 107 SUBROUTINE DLARFG( N, ALPHA, X, INCX, TAU ) 116 DOUBLE PRECISION ALPHA, TAU 160 BETA = -SIGN( DLAPY2( ALPHA, XNORM ), ALPHA [all...] |
slarfg.f | 21 * SUBROUTINE SLARFG( N, ALPHA, X, INCX, TAU ) 25 * REAL ALPHA, TAU 40 *> H * ( alpha ) = ( beta ), H**T * H = I. 43 *> where alpha and beta are scalars, and x is an (n-1)-element real 67 *> \param[in,out] ALPHA 69 *> ALPHA is REAL 70 *> On entry, the value alpha. 107 SUBROUTINE SLARFG( N, ALPHA, X, INCX, TAU ) 116 REAL ALPHA, TAU 160 BETA = -SIGN( SLAPY2( ALPHA, XNORM ), ALPHA [all...] |
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
polochallengeresponse.cc | 32 Alpha* PoloChallengeResponse::GetAlpha(const Nonce& nonce) const { 83 Alpha* alpha = new Alpha(SHA256_DIGEST_LENGTH); local 84 SHA256(buffer, buffer_size, &(*alpha)[0]); 93 return alpha; 97 const Alpha* alpha = GetAlpha(nonce); local 98 if (!alpha) { 104 if (alpha->size() >= nonce.size()) [all...] |
/external/skia/tools/skiaserve/urlhandlers/ |
ClipAlphaHandler.cpp | 32 int alpha; local 33 sscanf(commands[1].c_str(), "%d", &alpha); 35 request->fDebugCanvas->setClipVizColor(SkColorSetARGB(alpha, 0, 0, 0));
|
/frameworks/rs/rsov/compiler/tests/image/ |
blend.rs | 19 uchar alpha = 0x0; 23 out.rgba = convert_uchar4((convert_uint4(in.rgba) * alpha) >> (uint4)8); 24 out.a = alpha;
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
blend.rs | 18 uchar alpha = 0x0; 21 v_out->rgba = convert_uchar4((convert_uint4(v_out->rgba) * alpha) >> (uint4)8); 22 v_out->a = alpha;
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
blend.rs | 18 uchar alpha = 0x0; 22 out.rgba = convert_uchar4((convert_uint4(in.rgba) * alpha) >> (uint4)8); 23 out.a = alpha;
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
blend.rs | 18 uchar alpha = 0x0; 22 out.rgba = convert_uchar4((convert_uint4(in.rgba) * alpha) >> (uint4)8); 23 out.a = alpha;
|