Searched refs:RenderGeometryMap (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGeometryMap.h45 class RenderGeometryMap { class in namespace:blink
46 WTF_MAKE_NONCOPYABLE(RenderGeometryMap);
48 RenderGeometryMap(MapCoordinatesFlags = UseTransforms);
49 ~RenderGeometryMap();
H A DRenderGeometryMap.cpp27 #include "core/rendering/RenderGeometryMap.h"
37 RenderGeometryMap::RenderGeometryMap(MapCoordinatesFlags flags) function in class:blink::RenderGeometryMap
46 RenderGeometryMap::~RenderGeometryMap()
50 void RenderGeometryMap::mapToContainer(TransformState& transformState, const RenderLayerModelObject* container) const
107 FloatPoint RenderGeometryMap::mapToContainer(const FloatPoint& p, const RenderLayerModelObject* container) const
140 void RenderGeometryMap::dumpSteps() const
142 fprintf(stderr, "RenderGeometryMap::dumpSteps accumulatedOffset=%d,%d\n", m_accumulatedOffset.width().toInt(), m_accumulatedOffset.height().toInt());
152 FloatQuad RenderGeometryMap
[all...]
H A DRenderBoxModelObject.h165 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
H A DRenderView.h169 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
H A DRenderBoxModelObject.cpp33 #include "core/rendering/RenderGeometryMap.h"
608 const RenderObject* RenderBoxModelObject::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
H A DRenderObject.h66 class RenderGeometryMap;
989 // Pushes state onto RenderGeometryMap about how to map coordinates from this renderer to its container, or ancestorToStopAt (whichever is encountered first).
991 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const;
H A DRenderView.cpp36 #include "core/rendering/RenderGeometryMap.h"
262 const RenderObject* RenderView::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingInputsUpdater.h8 #include "core/rendering/RenderGeometryMap.h"
55 RenderGeometryMap m_geometryMap;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderSupport.h37 class RenderGeometryMap;
78 static const RenderObject* pushMappingToContainer(const RenderObject*, const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&);
H A DRenderSVGBlock.cpp94 const RenderObject* RenderSVGBlock::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
H A DRenderSVGBlock.h39 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL;
H A DRenderSVGInline.h51 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL;
H A DRenderSVGModelObject.h61 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL;
H A DRenderSVGModelObject.cpp69 const RenderObject* RenderSVGModelObject::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
H A DRenderSVGInline.cpp103 const RenderObject* RenderSVGInline::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
H A DRenderSVGRoot.h107 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
H A DRenderSVGRoot.cpp404 const RenderObject* RenderSVGRoot::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
H A DSVGRenderSupport.cpp29 #include "core/rendering/RenderGeometryMap.h"
86 const RenderObject* SVGRenderSupport::pushMappingToContainer(const RenderObject* object, const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap)
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DRenderGeometryMapTest.cpp32 #include "core/rendering/RenderGeometryMap.h"
144 // FloatRects. This is because RenderGeometryMap treats both slightly
146 RenderGeometryMap rgm;
186 RenderGeometryMap rgm;
234 RenderGeometryMap rgm;
276 RenderGeometryMap rgm(TraverseDocumentBoundaries);
277 RenderGeometryMap rgmNoFrame;
362 RenderGeometryMap rgm;
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp40 #include "core/rendering/RenderGeometryMap.h"
415 RenderGeometryMap& geometryMap,
486 // RenderGeometryMap. First record all the branches we should traverse in the tree (including
504 // Now walk the layer projecting rects while maintaining a RenderGeometryMap
509 RenderGeometryMap geometryMap(flags);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_rendering.target.darwin-arm.mk69 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
H A Dwebcore_rendering.target.darwin-arm64.mk69 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
H A Dwebcore_rendering.target.darwin-mips.mk69 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
H A Dwebcore_rendering.target.darwin-mips64.mk69 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
H A Dwebcore_rendering.target.darwin-x86.mk69 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \

Completed in 2357 milliseconds

12