webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::ShorthandPropertyWrapper Class Reference
Inheritance diagram for WebCore::ShorthandPropertyWrapper:
WebCore::AnimationPropertyWrapperBase

Public Member Functions

 ShorthandPropertyWrapper (CSSPropertyID property, Vector< AnimationPropertyWrapperBase *> longhandWrappers)
 
bool isShorthandWrapper () const override
 
bool equals (const RenderStyle *a, const RenderStyle *b) const override
 
void blend (const AnimationBase *anim, RenderStyle *dst, const RenderStyle *a, const RenderStyle *b, double progress) const override
 
void logBlend (const RenderStyle *, const RenderStyle *, const RenderStyle *, double progress) const final
 
const Vector< AnimationPropertyWrapperBase * > & propertyWrappers () const
 
- Public Member Functions inherited from WebCore::AnimationPropertyWrapperBase
 AnimationPropertyWrapperBase (CSSPropertyID prop)
 
virtual ~AnimationPropertyWrapperBase ()
 
CSSPropertyID property () const
 
virtual bool animationIsAccelerated () const
 

Constructor & Destructor Documentation

◆ ShorthandPropertyWrapper()

WebCore::ShorthandPropertyWrapper::ShorthandPropertyWrapper ( CSSPropertyID  property,
Vector< AnimationPropertyWrapperBase *>  longhandWrappers 
)
inline

Member Function Documentation

◆ blend()

void WebCore::ShorthandPropertyWrapper::blend ( const AnimationBase anim,
RenderStyle dst,
const RenderStyle a,
const RenderStyle b,
double  progress 
) const
inlineoverridevirtual

◆ equals()

bool WebCore::ShorthandPropertyWrapper::equals ( const RenderStyle a,
const RenderStyle b 
) const
inlineoverridevirtual

◆ isShorthandWrapper()

bool WebCore::ShorthandPropertyWrapper::isShorthandWrapper ( ) const
inlineoverridevirtual

◆ logBlend()

void WebCore::ShorthandPropertyWrapper::logBlend ( const RenderStyle ,
const RenderStyle ,
const RenderStyle ,
double  progress 
) const
inlinefinalvirtual

◆ propertyWrappers()

const Vector<AnimationPropertyWrapperBase*>& WebCore::ShorthandPropertyWrapper::propertyWrappers ( ) const
inline

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