HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 226 - 250 of 948) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabStrip.java 173 * Blend {@code color1} and {@code color2} using the given ratio.
175 * @param ratio of which to blend. 1.0 will return {@code color1}, 0.5 will give an even blend,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_raster.c 68 PUSH_DATA (push, nvgl_blend_eqn(ctx->Color.Blend[0].EquationRGB));
77 PUSH_DATA (push, nvgl_blend_func(ctx->Color.Blend[0].SrcRGB));
78 PUSH_DATA (push, nvgl_blend_func(ctx->Color.Blend[0].DstRGB));
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
blenders.hpp 86 virtual void blend(InputOutputArray dst, InputOutputArray dst_mask);
105 void blend(InputOutputArray dst, InputOutputArray dst_mask);
132 void blend(InputOutputArray dst, InputOutputArray dst_mask);
  /external/skia/src/animator/
SkAnimateBase.cpp 21 SK_MEMBER_ARRAY(blend, Float),
45 blend.setCount(1);
46 blend[0] = SK_Scalar1;
SkAnimateActive.cpp 324 fInterpolators[index]->setKeyFrame(0, 0, existingValues.begin(), animate->blend[0]);
325 fInterpolators[index]->setKeyFrame(1, fState[index].fDuration, to, animate->blend[0]);
384 interpolator.setKeyFrame(0, 0, from, animate->blend[0]);
385 interpolator.setKeyFrame(1, duration, from, animate->blend[0]);
389 int blendIndex = SkMin32(animate->blend.count() - 1, entry);
391 animate->blend[blendIndex]);
  /frameworks/support/core-utils/java/android/support/v4/graphics/
ColorUtils.java 531 * Blend between two ARGB colors using the given ratio.
533 * <p>A blend ratio of 0.0 will result in {@code color1}, 0.5 will give an even blend,
538 * @param ratio the blend ratio of {@code color1} to {@code color2}
552 * Blend between {@code hsl1} and {@code hsl2} using the given ratio. This will interpolate
555 * <p>A blend ratio of 0.0 will result in {@code hsl1}, 0.5 will give an even blend,
560 * @param ratio the blend ratio of {@code hsl1} to {@code hsl2}
576 * Blend between two CIE-LAB colors using the given ratio.
578 * <p>A blend ratio of 0.0 will result in {@code lab1}, 0.5 will give an even blend
    [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libRSSupport.so 
  /prebuilts/sdk/renderscript/lib/mips/
libRSSupport.so 
  /prebuilts/sdk/renderscript/lib/x86/
libRSSupport.so 
  /cts/tests/tests/graphics/src/android/graphics/cts/
InterpolatorTest.java 191 // explicit linear blend should yield the same values
198 // blend of end key frame is not used
211 assertTrue(result[0] < 0.5f); // exact blend algorithm not known
218 assertTrue(result[0] > 0.5f); // exact blend algorithm not known
250 // blend array too short
  /external/mesa3d/src/gallium/tests/graw/
quad-sample.c 359 struct pipe_blend_state blend; local
361 memset(&blend, 0, sizeof blend);
362 blend.rt[0].colormask = PIPE_MASK_RGBA;
363 handle = ctx->create_blend_state(ctx, &blend);
vs-test.c 437 struct pipe_blend_state blend; local
439 memset(&blend, 0, sizeof blend);
440 blend.rt[0].colormask = PIPE_MASK_RGBA;
441 handle = ctx->create_blend_state(ctx, &blend);
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 70 struct pipe_blend_state blend; member in struct:program
195 memset(&p->blend, 0, sizeof(p->blend));
196 p->blend.rt[0].colormask = PIPE_MASK_RGBA;
316 cso_set_blend(p->cso, &p->blend);
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 25 * Wraps the shader outputs and HW blend state that comprise a Porter Duff blend mode with coverage.
137 * When there is no coverage, or the blend mode can tweak alpha for coverage, we use the standard
201 * subtract HW blend equation with coeffs of (DC, One).
226 * This table outlines the blend formulas we will use with each xfermode, with and without coverage,
692 // value of the blend the constant. We should already have valid blend coeff's if we are at
    [all...]
  /frameworks/base/libs/hwui/renderstate/
RenderState.cpp 45 mBlend = new Blend();
192 blend().invalidate();
261 if (fill.filterMode == ProgramDescription::ColorFilterMode::Blend) {
353 blend().setFactors(glop.blend.src, glop.blend.dst);
399 blend().dump();
  /prebuilts/misc/windows/sdl2/test/
testautomation_surface.c 54 /* Disable blend mode for target surface */
89 * Helper that blits in a specific blend mode, -1 for basic blitting, -2 for color mod, -3 for alpha mod, -4 for mixed blend modes.
139 /* Optionally set blend mode. */
146 /* Test blend mode. */
500 /* Blend blitting */
617 { (SDLTest_TestCaseFp)surface_testBlitBlendBlend, "surface_testBlitBlendBlend", "Tests blitting routines with blend blending mode.", TEST_DISABLED};
  /system/core/libpixelflinger/
pixelflinger.cpp 305 c->state.blend.src = src;
306 c->state.blend.src_alpha = src;
307 c->state.blend.dst = dst;
308 c->state.blend.dst_alpha = dst;
309 c->state.blend.alpha_separate = 0;
320 c->state.blend.src = src;
321 c->state.blend.src_alpha = srcAlpha;
322 c->state.blend.dst = dst;
323 c->state.blend.dst_alpha = dstAplha;
324 c->state.blend.alpha_separate = 1
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 295 struct gen6_blend_state *blend = (struct gen6_blend_state *) local
300 memset(blend, 0, sizeof(*blend));
302 blend->blend1.pre_blend_clamp_enable = 1;
303 blend->blend1.post_blend_clamp_enable = 1;
304 blend->blend1.clamp_range = BRW_RENDERTARGET_CLAMPRANGE_FORMAT;
306 blend->blend1.write_disable_r = false;
307 blend->blend1.write_disable_g = false;
308 blend->blend1.write_disable_b = false;
309 blend->blend1.write_disable_a = false
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 69 if (!mInfo[component].blend)
201 // blend away...
279 // we already computed the blend factor before, nothing to do.
282 // this is the first time, make sure to compute the blend
287 // we have a cached alpha blend factor, but we want another one,
290 // blend factors use ALPHA *and* ONE_MINUS_ALPHA (because
311 // help us find out what register we can use for the blend-factor
368 // don't need more than 8-bits for the blend factor
391 // for the blend factor, because we need ALPHA only.
426 // for the blend factor, because we need ALPHA only
    [all...]
  /external/llvm/test/CodeGen/X86/
avx-intrinsics-x86-upgrade.ll 3 ; We don't check any vinsertf128 variant with immediate 0 because that's just a blend.
29 ; of a vinsertf128 $0 which should be optimized into a blend, so just check that it's
79 %res = call <4 x double> @llvm.x86.avx.blend.pd.256(<4 x double> %a0, <4 x double> %a1, i32 7) ; <<4 x double>> [#uses=1]
82 declare <4 x double> @llvm.x86.avx.blend.pd.256(<4 x double>, <4 x double>, i32) nounwind readnone
88 %res = call <8 x float> @llvm.x86.avx.blend.ps.256(<8 x float> %a0, <8 x float> %a1, i32 7) ; <<8 x float>> [#uses=1]
91 declare <8 x float> @llvm.x86.avx.blend.ps.256(<8 x float>, <8 x float>, i32) nounwind readnone
  /external/ImageMagick/PerlMagick/demo/
compose-specials.pl 7 # parameter "args=>" to the mis-named "blend=>" parameter.
106 $clone->Label('Blend 50x50\n(50% plus 50%)');
109 compose=>'blend',

Completed in 1593 milliseconds

1 2 3 4 5 6 7 8 91011>>