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

<<21222324252627282930>>

  /external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
private.ll 3 ; RUN: llc < %s -march=alpha > %t
zapnot3.ll 1 ; RUN: llc < %s -march=alpha | grep zapnot
  /external/webp/src/dsp/
alpha_processing_sse41.c 24 uint8_t* alpha, int alpha_stride) {
25 // alpha_and stores an 'and' operation of all the alpha[] values. The final
26 // value is not 0xff if any of the alpha[] is not equal to 0xff.
33 // 'src[4 * width - 4]', because we don't know if alpha is the first or the
60 _mm_storeu_si128((__m128i*)&alpha[i], d0);
61 // accumulate sixteen alpha 'and' in parallel
67 alpha[i] = alpha_value;
71 alpha += alpha_stride;
73 // Combine the sixteen alpha 'and' into an 8-bit mask.
  /external/webrtc/webrtc/examples/androidapp/res/layout/
fragment_hud.xml 38 android:alpha="0.4"
47 android:alpha="0.4"
59 android:alpha="0.4"
69 android:alpha="0.4"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DeBlockPixel.c 52 * [in] alpha alpha threshold value
64 int alpha, /* alpha */
87 if (armAbs(p0-q0)>=alpha || armAbs(p1-p0)>=beta || armAbs(q1-q0)>=beta)
89 DEBUG_PRINTF_10("DeBlockPixel: %02x %02x %02x %02x | %02x %02x %02x %02x alpha=%d beta=%d\n",
90 p3, p2, p1, p0, q0, q1, q2, q3, alpha, beta);
139 if (ChromaFlag==0 && ap<beta && armAbs(p0-q0)<((alpha>>2)+2))
150 if (ChromaFlag==0 && aq<beta && armAbs(p0-q0)<((alpha>>2)+2))
  /frameworks/base/core/java/android/view/
ViewOutlineProvider.java 28 * or generates a 0 alpha, rectangular Outline the size of the View if a background
48 * at <code>1.0f</code> alpha.
61 * at <code>1.0f</code> alpha.
82 * The input outline is empty and has an alpha of <code>1.0f</code>.
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
TileDrawable.java 97 final int alpha = mPaint.getAlpha(); local
99 mPaint.setAlpha(alpha);
105 public void setAlpha(int alpha) {
107 mPaint.setAlpha(alpha);
108 setInnerAlpha(alpha);
109 if (alpha != old) {
163 * Changes the alpha on just the inner wrapped drawable.
165 public void setInnerAlpha(int alpha) {
166 if (mInner != null) mInner.setAlpha(alpha);
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
fisheye.rsh 21 static float alpha, radius2, factor;
29 alpha = k * 2.0f + 0.75f;
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
fisheye_approx.rsh 21 static float alpha, radius2, factor;
29 alpha = k * 2.0f + 0.75f;
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
fisheye.rsh 21 static float alpha, radius2, factor;
29 alpha = k * 2.0f + 0.75f;
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
fisheye_approx.rsh 21 static float alpha, radius2, factor;
29 alpha = k * 2.0f + 0.75f;
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
fisheye.rsh 21 static float alpha, radius2, factor;
29 alpha = k * 2.0f + 0.75f;
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
fisheye_approx.rsh 21 static float alpha, radius2, factor;
29 alpha = k * 2.0f + 0.75f;
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
fisheye_approx_f.rsh 21 static float alpha, radius2, factor;
31 alpha = k * 2.0f + 0.75f;
43 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
54 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
ColorOverlayDimmer.java 25 * Helper class for assigning a dim color to Paint. It holds the alpha value for
58 * used; the alpha channel is ignored.
83 * Sets the active level of the dimmer. Updates the alpha value based on the
102 * Returns the alpha value for the dimmer.
109 * Returns the float value between 0 and 1 corresponding to alpha between
117 * Returns the Paint object set to the current alpha value.
125 * alpha value of the color.
128 * @return A color with the RGB values adjusted by the alpha of the current
133 return Color.argb(Color.alpha(color),
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/res/anim/
incoming_unlocked_icon_entry.xml 4 <alpha
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsBackgroundDrawable.java 59 public void setAlpha(int alpha) {
60 mImage.setAlpha(alpha);
61 mAlpha = alpha;
116 * Animates the background alpha.
122 mBackgroundAnim = ObjectAnimator.ofInt(this, "alpha", finalAlphaI);
129 * Sets the background alpha immediately.
168 public void setAlpha(int alpha) {
169 mHand.setAlpha(alpha);
171 mIcons[i].setAlpha(alpha);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
Themes.java 46 * Returns the alpha corresponding to the theme attribute {@param attr}, in the range [0, 255].
50 float alpha = ta.getFloat(0, 0); local
52 return (int) (255 * alpha + 0.5f);
69 Color.blue(color) / 255f, Color.alpha(color) / 255f);
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.5.0-alpha-preview-01/
lint-api-25.5.0-alpha-preview-01.pom 7 <version>25.5.0-alpha-preview-01</version>
32 <version>25.5.0-alpha-preview-01</version>
38 <version>2.5.0-alpha-preview-01</version>
50 <version>25.5.0-alpha-preview-01</version>
  /prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-idling-resource/2.3-alpha/
espresso-idling-resource-2.3-alpha.pom 7 <version>2.3-alpha</version>
  /prebuilts/maven_repo/android/com/android/support/test/exposed-instrumentation-api-publish/0.6-alpha/
exposed-instrumentation-api-publish-0.6-alpha.pom 7 <version>0.6-alpha</version>
  /prebuilts/sdk/current/support/wear/res/values-v23/
values-v23.xml 12 <item name="android:alpha">0.7</item>
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/
plexus-classworlds-1.2-alpha-9.pom 29 <version>1.2-alpha-9</version>
90 <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-classworlds/tags/plexus-classworlds-1.2-alpha-9</connection>
91 <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-classworlds/tags/plexus-classworlds-1.2-alpha-9</developerConnection>
92 <url>http://fisheye.codehaus.org/browse/plexus/plexus-classworlds/tags/plexus-classworlds-1.2-alpha-9</url>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilities.java 38 final byte[] alpha = new byte[image.width];
46 // Copy alpha
47 image.getAlphas(0, y, image.width, alpha, 0);
48 result.setAlphas(1, y + 1, image.width, alpha, 0);
55 * Wipe all color and alpha pixels.
83 final byte[] alpha = new byte[image.width];
91 // Copy alpha
92 image.getAlphas(0, y, image.width, alpha, 0);
93 result.setAlphas(0, y, image.width, alpha, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1.xml 11 <alpha

Completed in 797 milliseconds

<<21222324252627282930>>