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

Public Member Functions

 PropertyWrapperShadow (CSSPropertyID prop, const ShadowData *(RenderStyle::*getter)() const, void(RenderStyle::*setter)(std::unique_ptr< ShadowData >, bool))
 
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
 
- Public Member Functions inherited from WebCore::AnimationPropertyWrapperBase
 AnimationPropertyWrapperBase (CSSPropertyID prop)
 
virtual ~AnimationPropertyWrapperBase ()
 
virtual bool isShorthandWrapper () const
 
CSSPropertyID property () const
 
virtual bool animationIsAccelerated () const
 

Constructor & Destructor Documentation

◆ PropertyWrapperShadow()

WebCore::PropertyWrapperShadow::PropertyWrapperShadow ( CSSPropertyID  prop,
const ShadowData *(RenderStyle::*)() const  getter,
void(RenderStyle::*)(std::unique_ptr< ShadowData >, bool)  setter 
)
inline

Member Function Documentation

◆ blend()

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

◆ equals()

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

◆ logBlend()

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

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