webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::CalcExpressionBlendLength Class Referencefinal

#include <CalculationValue.h>

Inheritance diagram for WebCore::CalcExpressionBlendLength:
WebCore::CalcExpressionNode WebCore::CalcExpressionNode

Public Member Functions

 CalcExpressionBlendLength (Length from, Length to, float progress)
 
const Lengthfrom () const
 
const Lengthto () const
 
float progress () const
 
 CalcExpressionBlendLength (Length from, Length to, float progress)
 
const Lengthfrom () const
 
const Lengthto () const
 
float progress () const
 
- Public Member Functions inherited from WebCore::CalcExpressionNode
 CalcExpressionNode (CalcExpressionNodeType=CalcExpressionNodeUndefined)
 
virtual ~CalcExpressionNode ()
 
CalcExpressionNodeType type () const
 
 CalcExpressionNode (CalcExpressionNodeType=CalcExpressionNodeUndefined)
 
virtual ~CalcExpressionNode ()
 
CalcExpressionNodeType type () const
 

Constructor & Destructor Documentation

◆ CalcExpressionBlendLength() [1/2]

WebCore::CalcExpressionBlendLength::CalcExpressionBlendLength ( Length  from,
Length  to,
float  progress 
)
inline

◆ CalcExpressionBlendLength() [2/2]

WebCore::CalcExpressionBlendLength::CalcExpressionBlendLength ( Length  from,
Length  to,
float  progress 
)

Member Function Documentation

◆ from() [1/2]

const Length& WebCore::CalcExpressionBlendLength::from ( ) const
inline

◆ from() [2/2]

const Length& WebCore::CalcExpressionBlendLength::from ( ) const
inline

◆ progress() [1/2]

float WebCore::CalcExpressionBlendLength::progress ( ) const
inline

◆ progress() [2/2]

float WebCore::CalcExpressionBlendLength::progress ( ) const
inline

◆ to() [1/2]

const Length& WebCore::CalcExpressionBlendLength::to ( ) const
inline

◆ to() [2/2]

const Length& WebCore::CalcExpressionBlendLength::to ( ) const
inline

The documentation for this class was generated from the following files: