webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::PropertyWrapperAcceleratedOpacity Class Reference
Inheritance diagram for WebCore::PropertyWrapperAcceleratedOpacity:
WebCore::PropertyWrapper< float > WebCore::PropertyWrapperGetter< float > WebCore::AnimationPropertyWrapperBase

Public Member Functions

 PropertyWrapperAcceleratedOpacity ()
 
bool animationIsAccelerated () const override
 
void blend (const AnimationBase *anim, RenderStyle *dst, const RenderStyle *a, const RenderStyle *b, double progress) const override
 
- Public Member Functions inherited from WebCore::PropertyWrapper< float >
 PropertyWrapper (CSSPropertyID prop, float(RenderStyle::*getter)() const, void(RenderStyle::*setter)(float))
 
void blend (const AnimationBase *anim, RenderStyle *dst, const RenderStyle *a, const RenderStyle *b, double progress) const override
 
- Public Member Functions inherited from WebCore::PropertyWrapperGetter< float >
 PropertyWrapperGetter (CSSPropertyID prop, float(RenderStyle::*getter)() const)
 
bool equals (const RenderStyle *a, const RenderStyle *b) const override
 
float value (const RenderStyle *a) const
 
void logBlend (const RenderStyle *a, const RenderStyle *b, const RenderStyle *result, double progress) const final
 
- Public Member Functions inherited from WebCore::AnimationPropertyWrapperBase
 AnimationPropertyWrapperBase (CSSPropertyID prop)
 
virtual ~AnimationPropertyWrapperBase ()
 
virtual bool isShorthandWrapper () const
 
CSSPropertyID property () const
 

Additional Inherited Members

- Protected Attributes inherited from WebCore::PropertyWrapper< float >
void(RenderStyle::* m_setter )(float)
 
- Protected Attributes inherited from WebCore::PropertyWrapperGetter< float >
float(RenderStyle::* m_getter )() const
 

Constructor & Destructor Documentation

◆ PropertyWrapperAcceleratedOpacity()

WebCore::PropertyWrapperAcceleratedOpacity::PropertyWrapperAcceleratedOpacity ( )
inline

Member Function Documentation

◆ animationIsAccelerated()

bool WebCore::PropertyWrapperAcceleratedOpacity::animationIsAccelerated ( ) const
inlineoverridevirtual

◆ blend()

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

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