blend 58 Source/core/animation/AnimatableClipPathOperation.cpp return AnimatableClipPathOperation::create(ShapeClipPathOperation::create(toShape->blend(fromShape, fraction)).get()); blend 73 Source/core/animation/AnimatableColor.cpp return AnimatableColorImpl(blend(m_red, to.m_red, fraction), blend 74 Source/core/animation/AnimatableColor.cpp blend(m_green, to.m_green, fraction), blend 75 Source/core/animation/AnimatableColor.cpp blend(m_blue, to.m_blue, fraction), blend 76 Source/core/animation/AnimatableColor.cpp blend(m_alpha, to.m_alpha, fraction)); blend 58 Source/core/animation/AnimatableDouble.cpp return AnimatableDouble::create(blend(m_number, other->m_number, fraction)); blend 57 Source/core/animation/AnimatableFilterOperations.cpp RefPtr<FilterOperation> blendedOp = FilterOperation::blend(from, to, fraction); blend 105 Source/core/animation/AnimatableLength.cpp return AnimatableLength::create(blend(m_number, length->m_number, fraction), type); blend 40 Source/core/animation/AnimatableSVGLength.cpp return create(toAnimatableSVGLength(value)->toSVGLength()->blend(m_length.get(), narrowPrecisionToFloat(fraction))); blend 39 Source/core/animation/AnimatableShadow.cpp return AnimatableShadow::create(ShadowList::blend(m_shadowList.get(), shadowList->m_shadowList.get(), fraction)); blend 59 Source/core/animation/AnimatableShapeValue.cpp return AnimatableShapeValue::create(ShapeValue::createShapeValue(toShape->blend(fromShape, fraction), shapeValue->m_shape->cssBox()).get()); blend 44 Source/core/animation/AnimatableTransform.cpp return AnimatableTransform::create(transform->m_transform.blend(m_transform, fraction)); blend 245 Source/core/animation/CompositorAnimationsTest.cpp Length calcLength = Length(100, WebCore::Percent).blend(Length(100, WebCore::Fixed), 0.5, WebCore::ValueRangeAll); blend 366 Source/core/css/CSSGradientValue.cpp Color blendedColor = blend(stops[firstZeroOrGreaterIndex - 1].color, stops[firstZeroOrGreaterIndex].color, interStopProportion); blend 2638 Source/core/frame/FrameView.cpp result = result.blend(htmlElement->renderer()->style()->visitedDependentColor(CSSPropertyBackgroundColor)); blend 2640 Source/core/frame/FrameView.cpp result = result.blend(bodyElement->renderer()->style()->visitedDependentColor(CSSPropertyBackgroundColor)); blend 683 Source/core/rendering/RenderBoxModelObject.cpp baseColor = baseColor.blend(bgColor); blend 492 Source/core/rendering/RenderMenuList.cpp backgroundColor = resolveColor(CSSPropertyBackgroundColor).blend(backgroundColor); blend 499 Source/core/rendering/RenderMenuList.cpp itemBackgroundColor = Color(Color::white).blend(backgroundColor); blend 129 Source/core/rendering/style/BasicShapes.cpp result->setCenterX(m_centerX.blend(o->centerX(), progress)); blend 130 Source/core/rendering/style/BasicShapes.cpp result->setCenterY(m_centerY.blend(o->centerY(), progress)); blend 131 Source/core/rendering/style/BasicShapes.cpp result->setRadius(m_radius.blend(o->radius(), progress)); blend 184 Source/core/rendering/style/BasicShapes.cpp result->setCenterX(m_centerX.blend(o->centerX(), progress)); blend 185 Source/core/rendering/style/BasicShapes.cpp result->setCenterY(m_centerY.blend(o->centerY(), progress)); blend 186 Source/core/rendering/style/BasicShapes.cpp result->setRadiusX(m_radiusX.blend(o->radiusX(), progress)); blend 187 Source/core/rendering/style/BasicShapes.cpp result->setRadiusY(m_radiusY.blend(o->radiusY(), progress)); blend 225 Source/core/rendering/style/BasicShapes.cpp result->appendPoint(m_values.at(i).blend(o->values().at(i), progress, ValueRangeAll), blend 226 Source/core/rendering/style/BasicShapes.cpp m_values.at(i + 1).blend(o->values().at(i + 1), progress, ValueRangeAll)); blend 63 Source/core/rendering/style/BasicShapes.h virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const = 0; blend 111 Source/core/rendering/style/BasicShapes.h BasicShapeCenterCoordinate blend(const BasicShapeCenterCoordinate& other, double progress) const blend 113 Source/core/rendering/style/BasicShapes.h return BasicShapeCenterCoordinate(TopLeft, m_computedLength.blend(other.m_computedLength, progress, ValueRangeAll)); blend 146 Source/core/rendering/style/BasicShapes.h BasicShapeRadius blend(const BasicShapeRadius& other, double progress) const blend 151 Source/core/rendering/style/BasicShapes.h return BasicShapeRadius(m_value.blend(other.value(), progress, ValueRangeNonNegative)); blend 174 Source/core/rendering/style/BasicShapes.h virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const OVERRIDE; blend 204 Source/core/rendering/style/BasicShapes.h virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const OVERRIDE; blend 231 Source/core/rendering/style/BasicShapes.h virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const OVERRIDE; blend 273 Source/core/rendering/style/BasicShapes.h virtual PassRefPtr<BasicShape> blend(const BasicShape*, double) const OVERRIDE; blend 43 Source/core/rendering/style/ShadowData.cpp return ShadowData(WebCore::blend(from.location(), location(), progress), blend 44 Source/core/rendering/style/ShadowData.cpp clampTo(WebCore::blend(from.blur(), blur(), progress), 0.0f), blend 45 Source/core/rendering/style/ShadowData.cpp WebCore::blend(from.spread(), spread(), progress), blend 47 Source/core/rendering/style/ShadowData.cpp WebCore::blend(from.color(), color(), progress)); blend 51 Source/core/rendering/style/ShadowData.h ShadowData blend(const ShadowData& from, double progress) const; blend 94 Source/core/rendering/style/ShadowList.cpp shadows.append(toShadow->blend(*fromShadow, progress)); blend 59 Source/core/rendering/style/ShadowList.h static PassRefPtr<ShadowList> blend(const ShadowList* from, const ShadowList* to, double progress); blend 97 Source/core/svg/SVGFEBlendElement.cpp FEBlend* blend = static_cast<FEBlend*>(effect); blend 99 Source/core/svg/SVGFEBlendElement.cpp return blend->setBlendMode(m_mode->currentValue()->enumValue()); blend 405 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(LengthTypePercentage, WebCore::blend(fromPercent, toPercent, progress)); blend 413 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(fromType, WebCore::blend(fromValue, toValue, progress)); blend 415 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress)); blend 433 Source/core/svg/SVGLength.cpp length->newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress)); blend 97 Source/core/svg/SVGLength.h PassRefPtr<SVGLength> blend(PassRefPtr<SVGLength> from, float progress) const; blend 43 Source/core/svg/SVGPathBlender.cpp return FloatPoint(blend(a.x(), b.x(), progress), blend(a.y(), b.y(), progress)); blend 54 Source/core/svg/SVGPathBlender.cpp return blend(from, to, m_progress); blend 60 Source/core/svg/SVGPathBlender.cpp float animValue = blend(from, m_fromMode == AbsoluteCoordinates ? to + toValue : to - toValue, m_progress); blend 66 Source/core/svg/SVGPathBlender.cpp float currentValue = blend(fromValue, toValue, m_progress); blend 260 Source/core/svg/SVGPathBlender.cpp m_consumer->arcTo(blend(fromRx, toRx, m_progress), blend 261 Source/core/svg/SVGPathBlender.cpp blend(fromRy, toRy, m_progress), blend 262 Source/core/svg/SVGPathBlender.cpp blend(fromAngle, toAngle, m_progress), blend 248 Source/platform/Length.h Length blend(const Length& from, double progress, ValueRange range) const blend 274 Source/platform/Length.h float blendedValue = WebCore::blend(from.value(), value(), progress); blend 38 Source/platform/animation/AnimationUtilities.h inline int blend(int from, int to, double progress) blend 45 Source/platform/animation/AnimationUtilities.h inline T blend(T from, T to, double progress) blend 51 Source/platform/animation/AnimationUtilities.h inline double blend(double from, double to, double progress) blend 56 Source/platform/animation/AnimationUtilities.h inline float blend(float from, float to, double progress) blend 61 Source/platform/animation/AnimationUtilities.h inline LayoutUnit blend(LayoutUnit from, LayoutUnit to, double progress) blend 66 Source/platform/animation/AnimationUtilities.h inline IntPoint blend(const IntPoint& from, const IntPoint& to, double progress) blend 68 Source/platform/animation/AnimationUtilities.h return IntPoint(blend(from.x(), to.x(), progress), blend(from.y(), to.y(), progress)); blend 71 Source/platform/animation/AnimationUtilities.h inline FloatPoint blend(const FloatPoint& from, const FloatPoint& to, double progress) blend 73 Source/platform/animation/AnimationUtilities.h return FloatPoint(blend(from.x(), to.x(), progress), blend(from.y(), to.y(), progress)); blend 122 Source/platform/graphics/Color.h Color blend(const Color&) const; blend 153 Source/platform/graphics/Color.h inline Color blend(const Color& from, const Color& to, double progress, bool blendPremultiplied = true) blend 161 Source/platform/graphics/Color.h Color premultBlended(blend(premultFrom.red(), premultTo.red(), progress), blend 162 Source/platform/graphics/Color.h blend(premultFrom.green(), premultTo.green(), progress), blend 163 Source/platform/graphics/Color.h blend(premultFrom.blue(), premultTo.blue(), progress), blend 164 Source/platform/graphics/Color.h blend(premultFrom.alpha(), premultTo.alpha(), progress)); blend 169 Source/platform/graphics/Color.h return Color(blend(from.red(), to.red(), progress), blend 170 Source/platform/graphics/Color.h blend(from.green(), to.green(), progress), blend 171 Source/platform/graphics/Color.h blend(from.blue(), to.blue(), progress), blend 172 Source/platform/graphics/Color.h blend(from.alpha(), to.alpha(), progress)); blend 38 Source/platform/graphics/filters/FilterOperation.cpp return to->blend(from, progress); blend 39 Source/platform/graphics/filters/FilterOperation.cpp return from->blend(0, 1 - progress); blend 64 Source/platform/graphics/filters/FilterOperation.cpp double result = WebCore::blend(fromAmount, m_amount, progress); blend 103 Source/platform/graphics/filters/FilterOperation.cpp double result = WebCore::blend(fromAmount, m_amount, progress); blend 123 Source/platform/graphics/filters/FilterOperation.cpp return BlurFilterOperation::create(m_stdDeviation.blend(Length(lengthType), progress, ValueRangeNonNegative)); blend 126 Source/platform/graphics/filters/FilterOperation.cpp return BlurFilterOperation::create(m_stdDeviation.blend(fromOp->m_stdDeviation, progress, ValueRangeNonNegative)); blend 133 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(IntPoint(), m_location, progress), blend 134 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(0, m_stdDeviation, progress), blend 135 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(Color(Color::transparent), m_color, progress)); blend 140 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(fromOp->location(), m_location, progress), blend 141 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(fromOp->stdDeviation(), m_stdDeviation, progress), blend 142 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(fromOp->color(), m_color, progress)); blend 89 Source/platform/graphics/filters/FilterOperation.h static PassRefPtr<FilterOperation> blend(const FilterOperation* from, const FilterOperation* to, double progress); blend 110 Source/platform/graphics/filters/FilterOperation.h virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const = 0; blend 133 Source/platform/graphics/filters/FilterOperation.h virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE blend 174 Source/platform/graphics/filters/FilterOperation.h virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE; blend 214 Source/platform/graphics/filters/FilterOperation.h virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE; blend 254 Source/platform/graphics/filters/FilterOperation.h virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE; blend 292 Source/platform/graphics/filters/FilterOperation.h virtual PassRefPtr<FilterOperation> blend(const FilterOperation* from, double progress) const OVERRIDE; blend 111 Source/platform/transforms/AffineTransform.h void blend(const AffineTransform& from, double progress); blend 50 Source/platform/transforms/IdentityTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation*, double, bool = false) OVERRIDE blend 53 Source/platform/transforms/InterpolatedTransformOperation.cpp toTransform.blend(fromTransform, progress); blend 55 Source/platform/transforms/InterpolatedTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; blend 52 Source/platform/transforms/Matrix3DTransformOperation.cpp toT.blend(fromT, progress); blend 60 Source/platform/transforms/Matrix3DTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; blend 48 Source/platform/transforms/MatrixTransformOperation.cpp toT.blend(fromT, progress); blend 67 Source/platform/transforms/MatrixTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; blend 42 Source/platform/transforms/PerspectiveTransformOperation.cpp double p = WebCore::blend(m_p, 1., progress); // FIXME: this seems wrong. https://bugs.webkit.org/show_bug.cgi?id=52700 blend 52 Source/platform/transforms/PerspectiveTransformOperation.cpp toT.blend(fromT, progress); blend 59 Source/platform/transforms/PerspectiveTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; blend 51 Source/platform/transforms/RotateTransformOperation.cpp WebCore::blend(fromAngle, m_angle, progress), m_type); blend 70 Source/platform/transforms/RotateTransformOperation.cpp toT.blend(fromT, progress); blend 67 Source/platform/transforms/RotateTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; blend 35 Source/platform/transforms/ScaleTransformOperation.cpp return ScaleTransformOperation::create(WebCore::blend(m_x, 1.0, progress), blend 36 Source/platform/transforms/ScaleTransformOperation.cpp WebCore::blend(m_y, 1.0, progress), blend 37 Source/platform/transforms/ScaleTransformOperation.cpp WebCore::blend(m_z, 1.0, progress), m_type); blend 43 Source/platform/transforms/ScaleTransformOperation.cpp return ScaleTransformOperation::create(WebCore::blend(fromX, m_x, progress), blend 44 Source/platform/transforms/ScaleTransformOperation.cpp WebCore::blend(fromY, m_y, progress), blend 45 Source/platform/transforms/ScaleTransformOperation.cpp WebCore::blend(fromZ, m_z, progress), m_type); blend 66 Source/platform/transforms/ScaleTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; blend 35 Source/platform/transforms/SkewTransformOperation.cpp return SkewTransformOperation::create(WebCore::blend(m_angleX, 0.0, progress), WebCore::blend(m_angleY, 0.0, progress), m_type); blend 40 Source/platform/transforms/SkewTransformOperation.cpp return SkewTransformOperation::create(WebCore::blend(fromAngleX, m_angleX, progress), WebCore::blend(fromAngleY, m_angleY, progress), m_type); blend 59 Source/platform/transforms/SkewTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE; blend 64 Source/platform/transforms/TransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) = 0; blend 78 Source/platform/transforms/TransformOperations.cpp RefPtr<TransformOperation> blendedOperation = toOperation ? toOperation->blend(fromOperation.get(), progress) : (fromOperation ? fromOperation->blend(0, progress, true) : nullptr); blend 86 Source/platform/transforms/TransformOperations.h TransformOperations blend(const TransformOperations& from, double progress) const; blend 258 Source/platform/transforms/TransformationMatrix.h void blend(const TransformationMatrix& from, double progress); blend 34 Source/platform/transforms/TranslateTransformOperation.cpp return TranslateTransformOperation::create(zeroLength.blend(m_x, progress, ValueRangeAll), zeroLength.blend(m_y, progress, ValueRangeAll), WebCore::blend(0., m_z, progress), m_type); blend 40 Source/platform/transforms/TranslateTransformOperation.cpp return TranslateTransformOperation::create(m_x.blend(fromX, progress, ValueRangeAll), m_y.blend(fromY, progress, ValueRangeAll), WebCore::blend(fromZ, m_z, progress), m_type); blend 71 Source/platform/transforms/TranslateTransformOperation.h virtual PassRefPtr<TransformOperation> blend(const TransformOperation* from, double progress, bool blendToIdentity = false) OVERRIDE;