HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 251 - 275 of 1212) sorted by null

<<11121314151617181920>>

  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/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,
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/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,
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/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,
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/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,
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/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,
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/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,
  /developers/samples/android/common/src/java/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,
  /developers/samples/android/ui/DrawableTinting/Application/src/test/
SampleTests.java 84 * Test the initial state of all UI elements, color and blend mode.
101 * Test application of blend modes.
109 // Test that each blend mode can be applied
  /development/samples/browseable/BasicTransition/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/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/gallium/drivers/ddebug/
dd_pipe.h 133 struct pipe_blend_state blend; member in union:dd_state::__anon29471
170 struct dd_state *blend; member in struct:dd_draw_state
199 struct dd_state blend; member in struct:dd_draw_state_copy
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.c 507 fd3_blend_stateobj(ctx->blend)->rb_render_control;
704 if (fd3_blend_stateobj(ctx->blend)->rb_render_control &
722 struct fd3_blend_stateobj *blend = fd3_blend_stateobj(ctx->blend); local
725 for (i = 0; i < ARRAY_SIZE(blend->rb_mrt); i++) {
733 uint32_t control = blend->rb_mrt[i].control;
734 uint32_t blend_control = blend->rb_mrt[i].blend_control_alpha;
746 blend_control |= blend->rb_mrt[i].blend_control_rgb;
748 blend_control |= blend->rb_mrt[i].blend_control_no_alpha_rgb;
755 if (ctx->blend->independent_blend_enable
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_raster.c 71 PUSH_DATA (push, nvgl_blend_eqn(ctx->Color.Blend[0].EquationRGB));
80 PUSH_DATA (push, nvgl_blend_func(ctx->Color.Blend[0].SrcRGB));
81 PUSH_DATA (push, nvgl_blend_func(ctx->Color.Blend[0].DstRGB));
  /frameworks/base/core/java/com/android/internal/graphics/
ColorUtils.java 575 * Blend between two ARGB colors using the given ratio.
577 * <p>A blend ratio of 0.0 will result in {@code color1}, 0.5 will give an even blend,
582 * @param ratio the blend ratio of {@code color1} to {@code color2}
596 * Blend between {@code hsl1} and {@code hsl2} using the given ratio. This will interpolate
599 * <p>A blend ratio of 0.0 will result in {@code hsl1}, 0.5 will give an even blend,
604 * @param ratio the blend ratio of {@code hsl1} to {@code hsl2}
620 * Blend between two CIE-LAB colors using the given ratio.
622 * <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/x86/
libRSSupport.so 
  /cts/tests/tests/graphics/src/android/graphics/cts/
InterpolatorTest.java 208 // explicit linear blend should yield the same values
215 // blend of end key frame is not used
228 assertTrue(result[0] < 0.5f); // exact blend algorithm not known
235 assertTrue(result[0] > 0.5f); // exact blend algorithm not known
267 // blend array too short
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 118 translate_blend(unsigned blend)
120 switch (blend) {
132 DBG("Unhandled blend: %i", blend);
176 DBG("Unhandled blend factor: %i", blend_factor);
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 440 struct pipe_blend_state blend; local
442 memset(&blend, 0, sizeof blend);
443 blend.rt[0].colormask = PIPE_MASK_RGBA;
444 handle = ctx->create_blend_state(ctx, &blend);
quad-sample.c 355 struct pipe_blend_state blend; local
357 memset(&blend, 0, sizeof blend);
358 blend.rt[0].colormask = PIPE_MASK_RGBA;
359 handle = ctx->create_blend_state(ctx, &blend);
vs-test.c 429 struct pipe_blend_state blend; local
431 memset(&blend, 0, sizeof blend);
432 blend.rt[0].colormask = PIPE_MASK_RGBA;
433 handle = ctx->create_blend_state(ctx, &blend);

Completed in 789 milliseconds

<<11121314151617181920>>