#include <TransformOperations.h>
|
| TransformOperations (bool makeIdentity=false) |
|
bool | operator== (const TransformOperations &o) const |
|
bool | operator!= (const TransformOperations &o) const |
|
void | apply (const FloatSize &sz, TransformationMatrix &t) const |
|
bool | has3DOperation () const |
|
bool | operationsMatch (const TransformOperations &) const |
|
void | clear () |
|
bool | affectedByTransformOrigin () const |
|
Vector< RefPtr< TransformOperation > > & | operations () |
|
const Vector< RefPtr< TransformOperation > > & | operations () const |
|
size_t | size () const |
|
const TransformOperation * | at (size_t index) const |
|
TransformOperations | blendByMatchingOperations (const TransformOperations &from, const double &progress) const |
|
TransformOperations | blendByUsingMatrixInterpolation (const TransformOperations &from, double progress, const LayoutSize &) const |
|
TransformOperations | blend (const TransformOperations &from, double progress, const LayoutSize &) const |
|
| TransformOperations (bool makeIdentity=false) |
|
bool | operator== (const TransformOperations &o) const |
|
bool | operator!= (const TransformOperations &o) const |
|
void | apply (const FloatSize &sz, TransformationMatrix &t) const |
|
bool | has3DOperation () const |
|
bool | operationsMatch (const TransformOperations &) const |
|
void | clear () |
|
bool | affectedByTransformOrigin () const |
|
Vector< RefPtr< TransformOperation > > & | operations () |
|
const Vector< RefPtr< TransformOperation > > & | operations () const |
|
size_t | size () const |
|
const TransformOperation * | at (size_t index) const |
|
TransformOperations | blendByMatchingOperations (const TransformOperations &from, const double &progress) const |
|
TransformOperations | blendByUsingMatrixInterpolation (const TransformOperations &from, double progress, const LayoutSize &) const |
|
TransformOperations | blend (const TransformOperations &from, double progress, const LayoutSize &) const |
|
◆ TransformOperations() [1/2]
WebCore::TransformOperations::TransformOperations |
( |
bool |
makeIdentity = false | ) |
|
◆ TransformOperations() [2/2]
WebCore::TransformOperations::TransformOperations |
( |
bool |
makeIdentity = false | ) |
|
◆ affectedByTransformOrigin() [1/2]
bool WebCore::TransformOperations::affectedByTransformOrigin |
( |
| ) |
const |
◆ affectedByTransformOrigin() [2/2]
bool WebCore::TransformOperations::affectedByTransformOrigin |
( |
| ) |
const |
◆ apply() [1/2]
◆ apply() [2/2]
◆ at() [1/2]
◆ at() [2/2]
◆ blend() [1/2]
◆ blend() [2/2]
◆ blendByMatchingOperations() [1/2]
◆ blendByMatchingOperations() [2/2]
◆ blendByUsingMatrixInterpolation() [1/2]
◆ blendByUsingMatrixInterpolation() [2/2]
◆ clear() [1/2]
void WebCore::TransformOperations::clear |
( |
| ) |
|
|
inline |
◆ clear() [2/2]
void WebCore::TransformOperations::clear |
( |
| ) |
|
|
inline |
◆ has3DOperation() [1/2]
bool WebCore::TransformOperations::has3DOperation |
( |
| ) |
const |
|
inline |
◆ has3DOperation() [2/2]
bool WebCore::TransformOperations::has3DOperation |
( |
| ) |
const |
|
inline |
◆ operations() [1/4]
◆ operations() [2/4]
◆ operations() [3/4]
◆ operations() [4/4]
◆ operationsMatch() [1/2]
◆ operationsMatch() [2/2]
◆ operator!=() [1/2]
◆ operator!=() [2/2]
◆ operator==() [1/2]
◆ operator==() [2/2]
◆ size() [1/2]
size_t WebCore::TransformOperations::size |
( |
| ) |
const |
|
inline |
◆ size() [2/2]
size_t WebCore::TransformOperations::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: