HomeSort by relevance Sort by last modified time
    Searched full:applytransform (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebCore/rendering/
TransformState.h 63 void applyTransform(const AffineTransform& transformFromContainer, TransformAccumulation = FlattenTransform);
64 void applyTransform(const TransformationMatrix& transformFromContainer, TransformAccumulation = FlattenTransform);
102 void applyTransform(const TransformationMatrix& transformFromContainer, TransformAccumulation);
TransformState.cpp 53 void TransformState::applyTransform(const AffineTransform& transformFromContainer, TransformAccumulation accumulate)
55 applyTransform(transformFromContainer.toTransformationMatrix(), accumulate);
58 void TransformState::applyTransform(const TransformationMatrix& transformFromContainer, TransformAccumulation accumulate)
141 void HitTestingTransformState::applyTransform(const TransformationMatrix& transformFromContainer, TransformAccumulation accumulate)
RenderSVGRoot.cpp 267 transformState.applyTransform(localToBorderBoxTransform());
SVGRenderSupport.cpp 75 transformState.applyTransform(object->localToParentTransform());
RenderInline.cpp 762 transformState.applyTransform(t, preserve3D ? TransformState::AccumulateTransform : TransformState::FlattenTransform);
794 transformState.applyTransform(t, preserve3D ? TransformState::AccumulateTransform : TransformState::FlattenTransform);
    [all...]
RenderLayerBacking.cpp 137 style->applyTransform(t, toRenderBox(renderer())->borderBoxRect().size(), RenderStyle::ExcludeTransformOrigin);
    [all...]
RenderLayer.cpp 354 box->style()->applyTransform(*m_transform, box->borderBoxRect().size(), RenderStyle::IncludeTransformOrigin);
371 style->applyTransform(currTransform, renderBox()->borderBoxRect().size(), RenderStyle::IncludeTransformOrigin);
    [all...]
RenderBox.cpp     [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.cpp 654 void RenderStyle::applyTransform(TransformationMatrix& transform, const IntSize& borderBoxSize, ApplyTransformOrigin applyOrigin) const
    [all...]
RenderStyle.h     [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp 423 style->applyTransform(transform, box.size(), RenderStyle::ExcludeTransformOrigin);
    [all...]
  /external/webkit/WebCore/
ChangeLog     [all...]

Completed in 253 milliseconds