HomeSort by relevance Sort by last modified time
    Searched full:alpha (Results 776 - 800 of 7977) sorted by null

<<31323334353637383940>>

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Core_MixSoft_1St_D32C31_WRA.c 45 MUL32x32INTO32((0x7FFFFFFF-pInstance->Alpha),pInstance->Target,TargetTimesOneMinAlpha,31) /* Q31 * Q31 in Q31 */
53 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31) /* Q31 * Q31 in Q31 */
70 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31) /* Q31 * Q31 in Q31 */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 43 alpha RN 6 label
134 ;// Since beta <= 18 and alpha <= 255 we know
233 ;// - 1 - ap0q0, 6 - alpha
242 ;// apflg = apflg && |p0-q0|<((alpha>>2)+2)
243 ;// apflg = aqflg && |p0-q0|<((alpha>>2)+2)
249 UHADD8 alpha, alpha, m00
251 UHADD8 alpha, alpha, m00
252 ADD alpha, alpha, m01, LSL #1
    [all...]
  /frameworks/native/include/ui/
PixelFormat.h 45 // System chooses a format that supports translucency (many alpha bits)
49 // (at least 1 alpha bit)
52 // System chooses an opaque format (no alpha bits required)
  /frameworks/native/services/surfaceflinger/
LayerDim.cpp 50 if (s.alpha>0) {
54 engine.setupDimLayerBlending(s.alpha);
62 return !isHiddenByPolicy() && s.alpha;
  /frameworks/support/buildSrc/
dependencies.gradle 24 libs.test_runner = 'com.android.support.test:runner:0.6-alpha'
25 libs.espresso_core = 'com.android.support.test.espresso:espresso-core:2.3-alpha'
26 libs.espresso_contrib = 'com.android.support.test.espresso:espresso-contrib:2.3-alpha'
  /frameworks/support/transition/api19/android/support/transition/
ViewUtilsApi19.java 38 public void setTransitionAlpha(@NonNull View view, float alpha) {
42 sSetTransitionAlphaMethod.invoke(view, alpha);
49 view.setAlpha(alpha);
  /libcore/dom/src/test/resources/
hc_staff.svg 5 <!ENTITY alpha "&#945;">
10 <!ENTITY alpha "&#950;">
62 <acronym title="Yes" class="Y&alpha;">27 South Road. Dallas, Texas 98556</acronym>
hc_staff.xhtml 5 <!ENTITY alpha "&#945;">
10 <!ENTITY alpha "&#950;">
50 <acronym title="Yes" class="Y&alpha;">27 South Road. Dallas, Texas 98556</acronym>
hc_staff.xml 5 <!ENTITY alpha "&#945;">
10 <!ENTITY alpha "&#950;">
50 <acronym title="Yes" class="Y&alpha;">27 South Road. Dallas, Texas 98556</acronym>
  /packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java 63 public void setAlpha(int alpha) {
64 mAlpha = alpha;
65 mPaint.setAlpha(alpha);
  /packages/apps/ManagedProvisioning/res/layout/
intro_animation_captions.xml 40 android:alpha="0"
45 android:alpha="0"
50 android:alpha="0"
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
CaptionCustomFragment.java 221 final int alpha = Settings.Secure.getInt(getContext().getContentResolver(), local
224 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, color | alpha); local
235 final int alpha = (int) Long.parseLong(textOpacity, 16) & 0xff000000; local
237 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, color | alpha); local
283 final int alpha = Settings.Secure.getInt(getContext().getContentResolver(), local
286 Settings.Secure.ACCESSIBILITY_CAPTIONING_BACKGROUND_COLOR, color | alpha); local
297 final int alpha = (int) Long.parseLong(backgroundOpacity, 16) & 0xff000000; local
299 Settings.Secure.ACCESSIBILITY_CAPTIONING_BACKGROUND_COLOR, color | alpha); local
323 final int alpha = Settings.Secure.getInt(getContext().getContentResolver(), local
326 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, color | alpha); local
337 final int alpha = (int) Long.parseLong(windowOpacity, 16) & 0xff000000; local
339 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, color | alpha); local
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionUtils.java 31 * Creates an object animator that use implements the alpha fade-in for an
42 animator.setPropertyName("alpha");
62 animator.setPropertyName("alpha");
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CarItemAnimator.java 39 float alpha = 0f; local
41 alpha = newHolder.itemView.getAlpha();
45 newHolder.itemView.setAlpha(alpha);
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/
plexus-container-default-1.0-alpha-30.pom 6 <version>1.0-alpha-30</version>
11 <version>1.0-alpha-30</version>
27 <version>1.0-alpha-9</version>
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
ProtoBufUtils.java 55 byte[] alpha = new byte[width*height];
57 alpha[i] = uncompressed[i * 4 + 3];
59 imageData.alphaData = alpha;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 43 // prevent the alpha from being pre-multiplied into the RGB when drawing the image.
53 // Convert the RGB image, effectively discarding the alpha channel entirely.
91 // for the content of the alpha channel.
115 assertEquals(128, outData.alpha);
179 // Expected alpha is 0xAA from the AWT input image pre-multiplied by 32 in convertToSwt.
233 byte alpha = 121;
240 scale, alpha);
263 assertEquals(alpha, actualAlpha);
271 byte alpha = 121;
279 scale, alpha);
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
configure.com 39 $ if arch.eqs."alpha"
43 $ FILES="alpha-dis,alpha-opc"
  /cts/tests/tests/graphics/src/android/graphics/cts/
Color_ColorLongTest.java 26 import static android.graphics.Color.alpha;
74 assertEquals(0.25f, alpha(pack(0.5f, 0.7f, 1.0f, 0.25f)), 0.01f);
75 assertEquals(0.25f, alpha(pack(0.5f, 0.7f, 1.0f, 0.25f, p3)), 0.01f);
130 assertEquals(0.5f, color1.alpha(), 0.01f);
137 assertEquals(1.0f, color2.alpha(), 0.01f);
144 assertEquals(0.25f, color3.alpha(), 0.01f);
151 assertEquals(0.25f, color4.alpha(), 0.01f);
159 assertEquals(0.25f, color5.alpha(), 0.01f);
167 assertEquals(0.25f, color6.alpha(), 0.01f);
174 assertEquals(0.25f, color7.alpha(), 0.01f)
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedEigenSolver.h 39 * singular. To workaround this difficulty, the eigenvalues are provided as a pair of complex \f$ \alpha \f$
208 /** \returns A const reference to the vectors containing the alpha values
334 const Scalar alpha = real(m_alphas.coeffRef(i)); local
343 Matrix<Scalar, 2, 1> rhs = (alpha*mT.template block<2,Dynamic>(j-1,st,2,sz) - beta*mS.template block<2,Dynamic>(j-1,st,2,sz)) .lazyProduct( v.segment(st,sz) );
344 Matrix<Scalar, 2, 2> lhs = beta * mS.template block<2,2>(j-1,j-1) - alpha * mT.template block<2,2>(j-1,j-1);
350 v.coeffRef(j) = -v.segment(st,sz).transpose().cwiseProduct(beta*mS.block(j,st,1,sz) - alpha*mT.block(j,st,1,sz)).sum() / (beta*mS.coeffRef(j,j) - alpha*mT.coeffRef(j,j));
363 // Then taking beta=T_00*T_11, we can avoid any division, and alpha is the eigenvalues of A = (U^-1 * S * U) * diag(T_11,T_00):
376 const ComplexScalar alpha = ComplexScalar(S2.coeff(1,1) + p, (beta > 0) ? z : -z); local
377 m_alphas.coeffRef(i) = conj(alpha);
    [all...]
  /external/eigen/unsupported/Eigen/src/EulerAngles/
EulerAngles.h 29 * - first, rotate the axes system over the alpha axis in angle alpha
125 /** \returns the axis vector of the first (alpha) rotation */
149 /** Constructs and initialize Euler angles(\p alpha, \p beta, \p gamma). */
150 EulerAngles(const Scalar& alpha, const Scalar& beta, const Scalar& gamma) :
151 m_angles(alpha, beta, gamma) {}
167 * \param positiveRangeAlpha If true, alpha will be in [0, 2*PI]. Otherwise, in [-PI, +PI].
197 * \param positiveRangeAlpha If true, alpha will be in [0, 2*PI]. Otherwise, in [-PI, +PI].
211 /** \returns The angle values stored in a vector (alpha, beta, gamma). */
213 /** \returns A read-write reference to the angle values stored in a vector (alpha, beta, gamma). *
217 Scalar alpha() const { return m_angles[0]; } function in class:Eigen::EulerAngles
219 Scalar& alpha() { return m_angles[0]; } function in class:Eigen::EulerAngles
    [all...]
  /external/skia/src/core/
SkScan_AAAPath.cpp 87 static inline void addAlpha(SkAlpha* alpha, SkAlpha delta) {
88 SkASSERT(*alpha + (int)delta <= 256);
89 *alpha = SkAlphaRuns::CatchOverflow(*alpha + (int)delta);
92 static inline void safelyAddAlpha(SkAlpha* alpha, SkAlpha delta) {
93 *alpha = SkTMin(0xFF, *alpha + (int)delta);
103 virtual void blitAntiH(int x, int y, const SkAlpha alpha) = 0;
104 virtual void blitAntiH(int x, int y, int width, const SkAlpha alpha) = 0;
110 void blitV(int x, int y, int height, SkAlpha alpha) override
    [all...]
SkScan_AntiPath.cpp 50 void blitV(int x, int y, int height, SkAlpha alpha) override {
180 *accumulates* SCALE pixels worth of "alpha" in [0,(256/SCALE)]
182 itself, with the same (alpha - (alpha >> 8)) correction as
194 int alpha = (256 >> SHIFT) * aa;
196 return alpha - (alpha >> 8);
337 // xrite/SCALE should give us alpha.
457 static void add_aa_span(uint8_t* alpha, U8CPU startAlpha) {
458 /* I should be able to just add alpha[x] + startAlpha
    [all...]
  /external/webp/src/dsp/
alpha_processing.c 35 { // (255u << MFIX) / alpha
79 { // alpha * KINV_255
141 if (argb < 0xff000000u) { // alpha < 255
142 if (argb <= 0x00ffffffu) { // alpha == 0
145 const uint32_t alpha = (argb >> 24) & 0xff; local
146 const uint32_t scale = GetScale(alpha, inverse);
157 void WebPMultRowC(uint8_t* const ptr, const uint8_t* const alpha,
161 const uint32_t a = alpha[x];
178 void (*WebPMultRow)(uint8_t* const ptr, const uint8_t* const alpha,
194 const uint8_t* alpha, int alpha_stride
224 const uint8_t* const alpha = rgba + (alpha_first ? 0 : 3); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
ExpandedAlarmViewHolder.java 277 ObjectAnimator.ofFloat(repeatDays, View.ALPHA, isExpansion ? 1f : 0f),
362 final Animator repeatAnimation = ObjectAnimator.ofFloat(repeat, View.ALPHA, 0f)
364 final Animator editLabelAnimation = ObjectAnimator.ofFloat(editLabel, View.ALPHA, 0f)
366 final Animator repeatDaysAnimation = ObjectAnimator.ofFloat(repeatDays, View.ALPHA, 0f)
368 final Animator vibrateAnimation = ObjectAnimator.ofFloat(vibrate, View.ALPHA, 0f)
370 final Animator ringtoneAnimation = ObjectAnimator.ofFloat(ringtone, View.ALPHA, 0f)
373 View.ALPHA, 0f).setDuration(shortDuration);
374 final Animator deleteAnimation = ObjectAnimator.ofFloat(delete, View.ALPHA, 0f)
376 final Animator hairLineAnimation = ObjectAnimator.ofFloat(hairLine, View.ALPHA, 0f)
434 final Animator repeatAnimation = ObjectAnimator.ofFloat(repeat, View.ALPHA, 1f
    [all...]

Completed in 656 milliseconds

<<31323334353637383940>>