Home
last modified time | relevance | path

Searched refs:TransformState (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DTransformState.cpp33 TransformState& TransformState::operator=(const TransformState& other) in operator =()
53 void TransformState::translateTransform(const LayoutSize& offset) in translateTransform()
61 void TransformState::translateMappedCoordinates(const LayoutSize& offset) in translateMappedCoordinates()
70 void TransformState::move(const LayoutSize& offset, TransformAccumulation accumulate) in move()
91 void TransformState::applyAccumulatedOffset() in applyAccumulatedOffset()
106 void TransformState::applyTransform(const AffineTransform& transformFromContainer, TransformAccumul… in applyTransform()
111 void TransformState::applyTransform(const TransformationMatrix& transformFromContainer, TransformAc… in applyTransform()
141 void TransformState::flatten(bool* wasClamped) in flatten()
156 FloatPoint TransformState::mappedPoint(bool* wasClamped) const in mappedPoint()
172 FloatQuad TransformState::mappedQuad(bool* wasClamped) const in mappedQuad()
[all …]
DTransformState.h39 class PLATFORM_EXPORT TransformState {
44 TransformState(TransformDirection mappingDirection, const FloatPoint& p, const FloatQuad& quad) in TransformState() function
54 TransformState(TransformDirection mappingDirection, const FloatPoint& p) in TransformState() function
63 TransformState(TransformDirection mappingDirection, const FloatQuad& quad) in TransformState() function
72 TransformState(const TransformState& other) { *this = other; } in TransformState() function
74 TransformState& operator=(const TransformState&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGeometryMap.cpp50 void RenderGeometryMap::mapToContainer(TransformState& transformState, const RenderLayerModelObject… in mapToContainer()
90TransformState::TransformAccumulation accumulate = currentStep.m_accumulatingTransform ? Transform… in mapToContainer()
114 TransformState transformState(TransformState::ApplyTransformDirection, p); in mapToContainer()
160 TransformState transformState(TransformState::ApplyTransformDirection, rect.center(), rect); in mapToContainer()
DRenderGeometryMap.h42 class TransformState; variable
114 void mapToContainer(TransformState&, const RenderLayerModelObject* container = 0) const;
DRenderFlowThread.h122 RenderRegion* mapFromFlowToRegion(TransformState&) const;
185 …virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, …
DRenderView.h212 …virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, …
214 virtual void mapAbsoluteToLocalPoint(MapCoordinatesFlags, TransformState&) const;
DRenderObject.cpp1399TransformState transformState(TransformState::ApplyTransformDirection, FloatQuad(FloatRect(r))); in repaintUsingContainer()
2182 TransformState transformState(TransformState::ApplyTransformDirection, localPoint); in localToAbsolute()
2191 TransformState transformState(TransformState::UnapplyInverseTransformDirection, containerPoint); in absoluteToLocal()
2200TransformState transformState(TransformState::UnapplyInverseTransformDirection, quad.boundingBox()… in absoluteToLocalQuad()
2206 …:mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState& transformStat… in mapLocalToContainer()
2252 void RenderObject::mapAbsoluteToLocalPoint(MapCoordinatesFlags mode, TransformState& transformState… in mapAbsoluteToLocalPoint()
2295TransformState transformState(TransformState::ApplyTransformDirection, localQuad.boundingBox().cen… in localToContainerQuad()
2304 TransformState transformState(TransformState::ApplyTransformDirection, localPoint); in localToContainerPoint()
DRenderInline.cpp1145 …:mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState& transformStat… in mapLocalToContainer()
1180 …transformState.applyTransform(t, preserve3D ? TransformState::AccumulateTransform : TransformState in mapLocalToContainer()
1182 …t.width(), containerOffset.height(), preserve3D ? TransformState::AccumulateTransform : TransformS… in mapLocalToContainer()
1188 ….width(), -containerOffset.height(), preserve3D ? TransformState::AccumulateTransform : TransformS… in mapLocalToContainer()
DRenderInline.h149 …virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, …
DRenderObject.h71 class TransformState; variable
954 …virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, …
955 virtual void mapAbsoluteToLocalPoint(MapCoordinatesFlags, TransformState&) const;
DRenderBoxModelObject.h176 virtual void mapAbsoluteToLocalPoint(MapCoordinatesFlags, TransformState&) const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderSupport.h41 class TransformState; variable
70 …const RenderObject*, const RenderLayerModelObject* repaintContainer, TransformState&, bool* wasFix…
DRenderSVGModelObject.h59 …virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, …
DRenderSVGInline.h49 …virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, …
DRenderSVGForeignObject.h53 …virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, …
DRenderSVGText.h77 …virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, …
DRenderSVGRoot.h97 …virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, …
DRenderSVGInline.cpp88 …:mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState& transformStat… in mapLocalToContainer()
DRenderSVGForeignObject.cpp193 …:mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState& transformStat… in mapLocalToContainer()
DRenderSVGModelObject.cpp57 …:mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState& transformStat… in mapLocalToContainer()
DRenderSVGRoot.cpp374 …:mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState& transformStat… in mapLocalToContainer()
DSVGRenderSupport.cpp68 …enderObject* object, const RenderLayerModelObject* repaintContainer, TransformState& transformStat… in mapLocalToContainer()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerClient.java42 void setTransformState(TransformState ts); in setTransformState()
DTransformState.java52 public interface TransformState extends TransformStateSetter interface
DXalanTransformState.java38 implements TransformState {

12