HomeSort by relevance Sort by last modified time
    Searched full:alpha (Results 51 - 75 of 5075) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_SSE2.h 14 int count, U8CPU alpha);
18 int count, U8CPU alpha);
22 int count, U8CPU alpha);
  /external/pixman/test/
alpha-loop.c 11 uint8_t *alpha; local
16 alpha = make_random_bytes (WIDTH * HEIGHT);
20 pixman_image_t *a = pixman_image_create_bits (PIXMAN_a8, WIDTH, HEIGHT, (uint32_t *)alpha, WIDTH);
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_DisplayFormat.3 13 If you want to take advantage of hardware colorkey or alpha blit acceleration, you should set the colorkey and alpha value before calling this function\&.
15 If you want an alpha channel, see \fISDL_DisplayFormatAlpha\fR\&.
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.h 14 int count, U8CPU alpha);
18 int count, U8CPU alpha);
22 int count, U8CPU alpha);
  /frameworks/rs/java/tests/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/java/tests/ImageProcessing2/src/com/android/rs/image/
blend.rs 17 uchar alpha = 0x0;
20 v_out->rgba = convert_uchar4((convert_uint4(v_out->rgba) * alpha) >> (uint4)8);
21 v_out->a = alpha;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
blend.rs 17 uchar alpha = 0x0;
20 v_out->rgba = convert_uchar4((convert_uint4(v_out->rgba) * alpha) >> (uint4)8);
21 v_out->a = alpha;
  /packages/apps/Contacts/src/com/android/contacts/widget/
AlphaTouchInterceptorOverlay.java 31 * Also supports an alpha layer to dim the content underneath. By default, the
32 * alpha layer is the same View as the touch-interceptor layer. However, for
34 * intercepted (for example, {@link CarouselTab}'s label appears above the alpha
35 * layer). In this case, you can specify the View to use as the alpha layer via
37 * the alpha-layer with respect to your other sub-views.
60 * Set the View that the overlay will use as its alpha-layer. If
62 * some child views need to appear above the alpha-layer but below
68 // We're no longer the alpha-layer, so make ourself invisible.
75 /** Sets the alpha value on the alpha layer. *
    [all...]
FrameLayoutWithOverlay.java 27 * If necessary, you can specify your own alpha-layer and manually manage its z-order.
49 * Delegate to overlay: set the View that it will use as its alpha-layer.
50 * If none is set, the overlay will use its own alpha layer. Only
52 * alpha-layer.
58 /** Delegate to overlay: set the alpha value on the alpha layer. */
59 public void setAlphaLayerValue(float alpha) {
60 mOverlay.setAlphaLayerValue(alpha);
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlsetalpha.html 83 >SDL_SetAlpha&nbsp;--&nbsp;Adjust the alpha properties of a surface</DIV
109 >(SDL_Surface *surface, Uint32 flag, Uint8 alpha);</CODE
129 >This function and the semantics of SDL alpha blending have changed since version 1.1.4. Up until version 1.1.5, an alpha value of 0 was considered opaque and a value of 255 was considered transparent. This has now been inverted: 0 (<TT
142 > is used for setting the per-surface alpha
143 value and/or enabling and disabling alpha blending.</P
150 > parameter specifies which surface whose alpha
157 whether alpha blending should be used (<TT
175 > is not passed as a flag then all alpha
180 >alpha</
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.h 35 * @param paint Used to calculate alpha, masks, etc.
45 /** Add a Soft Mask (alpha or shape channel) to the image. Refs mask.
64 * @param alpha Is this the alpha channel of the bitmap.
65 * @param paint Used to calculate alpha, masks, etc.
68 const SkIRect& srcRect, bool alpha, EncodeToDCTStream encoder);
  /external/skia/src/pdf/
SkPDFImage.h 35 * @param paint Used to calculate alpha, masks, etc.
45 /** Add a Soft Mask (alpha or shape channel) to the image. Refs mask.
64 * @param alpha Is this the alpha channel of the bitmap.
65 * @param paint Used to calculate alpha, masks, etc.
68 const SkIRect& srcRect, bool alpha, EncodeToDCTStream encoder);
  /frameworks/base/services/java/com/android/server/wm/
DimLayer.java 107 private void setAlpha(float alpha) {
108 if (mAlpha != alpha) {
109 if (DEBUG) Slog.v(TAG, "setAlpha alpha=" + alpha);
111 mDimSurface.setAlpha(alpha);
112 if (alpha == 0 && mShowing) {
116 } else if (alpha > 0 && !mShowing) {
122 Slog.w(TAG, "Failure setting alpha immediately", e);
124 mAlpha = alpha;
154 * @param alpha The dim value to end at
255 float alpha = mStartAlpha + alphaDelta * (curTime - mStartTime) \/ mDuration; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
dsa.rst 1 .. _depth,stencil,&alpha:
3 Depth, Stencil, & Alpha
6 These three states control the depth, stencil, and alpha tests, used to
14 * Alpha
53 Alpha Members
57 Whether the alpha test is enabled.
59 The alpha test function. One of PIPE_FUNC.
61 Alpha test reference value; used for certain functions.
  /external/chromium_org/third_party/skia/src/core/
SkAntiRun.h 15 /** Sparse array of run-length-encoded alpha (supersampling coverage) values.
26 /// of alpha value 0.
62 static void Break(int16_t runs[], uint8_t alpha[], int x, int count);
66 * matching alpha values.
70 static void BreakAt(int16_t runs[], uint8_t alpha[], int x) {
76 alpha[x] = alpha[0];
82 alpha += n;
  /external/clang/test/Analysis/
cxx-method-names.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix,osx,alpha.unix,alpha.security.taint -analyzer-store region -verify %s
  /external/mesa3d/src/gallium/docs/source/cso/
dsa.rst 1 .. _depth,stencil,&alpha:
3 Depth, Stencil, & Alpha
6 These three states control the depth, stencil, and alpha tests, used to
14 * Alpha
53 Alpha Members
57 Whether the alpha test is enabled.
59 The alpha test function. One of PIPE_FUNC.
61 Alpha test reference value; used for certain functions.
  /external/skia/src/core/
SkAntiRun.h 15 /** Sparse array of run-length-encoded alpha (supersampling coverage) values.
26 /// of alpha value 0.
62 static void Break(int16_t runs[], uint8_t alpha[], int x, int count);
66 * matching alpha values.
70 static void BreakAt(int16_t runs[], uint8_t alpha[], int x) {
76 alpha[x] = alpha[0];
82 alpha += n;
  /frameworks/base/core/java/android/view/animation/
AlphaAnimation.java 24 * An animation that controls the alpha level of an object.
26 * changing the alpha property of a {@link Transformation}
54 * @param fromAlpha Starting alpha value for the animation, where 1.0 means
56 * @param toAlpha Ending alpha value for the animation.
64 * Changes the alpha property of the supplied {@link Transformation}
68 final float alpha = mFromAlpha; local
69 t.setAlpha(alpha + ((mToAlpha - alpha) * interpolatedTime));
  /system/core/libpixelflinger/
col32cb16blend_neon.S 25 // This function alpha blends a fixed color into a destination scanline, using
32 // a is the alpha channel of the source color.
46 vmov.u16 q15, #256 // create alpha constant
57 // d6 = 8 equal alpha values
62 vshr.u8 d7, d6, #7 // extract top bit of alpha
63 vaddl.u8 q3, d6, d7 // add top bit into alpha
64 vsub.u16 q3, q15, q3 // invert alpha
83 vmul.u16 q8, q8, q3 // multiply dst red0 by src alpha
85 vmul.u16 q9, q9, q3 // multiply dst green0 by src alpha
87 vmul.u16 q10, q10, q3 // multiply dst blue0 by src alpha
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_pair.c 39 unsigned int rgb, unsigned int alpha,
48 if ((!rgb && !alpha) || file == RC_FILE_NONE)
58 if (alpha && pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Used
59 && index != pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Index) {
76 if (alpha) {
77 if (pair->Alpha.Src[i].Used) {
78 if (pair->Alpha.Src[i].File != file ||
79 pair->Alpha.Src[i].Index != index) {
95 || (alpha && alpha_used > 2))
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.c 39 unsigned int rgb, unsigned int alpha,
48 if ((!rgb && !alpha) || file == RC_FILE_NONE)
58 if (alpha && pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Used
59 && index != pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Index) {
76 if (alpha) {
77 if (pair->Alpha.Src[i].Used) {
78 if (pair->Alpha.Src[i].File != file ||
79 pair->Alpha.Src[i].Index != index) {
95 || (alpha && alpha_used > 2))
    [all...]
  /external/chromium_org/ui/gfx/
color_utils.h 30 UI_EXPORT SkColor HSLToSkColor(const HSL& hsl, SkAlpha alpha);
48 // Determine if a given alpha value is nearly completely transparent.
49 bool IsColorCloseToTransparent(SkAlpha alpha);
59 // |alpha| == 0) to |foreground| (for |alpha| == 255). The alpha channels of
63 SkAlpha alpha);
66 // white or black depending on its current luminance. |alpha| controls the
67 // amount of white or black that will be alpha-blended into |color|.
68 UI_EXPORT SkColor BlendTowardOppositeLuminance(SkColor color, SkAlpha alpha);
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TexturePixel.java 19 public float intensity, red, green, blue, alpha; field in class:TexturePixel
32 this.alpha = pixel.alpha;
45 this.alpha = colorRGBA.a;
52 * the alpha value
61 this.alpha = a;
75 this.alpha = pixelValue >= 0 ? pixelValue / 255.0f : 1.0f - (~pixelValue) / 255.0f;
101 this.alpha = pixelValue >= 0 ? pixelValue / 255.0f : 1.0f - (~pixelValue) / 255.0f;
118 this.alpha = pixelValue >= 0 ? pixelValue / 255.0f : 1.0f - (~pixelValue) / 255.0f;
128 this.alpha = 1.0f;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 63 /* Functions to perform alpha blended blitting */
65 /* N->1 blending with per-surface alpha */
79 const unsigned A = srcfmt->alpha;
118 /* N->1 blending with pixel alpha */
132 /* FIXME: fix alpha bit field expansion here too? */
171 /* colorkeyed N->1 blending with per-surface alpha */
186 const int A = srcfmt->alpha;
228 /* fast RGB888->(A)RGB888 blending with surface alpha=128 special case */
244 movd_m2r(dalpha, mm7); /* dst alpha mask */
245 punpckldq_r2r(mm7, mm7); /* dst alpha mask | dst alpha mask -> mm7 *
283 unsigned alpha = info->src->alpha; local
506 unsigned alpha = info->src->alpha; local
940 unsigned alpha = info->src->alpha; local
1257 unsigned alpha = info->src->alpha; local
1353 unsigned alpha = info->src->alpha; local
1461 unsigned alpha = info->src->alpha; local
1876 unsigned alpha = info->src->alpha; \/* downscale alpha to 5 bits *\/ local
2015 unsigned alpha = info->src->alpha; \/* downscale alpha to 5 bits *\/ local
2161 unsigned alpha = info->src->alpha; local
2295 unsigned alpha = info->src->alpha; local
2431 unsigned alpha = info->src->alpha; local
2467 unsigned alpha = info->src->alpha; \/* downscale alpha to 5 bits *\/ local
    [all...]

Completed in 598 milliseconds

1 23 4 5 6 7 8 91011>>