HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 1 - 25 of 447) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/legacy/src/animator/
SkDisplayRandom.cpp 21 SK_MEMBER(blend, Float),
32 SkDisplayRandom::SkDisplayRandom() : blend(0), min(0), max(SK_Scalar1) {
41 SkDebugf("blend=\"%g\" ", SkScalarToFloat(blend));
45 SkDebugf("blend=\"%x\" ", blend);
55 SkScalar relativeT = SkUnitCubicInterp(random, SK_Scalar1 - blend, 0, 0, SK_Scalar1 - blend);
SkOperandInterpolator.h 30 @param blend A positive scalar specifying how to blend between this and the next key frame.
31 [0...1) is a cubic lag/log/lag blend (slow to change at the beginning and end)
32 1 is a linear blend (default)
33 (1...inf) is a cubic log/lag/log blend (fast to change at the beginning and end)
35 bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1);
SkAnimateField.cpp 55 if (blend.count() != 1 || blend[0] != SK_Scalar1) {
56 SkDebugf("blend=\"[");
58 for (int i = 0; i < blend.count(); i++) {
63 SkDebugf("%g", SkScalarToFloat(blend[i]));
65 SkDebugf("%x", blend[i]);
  /external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
HeightBasedTerrain.frag 22 vec3 blend = abs( normal );
23 blend = (blend -0.2) * 0.7;
24 blend = normalize(max(blend, 0.00001)); // Force weights to sum to 1.0 (very important!)
25 float b = (blend.x + blend.y + blend.z);
26 blend /= vec3(b, b, b);
70 return (blend.y * terrainColor + blend.x * slopeCol1 + blend.z * slopeCol2);
    [all...]
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Shadow/
PostShadow.j3md 22 Blend Modulate
PostShadowPSSM.j3md 39 Blend Modulate
59 Blend Modulate
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicBlend.java 43 private void blend(int id, Allocation ain, Allocation aout) { method in class:ScriptIntrinsicBlend
60 blend(0, ain, aout);
80 blend(1, ain, aout);
120 blend(3, ain, aout);
139 blend(4, ain, aout);
158 blend(5, ain, aout);
177 blend(6, ain, aout);
196 blend(7, ain, aout);
215 blend(8, ain, aout);
235 blend(9, ain, aout)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicBlend.java 48 private void blend(int id, Allocation ain, Allocation aout) { method in class:ScriptIntrinsicBlend
65 blend(0, ain, aout);
85 blend(1, ain, aout);
125 blend(3, ain, aout);
144 blend(4, ain, aout);
163 blend(5, ain, aout);
182 blend(6, ain, aout);
201 blend(7, ain, aout);
220 blend(8, ain, aout);
240 blend(9, ain, aout)
    [all...]
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/
WireColor.j3md 15 Blend Alpha
32 Blend Alpha
Particle.j3md 31 Blend AlphaAdditive
56 Blend AlphaAdditive
78 Blend AlphaAdditive
89 Blend AlphaAdditive
111 Blend AlphaAdditive
  /external/freetype/src/truetype/
ttgxvar.c 284 GX_Blend blend = face->blend; local
295 blend->avar_checked = TRUE;
306 axisCount != (FT_Long)blend->mmvar->num_axis )
309 if ( FT_NEW_ARRAY( blend->avar_segment, axisCount ) )
312 segment = &blend->avar_segment[0];
322 FT_FREE( blend->avar_segment[j].correspondence );
324 FT_FREE( blend->avar_segment );
325 blend->avar_segment = NULL;
376 GX_Blend blend = face->blend local
860 GX_Blend blend; local
997 GX_Blend blend; local
1132 GX_Blend blend = face->blend; local
1327 GX_Blend blend = face->blend; local
    [all...]
  /external/skia/src/animator/
SkDisplayRandom.cpp 21 SK_MEMBER(blend, Float),
32 SkDisplayRandom::SkDisplayRandom() : blend(0), min(0), max(SK_Scalar1) {
40 SkDebugf("blend=\"%g\" ", SkScalarToFloat(blend));
49 SkScalar relativeT = SkUnitCubicInterp(random, SK_Scalar1 - blend, 0, 0, SK_Scalar1 - blend);
SkOperandInterpolator.h 30 @param blend A positive scalar specifying how to blend between this and the next key frame.
31 [0...1) is a cubic lag/log/lag blend (slow to change at the beginning and end)
32 1 is a linear blend (default)
33 (1...inf) is a cubic log/lag/log blend (fast to change at the beginning and end)
35 bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1);
SkAnimateField.cpp 49 if (blend.count() != 1 || blend[0] != SK_Scalar1) {
50 SkDebugf("blend=\"[");
52 for (int i = 0; i < blend.count(); i++) {
56 SkDebugf("%g", SkScalarToFloat(blend[i]));
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TranslateTransformOperation.cpp 28 PassRefPtr<TransformOperation> TranslateTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) function in class:WebCore::TranslateTransformOperation
34 return TranslateTransformOperation::create(Length(m_x.type()).blend(m_x, narrowPrecisionToFloat(progress)),
35 Length(m_y.type()).blend(m_y, narrowPrecisionToFloat(progress)),
36 Length(m_z.type()).blend(m_z, narrowPrecisionToFloat(progress)), m_type);
42 return TranslateTransformOperation::create(m_x.blend(fromX, narrowPrecisionToFloat(progress)), m_y.blend(fromY, narrowPrecisionToFloat(progress)), m_z.blend(fromZ, narrowPrecisionToFloat(progress)), m_type);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
BlendFilter.java 34 * the multiplication of parameter "blend" and the alpha value in "right" frame.
43 "uniform float blend;\n" +
48 " float weight = colorR.a * blend;\n" +
53 super(name, new String[] { "left", "right" }, "blended", "blend");
58 throw new RuntimeException("TODO: Write native implementation for Blend!");
AlphaBlendFilter.java 48 " float blend = texture2D(tex_sampler_2, v_texcoord).r * weight;\n" +
49 " gl_FragColor = colorL * (1.0 - blend) + colorR * blend;\n" +
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.cpp 65 if (blendingType == Blend::BLEND_TYPE_FULL ||
66 blendingType == Blend::BLEND_TYPE_PAN)
68 stripType = Blend::STRIP_TYPE_THIN;
107 if (blendingType == Blend::BLEND_TYPE_FULL ||
108 blendingType == Blend::BLEND_TYPE_PAN ||
109 blendingType == Blend::BLEND_TYPE_CYLPAN ||
110 blendingType == Blend::BLEND_TYPE_HORZ) {
111 blender = new Blend();
202 if (blendingType == Blend::BLEND_TYPE_PAN)
209 int ret = Blend::BLEND_RET_ERROR
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Mosaic.cpp 65 if (blendingType == Blend::BLEND_TYPE_FULL ||
66 blendingType == Blend::BLEND_TYPE_PAN)
68 stripType = Blend::STRIP_TYPE_THIN;
107 if (blendingType == Blend::BLEND_TYPE_FULL ||
108 blendingType == Blend::BLEND_TYPE_PAN ||
109 blendingType == Blend::BLEND_TYPE_CYLPAN ||
110 blendingType == Blend::BLEND_TYPE_HORZ) {
111 blender = new Blend();
202 if (blendingType == Blend::BLEND_TYPE_PAN)
209 int ret = Blend::BLEND_RET_ERROR
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.cpp 61 if (blendingType == Blend::BLEND_TYPE_FULL ||
62 blendingType == Blend::BLEND_TYPE_PAN)
64 stripType = Blend::STRIP_TYPE_THIN;
102 if (blendingType == Blend::BLEND_TYPE_FULL ||
103 blendingType == Blend::BLEND_TYPE_PAN ||
104 blendingType == Blend::BLEND_TYPE_CYLPAN ||
105 blendingType == Blend::BLEND_TYPE_HORZ) {
106 blender = new Blend();
189 if (blendingType == Blend::BLEND_TYPE_PAN)
196 int ret = Blend::BLEND_RET_ERROR
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
fill_test.rs 40 int blend;
67 static void displaySingletexFill(bool blend, int quadCount, bool modulate) {
74 if (!blend) {
105 static void displayMultitextureSample(bool blend, int quadCount) {
112 if (!blend) {
146 displayMultitextureSample(gData->blend == 1 ? true : false, gData->quadCount);
149 displaySingletexFill(gData->blend == 1 ? true : false, gData->quadCount, false);
152 displaySingletexFill(gData->blend == 1 ? true : false, gData->quadCount, true);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 282 ALOGE("Called unimplemented blend intrinsic BLEND_NORMAL");
286 ALOGE("Called unimplemented blend intrinsic BLEND_AVERAGE");
305 ALOGE("Called unimplemented blend intrinsic BLEND_SCREEN");
309 ALOGE("Called unimplemented blend intrinsic BLEND_DARKEN");
313 ALOGE("Called unimplemented blend intrinsic BLEND_LIGHTEN");
317 ALOGE("Called unimplemented blend intrinsic BLEND_OVERLAY");
321 ALOGE("Called unimplemented blend intrinsic BLEND_HARDLIGHT");
325 ALOGE("Called unimplemented blend intrinsic BLEND_SOFTLIGHT");
329 ALOGE("Called unimplemented blend intrinsic BLEND_DIFFERENCE");
333 ALOGE("Called unimplemented blend intrinsic BLEND_NEGATION")
    [all...]
  /external/llvm/test/CodeGen/X86/
2011-10-19-widen_vselect.ll 6 ; we are able to generate vector blend instructions.
9 ; CHECK: blend
19 ; CHECK: blend
31 ; CHECK: blend
42 ; CHECK: blend
  /external/skia/include/utils/
SkInterpolator.h 71 SkMSec nextTime, const SkScalar blend[4] = NULL);
99 @param blend A positive scalar specifying how to blend between this
101 blend (slow to change at the beginning and end)
102 1 is a linear blend (default)
105 const SkScalar blend[4] = NULL);
  /external/skia/legacy/include/utils/
SkInterpolator.h 71 SkMSec nextTime, const SkScalar blend[4] = NULL);
99 @param blend A positive scalar specifying how to blend between this
101 blend (slow to change at the beginning and end)
102 1 is a linear blend (default)
105 const SkScalar blend[4] = NULL);

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 91011>>