|
Lines 401-406
public:
a/WebCore/rendering/RenderLayer.h_sec1
|
| 401 |
bool hasTransform() const { return renderer()->hasTransform(); } |
401 |
bool hasTransform() const { return renderer()->hasTransform(); } |
| 402 |
// Note that this transform has the transform-origin baked in. |
402 |
// Note that this transform has the transform-origin baked in. |
| 403 |
TransformationMatrix* transform() const { return m_transform.get(); } |
403 |
TransformationMatrix* transform() const { return m_transform.get(); } |
|
|
404 |
// currentTransform computes a transform which takes accelerated animations into account. The |
| 405 |
// resulting transform has transform-origin baked in. Returns true if the layer has a transform. |
| 406 |
bool currentTransform(TransformationMatrix& transform) const; |
| 407 |
|
| 404 |
// Get the perspective transform, which is applied to transformed sublayers. |
408 |
// Get the perspective transform, which is applied to transformed sublayers. |
| 405 |
// Returns true if the layer has a -webkit-perspective. |
409 |
// Returns true if the layer has a -webkit-perspective. |
| 406 |
// Note that this transform has the perspective-origin baked in. |
410 |
// Note that this transform has the perspective-origin baked in. |