webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::GraphicsLayerTransform Class Reference

#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 TransformationMatrixcombined () const
 
const TransformationMatrixcombinedForChildren () const
 
void combineTransforms (const TransformationMatrix &parentTransform)
 

Constructor & Destructor Documentation

◆ GraphicsLayerTransform()

WebCore::GraphicsLayerTransform::GraphicsLayerTransform ( )

Member Function Documentation

◆ combined()

const TransformationMatrix & WebCore::GraphicsLayerTransform::combined ( ) const

◆ combinedForChildren()

const TransformationMatrix & WebCore::GraphicsLayerTransform::combinedForChildren ( ) const

◆ combineTransforms()

void WebCore::GraphicsLayerTransform::combineTransforms ( const TransformationMatrix parentTransform)

◆ setAnchorPoint()

void WebCore::GraphicsLayerTransform::setAnchorPoint ( const FloatPoint3D anchorPoint)

◆ setChildrenTransform()

void WebCore::GraphicsLayerTransform::setChildrenTransform ( const TransformationMatrix transform)

◆ setFlattening()

void WebCore::GraphicsLayerTransform::setFlattening ( bool  flattening)

◆ setLocalTransform()

void WebCore::GraphicsLayerTransform::setLocalTransform ( const TransformationMatrix transform)

◆ setPosition()

void WebCore::GraphicsLayerTransform::setPosition ( const FloatPoint position)

◆ setSize()

void WebCore::GraphicsLayerTransform::setSize ( const FloatSize size)

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