webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
FillLayerPropertyWrapper (const T &(FillLayer::*getter)() const, void(FillLayer::*setter)(T)) | |
void | blend (const AnimationBase *anim, FillLayer *dst, const FillLayer *a, const FillLayer *b, double progress) const override |
Public Member Functions inherited from WebCore::FillLayerPropertyWrapperGetter< const T &> | |
FillLayerPropertyWrapperGetter (const T &(FillLayer::*getter)() const) | |
bool | equals (const FillLayer *a, const FillLayer *b) const override |
Public Member Functions inherited from WebCore::FillLayerAnimationPropertyWrapperBase | |
FillLayerAnimationPropertyWrapperBase () | |
virtual | ~FillLayerAnimationPropertyWrapperBase () |
Protected Attributes | |
void(FillLayer::* | m_setter )(T) |
Protected Attributes inherited from WebCore::FillLayerPropertyWrapperGetter< const T &> | |
const T &(FillLayer::* | m_getter )() const |
|
inline |
|
inlineoverridevirtual |
Implements WebCore::FillLayerAnimationPropertyWrapperBase.
|
protected |