webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <GraphicsLayerTransform.h>
Public Member Functions | |
GraphicsLayerTransform () | |
void | setPosition (const FloatPoint &) |
void | setSize (const FloatSize &) |
void | setAnchorPoint (const FloatPoint3D &) |
void | setFlattening (bool) |
void | setLocalTransform (const TransformationMatrix &) |
void | setChildrenTransform (const TransformationMatrix &) |
const TransformationMatrix & | combined () const |
const TransformationMatrix & | combinedForChildren () const |
void | combineTransforms (const TransformationMatrix &parentTransform) |
WebCore::GraphicsLayerTransform::GraphicsLayerTransform | ( | ) |
const TransformationMatrix & WebCore::GraphicsLayerTransform::combined | ( | ) | const |
const TransformationMatrix & WebCore::GraphicsLayerTransform::combinedForChildren | ( | ) | const |
void WebCore::GraphicsLayerTransform::combineTransforms | ( | const TransformationMatrix & | parentTransform | ) |
void WebCore::GraphicsLayerTransform::setAnchorPoint | ( | const FloatPoint3D & | anchorPoint | ) |
void WebCore::GraphicsLayerTransform::setChildrenTransform | ( | const TransformationMatrix & | transform | ) |
void WebCore::GraphicsLayerTransform::setFlattening | ( | bool | flattening | ) |
void WebCore::GraphicsLayerTransform::setLocalTransform | ( | const TransformationMatrix & | transform | ) |
void WebCore::GraphicsLayerTransform::setPosition | ( | const FloatPoint & | position | ) |