Searched refs:blend (Results 76 - 100 of 367) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cache.h46 const struct pipe_blend_state *blend);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dt1decode.h50 PS_Blend blend,
/external/skia/src/animator/
H A DSkAnimateField.cpp49 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]));
H A DSkOperandInterpolator.h30 @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);
H A DSkOperandIterpolator.cpp39 bool SkOperandInterpolator::setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend) argument
42 blend = SkScalarPin(blend, 0, SK_Scalar1);
49 timeCode->fBlend[0] = SK_Scalar1 - blend;
52 timeCode->fBlend[3] = SK_Scalar1 - blend;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_zscan.c265 struct pipe_blend_state blend; local
279 memset(&blend, 0, sizeof blend);
281 blend.independent_blend_enable = 0;
282 blend.rt[0].blend_enable = 0;
283 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
284 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
285 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
286 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
287 blend
[all...]
H A Dvl_zscan.h51 void *blend; member in struct:vl_zscan
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.c265 struct pipe_blend_state blend; local
279 memset(&blend, 0, sizeof blend);
281 blend.independent_blend_enable = 0;
282 blend.rt[0].blend_enable = 0;
283 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
284 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
285 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
286 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
287 blend
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLength.cpp73 return create(blend(m_pixels, length->m_pixels, fraction), blend(m_percent, length->m_percent, fraction),
H A DAnimatableDouble.cpp51 return AnimatableDouble::create(blend(m_number, other->m_number, fraction));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.h58 const struct pipe_blend_state *blend,
71 const struct pipe_blend_state *blend,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.h58 const struct pipe_blend_state *blend,
71 const struct pipe_blend_state *blend,
/external/chromium_org/third_party/skia/src/animator/
H A DSkOperandIterpolator.cpp39 bool SkOperandInterpolator::setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend) argument
42 blend = SkScalarPin(blend, 0, SK_Scalar1);
49 timeCode->fBlend[0] = SK_Scalar1 - blend;
52 timeCode->fBlend[3] = SK_Scalar1 - blend;
/external/skia/src/utils/
H A DSkInterpolator.cpp41 <blend>
62 SkMSec nextTime, const SkScalar blend[4]) {
67 return blend ?
68 SkUnitCubicInterp(t, blend[0], blend[1], blend[2], blend[3]) : t;
162 const SkScalar values[], const SkScalar blend[4]) {
165 if (blend == NULL) {
166 blend
61 ComputeRelativeT(SkMSec time, SkMSec prevTime, SkMSec nextTime, const SkScalar blend[4]) argument
161 setKeyFrame(int index, SkMSec time, const SkScalar values[], const SkScalar blend[4]) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterOperation.h85 static PassRefPtr<FilterOperation> blend(const FilterOperation* from, const FilterOperation* to, double progress);
106 virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const = 0;
129 virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE
170 virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE;
210 virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE;
250 virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE;
288 virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h63 virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const = 0;
105 BasicShapeCenterCoordinate blend(const BasicShapeCenterCoordinate& other, double progress) const function in class:blink::BasicShapeCenterCoordinate
107 return BasicShapeCenterCoordinate(TopLeft, m_computedLength.blend(other.m_computedLength, progress, ValueRangeAll));
138 BasicShapeRadius blend(const BasicShapeRadius& other, double progress) const function in class:blink::BasicShapeRadius
143 return BasicShapeRadius(m_value.blend(other.value(), progress, ValueRangeNonNegative));
166 virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const OVERRIDE;
196 virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const OVERRIDE;
223 virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const OVERRIDE;
265 virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const OVERRIDE;
H A DShadowData.h51 ShadowData blend(const ShadowData& from, double progress) const;
H A DShadowList.h61 static PassRefPtr<ShadowList> blend(const ShadowList* from, const ShadowList* to, double progress);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.c101 const struct pipe_blend_state *blend)
106 unsigned eqRGB = blend->rt[0].rgb_func;
107 unsigned srcRGB = blend->rt[0].rgb_src_factor;
108 unsigned dstRGB = blend->rt[0].rgb_dst_factor;
110 unsigned eqA = blend->rt[0].alpha_func;
111 unsigned srcA = blend->rt[0].alpha_src_factor;
112 unsigned dstA = blend->rt[0].alpha_dst_factor;
141 LOGIC_OP_FUNC(i915_translate_logic_op(blend->logicop_func)));
143 if (blend->logicop_enable)
146 if (blend
100 i915_create_blend_state(struct pipe_context *pipe, const struct pipe_blend_state *blend) argument
176 i915_bind_blend_state(struct pipe_context *pipe, void *blend) argument
190 i915_delete_blend_state(struct pipe_context *pipe, void *blend) argument
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c101 const struct pipe_blend_state *blend)
106 unsigned eqRGB = blend->rt[0].rgb_func;
107 unsigned srcRGB = blend->rt[0].rgb_src_factor;
108 unsigned dstRGB = blend->rt[0].rgb_dst_factor;
110 unsigned eqA = blend->rt[0].alpha_func;
111 unsigned srcA = blend->rt[0].alpha_src_factor;
112 unsigned dstA = blend->rt[0].alpha_dst_factor;
141 LOGIC_OP_FUNC(i915_translate_logic_op(blend->logicop_func)));
143 if (blend->logicop_enable)
146 if (blend
100 i915_create_blend_state(struct pipe_context *pipe, const struct pipe_blend_state *blend) argument
176 i915_bind_blend_state(struct pipe_context *pipe, void *blend) argument
190 i915_delete_blend_state(struct pipe_context *pipe, void *blend) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DInterpolatedTransformOperation.h58 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;
H A DMatrix3DTransformOperation.h63 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;
H A DPerspectiveTransformOperation.h63 virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;
H A DRotateTransformOperation.cpp83 PassRefPtr<TransformOperation> RotateTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) function in class:blink::RotateTransformOperation
101 blink::blend(fromAngle, m_angle, progress), m_type);
108 return RotateTransformOperation::create(axis.x(), axis.y(), axis.z(), blink::blend(fromAngle, toAngle, progress), m_type);
126 toT.blend(fromT, progress);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.c53 sp->quad.first = sp->quad.blend;

Completed in 1126 milliseconds

1234567891011>>