HomeSort by relevance Sort by last modified time
    Searched refs:currentTransform (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderView.cpp 668 overflowRect = layer()->currentTransform().mapRect(overflowRect);
677 overflowRect = layer()->currentTransform().mapRect(overflowRect);
686 overflowRect = layer()->currentTransform().mapRect(overflowRect);
695 overflowRect = layer()->currentTransform().mapRect(overflowRect);
RenderLayer.h 430 // currentTransform computes a transform which takes accelerated animations into account. The
433 TransformationMatrix currentTransform() const;
    [all...]
RenderBoxModelObject.cpp 158 const AffineTransform& currentTransform = context->getCTM();
159 bool contextIsScaled = !currentTransform.isIdentityOrTranslationOrFlipped();
    [all...]
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]
RenderLayer.cpp 456 TransformationMatrix RenderLayer::currentTransform() const
    [all...]

Completed in 176 milliseconds