Lines Matching refs:TransformationMatrix
83 #include "TransformationMatrix.h"
345 m_transform.set(new TransformationMatrix);
362 TransformationMatrix RenderLayer::currentTransform() const
365 return TransformationMatrix();
369 TransformationMatrix currTransform;
380 TransformationMatrix RenderLayer::renderableTransform(PaintBehavior paintBehavior) const
383 return TransformationMatrix();
386 TransformationMatrix matrix = *m_transform;
606 TransformationMatrix RenderLayer::perspectiveTransform() const
609 return TransformationMatrix();
613 return TransformationMatrix();
628 TransformationMatrix t;
816 TransformationMatrix transform;
2218 TransformationMatrix layerTransform = renderableTransform(paintBehavior);
2243 TransformationMatrix transform(layerTransform);
2472 TransformationMatrix containerTransform;
2579 TransformationMatrix invertedMatrix = localTransformState->m_accumulatedTransform.inverse();