/external/skia/src/animator/ |
SkDisplayRandom.cpp | 29 SK_MEMBER(blend, Float), 40 SkDisplayRandom::SkDisplayRandom() : blend(0), min(0), max(SK_Scalar1) { 49 SkDebugf("blend=\"%g\" ", SkScalarToFloat(blend)); 53 SkDebugf("blend=\"%x\" ", blend); 63 SkScalar relativeT = SkUnitCubicInterp(random, SK_Scalar1 - blend, 0, 0, SK_Scalar1 - blend);
|
SkOperandInterpolator.h | 38 @param blend A positive scalar specifying how to blend between this and the next key frame. 39 [0...1) is a cubic lag/log/lag blend (slow to change at the beginning and end) 40 1 is a linear blend (default) 41 (1...inf) is a cubic log/lag/log blend (fast to change at the beginning and end) 43 bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1);
|
SkAnimateField.cpp | 63 if (blend.count() != 1 || blend[0] != SK_Scalar1) { 64 SkDebugf("blend=\"["); 66 for (int i = 0; i < blend.count(); i++) { 71 SkDebugf("%g", SkScalarToFloat(blend[i])); 73 SkDebugf("%x", blend[i]);
|
SkOperandIterpolator.cpp | 47 bool SkOperandInterpolator::setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend) 50 blend = SkScalarPin(blend, 0, SK_Scalar1); 57 timeCode->fBlend[0] = SK_Scalar1 - blend; 60 timeCode->fBlend[3] = SK_Scalar1 - blend;
|
/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/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);
|
Matrix3DTransformOperation.cpp | 35 PassRefPtr<TransformOperation> Matrix3DTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) function in class:WebCore::Matrix3DTransformOperation 52 toT.blend(fromT, progress);
|
MatrixTransformOperation.cpp | 31 PassRefPtr<TransformOperation> MatrixTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) function in class:WebCore::MatrixTransformOperation 48 toT.blend(fromT, progress);
|
/system/media/mca/filterpacks/imageproc/java/ |
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 | 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...] |
Blend.h | 18 // Blend.h 19 // $Id: Blend.h,v 1.23 2011/06/24 04:22:14 mbansal Exp $ 49 class Blend { 67 Blend(); 68 ~Blend();
|
/frameworks/base/graphics/java/android/graphics/ |
Interpolator.java | 65 * values (with an implicity blend array of [0, 0, 1, 1] giving linear 79 * values and blend array. 85 * @param blend (may be null) Optional array of 4 blend values 87 public void setKeyFrame(int index, int msec, float[] values, float[] blend) { 94 if (blend != null && blend.length < 4) { 97 nativeSetKeyFrame(native_instance, index, msec, values, blend); 159 private static native void nativeSetKeyFrame(int native_instance, int index, int msec, float[] values, float[] blend);
|
/external/skia/src/utils/ |
SkInterpolator.cpp | 48 <blend> 69 SkMSec nextTime, const SkScalar blend[4]) { 74 return blend ? 75 SkUnitCubicInterp(t, blend[0], blend[1], blend[2], blend[3]) : t; 173 const SkScalar values[], const SkScalar blend[4]) { 176 if (blend == NULL) { 177 blend = gIdentityBlend [all...] |
/frameworks/base/libs/hwui/ |
SkiaShader.cpp | 62 SkShader::TileMode tileY, SkMatrix* matrix, bool blend): 63 mType(type), mKey(key), mTileX(tileX), mTileY(tileY), mBlend(blend) { 93 SkShader::TileMode tileY, SkMatrix* matrix, bool blend): 94 SkiaShader(kBitmap, key, tileX, tileY, matrix, blend), mBitmap(bitmap), mTexture(NULL) { 184 SkMatrix* matrix, bool blend): 185 SkiaShader(kLinearGradient, key, tileMode, tileMode, matrix, blend), 259 SkMatrix* matrix, bool blend): 261 tileMode, matrix, blend) { 295 float* positions, int count, SkShader* key, SkMatrix* matrix, bool blend): 297 SkShader::kClamp_TileMode, matrix, blend), [all...] |
SkiaShader.h | 56 SkMatrix* matrix, bool blend); 70 inline bool blend() const { function in struct:android::uirenderer::SkiaShader 143 SkShader::TileMode tileY, SkMatrix* matrix, bool blend); 173 SkShader* key, SkShader::TileMode tileMode, SkMatrix* matrix, bool blend); 197 SkShader* key, SkMatrix* matrix, bool blend); 208 int count, SkShader* key, SkShader::TileMode tileMode, SkMatrix* matrix, bool blend); 222 int count, SkShader* key,SkShader::TileMode tileMode, SkMatrix* matrix, bool blend);
|
/external/opencv/cvaux/src/ |
cvmorphing.cpp | 119 /* Blend R */ 124 /* Blend G */ 129 /* Blend B */ 148 /* Blend R */ 152 /* Blend G */ 156 /* Blend B */ 208 /* Blend R */ 215 /* Blend G */ 223 /* Blend B */ 245 /* Blend R * [all...] |
/frameworks/base/core/jni/android/graphics/ |
Interpolator.cpp | 26 SkScalar* blend = NULL; local 43 blend = blendStorage; 46 interp->setKeyFrame(index, msec, scalars, blend);
|
/external/freetype/src/psaux/ |
t1decode.h | 50 PS_Blend blend,
|
/external/skia/include/utils/ |
SkInterpolator.h | 78 SkMSec nextTime, const SkScalar blend[4] = NULL); 106 @param blend A positive scalar specifying how to blend between this 108 blend (slow to change at the beginning and end) 109 1 is a linear blend (default) 112 const SkScalar blend[4] = NULL);
|
/external/qemu/android/skin/ |
image.c | 183 h += desc->blend * 7; 194 a->blend == b->blend && 476 desc->blend == SKIN_BLEND_FULL) 489 desc0.blend = SKIN_BLEND_FULL; 518 if (desc->blend != SKIN_BLEND_FULL) 519 blend_image( node->pixels, node->pixels, node->w, node->h, desc->blend ); 580 desc.blend = SKIN_BLEND_FULL; 665 int blend ) 674 blend == SKIN_BLEND_FULL [all...] |
image.h | 35 int blend; /* blending, 0..256 value */ member in struct:SkinImageDesc 87 int blend ); 90 extern void skin_image_blend_clone( SkinImage* clone, SkinImage* source, int blend );
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
SharedGraphicsContext3D.cpp | 284 m_context->enable(GraphicsContext3D::BLEND); 288 m_context->disable(GraphicsContext3D::BLEND); 291 m_context->enable(GraphicsContext3D::BLEND); 295 m_context->enable(GraphicsContext3D::BLEND); 299 m_context->enable(GraphicsContext3D::BLEND); 303 m_context->enable(GraphicsContext3D::BLEND); 307 m_context->enable(GraphicsContext3D::BLEND); 311 m_context->enable(GraphicsContext3D::BLEND); 315 m_context->enable(GraphicsContext3D::BLEND); 319 m_context->enable(GraphicsContext3D::BLEND); [all...] |
/frameworks/base/opengl/tests/hwc/ |
hwcRects.cpp | 41 * blend: none | premult | coverage 53 * RGBA8888 [100, 150, 300, 400] blend: coverage \ 148 blend(defaultBlend), color(defaultColor), 155 int32_t blend; member in class:Rectangle 322 layer->blending = it->blend; 439 } else if (attrName == "blend:") { // Blend 444 rect.blend = HWC_BLENDING_NONE; 446 rect.blend = HWC_BLENDING_PREMULT; 448 rect.blend = HWC_BLENDING_COVERAGE [all...] |
/system/core/libpixelflinger/ |
picker.cpp | 53 uint32_t src = c->state.blend.src; 54 uint32_t dst = c->state.blend.dst; 55 uint32_t src_alpha = c->state.blend.src_alpha; 56 uint32_t dst_alpha = c->state.blend.dst_alpha; 84 if (c->state.blend.alpha_separate) {
|