Home
last modified time | relevance | path

Searched refs:transformState (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderSVGModelObject.cpp62 …delObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState) const in mapLocalToContainer()
64 … SVGRenderBase::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
DRenderInline.cpp735 …odelObject* repaintContainer, bool fixed, bool useTransforms, TransformState& transformState) const in mapLocalToContainer()
746 transformState.move(offset); in mapLocalToContainer()
762transformState.applyTransform(t, preserve3D ? TransformState::AccumulateTransform : TransformState… in mapLocalToContainer()
764transformState.move(containerOffset.width(), containerOffset.height(), preserve3D ? TransformState… in mapLocalToContainer()
770transformState.move(-containerOffset.width(), -containerOffset.height(), preserve3D ? TransformSta… in mapLocalToContainer()
774 o->mapLocalToContainer(repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
777 …line::mapAbsoluteToLocalPoint(bool fixed, bool useTransforms, TransformState& transformState) const in mapAbsoluteToLocalPoint()
786 o->mapAbsoluteToLocalPoint(fixed, useTransforms, transformState); in mapAbsoluteToLocalPoint()
794transformState.applyTransform(t, preserve3D ? TransformState::AccumulateTransform : TransformState… in mapAbsoluteToLocalPoint()
796transformState.move(-containerOffset.width(), -containerOffset.height(), preserve3D ? TransformSta… in mapAbsoluteToLocalPoint()
DRenderForeignObject.cpp124 …delObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState) const in mapLocalToContainer()
126 … SVGRenderBase::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
DRenderSVGRoot.cpp261 …delObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState) const in mapLocalToContainer()
267 transformState.applyTransform(localToBorderBoxTransform()); in mapLocalToContainer()
268 RenderBox::mapLocalToContainer(repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
DRenderObject.cpp1756 TransformState transformState(TransformState::ApplyTransformDirection, localPoint); in localToAbsolute() local
1757 mapLocalToContainer(0, fixed, useTransforms, transformState); in localToAbsolute()
1758 transformState.flatten(); in localToAbsolute()
1760 return transformState.lastPlanarPoint(); in localToAbsolute()
1765 TransformState transformState(TransformState::UnapplyInverseTransformDirection, containerPoint); in absoluteToLocal() local
1766 mapAbsoluteToLocalPoint(fixed, useTransforms, transformState); in absoluteToLocal()
1767 transformState.flatten(); in absoluteToLocal()
1769 return transformState.lastPlanarPoint(); in absoluteToLocal()
1772 …odelObject* repaintContainer, bool fixed, bool useTransforms, TransformState& transformState) const in mapLocalToContainer()
1782 transformState.move(-toRenderBox(o)->layer()->scrolledContentOffset()); in mapLocalToContainer()
[all …]
DSVGRenderSupport.cpp71 …rBoxModelObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState) in mapLocalToContainer() argument
75 transformState.applyTransform(object->localToParentTransform()); in mapLocalToContainer()
76 object->parent()->mapLocalToContainer(repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
DRenderSVGImage.cpp183 …delObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState) const in mapLocalToContainer()
185 … SVGRenderBase::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
DRenderSVGText.cpp65 …delObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState) const in mapLocalToContainer()
67 … SVGRenderBase::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
DRenderView.cpp148 …Object* repaintContainer, bool fixed, bool /*useTransforms*/, TransformState& transformState) const in mapLocalToContainer()
164 transformState.move(m_frameView->scrollOffset()); in mapLocalToContainer()
167 …::mapAbsoluteToLocalPoint(bool fixed, bool /*useTransforms*/, TransformState& transformState) const in mapAbsoluteToLocalPoint()
179 transformState.move(-m_frameView->scrollOffset()); in mapAbsoluteToLocalPoint()
DRenderLayer.cpp2438 static double computeZOffset(const HitTestingTransformState& transformState) in computeZOffset() argument
2441 if (transformState.m_accumulatedTransform.isAffine()) in computeZOffset()
2445 FloatPoint targetPoint = transformState.mappedPoint(); in computeZOffset()
2448 …FloatPoint3D backmappedPoint = transformState.m_accumulatedTransform.mapPoint(FloatPoint3D(targetP… in computeZOffset()
2456 RefPtr<HitTestingTransformState> transformState; in createLocalTransformState() local
2461 transformState = HitTestingTransformState::create(*containerTransformState); in createLocalTransformState()
2466 transformState = HitTestingTransformState::create(hitTestPoint, FloatQuad(hitTestRect)); in createLocalTransformState()
2474transformState->applyTransform(containerTransform, HitTestingTransformState::AccumulateTransform); in createLocalTransformState()
2476 transformState->translate(offsetX, offsetY, HitTestingTransformState::AccumulateTransform); in createLocalTransformState()
2479 return transformState; in createLocalTransformState()
[all …]
DRenderForeignObject.h56 …elObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState) const;
DRenderBox.cpp957 …odelObject* repaintContainer, bool fixed, bool useTransforms, TransformState& transformState) const in mapLocalToContainer()
969 transformState.move(offset); in mapLocalToContainer()
994transformState.applyTransform(t, preserve3D ? TransformState::AccumulateTransform : TransformState… in mapLocalToContainer()
996transformState.move(containerOffset.width(), containerOffset.height(), preserve3D ? TransformState… in mapLocalToContainer()
1002transformState.move(-containerOffset.width(), -containerOffset.height(), preserve3D ? TransformSta… in mapLocalToContainer()
1006 o->mapLocalToContainer(repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
1009 …rBox::mapAbsoluteToLocalPoint(bool fixed, bool useTransforms, TransformState& transformState) const in mapAbsoluteToLocalPoint()
1027 o->mapAbsoluteToLocalPoint(fixed, useTransforms, transformState); in mapAbsoluteToLocalPoint()
1035transformState.applyTransform(t, preserve3D ? TransformState::AccumulateTransform : TransformState… in mapAbsoluteToLocalPoint()
1037transformState.move(-containerOffset.width(), -containerOffset.height(), preserve3D ? TransformSta… in mapAbsoluteToLocalPoint()
DRenderLayer.h491 … const HitTestingTransformState* transformState = 0, double* zOffset = 0);
DRenderBlock.cpp1969 TransformState transformState(TransformState::ApplyTransformDirection, FloatPoint()); in selectionGapRectsForRepaint() local
1970 mapLocalToContainer(repaintContainer, false, false, transformState); in selectionGapRectsForRepaint()
1971 FloatPoint offsetFromRepaintContainer = transformState.mappedPoint(); in selectionGapRectsForRepaint()