HomeSort by relevance Sort by last modified time
    Searched refs:RenderGeometryMap (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGeometryMap.cpp 27 #include "core/rendering/RenderGeometryMap.h"
37 RenderGeometryMap::RenderGeometryMap(MapCoordinatesFlags flags)
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::mapToContainer(const FloatRect& rect, const RenderLayerModelObject* container) cons
    [all...]
RenderGeometryMap.h 75 class RenderGeometryMap {
76 WTF_MAKE_NONCOPYABLE(RenderGeometryMap);
78 RenderGeometryMap(MapCoordinatesFlags = UseTransforms);
79 ~RenderGeometryMap();
RenderView.h 189 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
RenderBoxModelObject.h 176 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
RenderObject.h 61 class RenderGeometryMap;
    [all...]
RenderView.cpp 36 #include "core/rendering/RenderGeometryMap.h"
300 const RenderObject* RenderView::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingInputsUpdater.h 8 #include "core/rendering/RenderGeometryMap.h"
43 RenderGeometryMap m_geometryMap;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderSupport.h 35 class RenderGeometryMap;
73 static const RenderObject* pushMappingToContainer(const RenderObject*, const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&);
RenderSVGBlock.cpp 94 const RenderObject* RenderSVGBlock::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
RenderSVGBlock.h 39 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL;
RenderSVGInline.h 51 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL;
RenderSVGModelObject.h 61 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL;
RenderSVGInline.cpp 103 const RenderObject* RenderSVGInline::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
RenderSVGModelObject.cpp 68 const RenderObject* RenderSVGModelObject::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
RenderSVGRoot.h 106 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
RenderSVGRoot.cpp 419 const RenderObject* RenderSVGRoot::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
SVGRenderSupport.cpp 29 #include "core/rendering/RenderGeometryMap.h"
84 const RenderObject* SVGRenderSupport::pushMappingToContainer(const RenderObject* object, const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap)
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 40 #include "core/rendering/RenderGeometryMap.h"
445 RenderGeometryMap& geometryMap,
535 // RenderGeometryMap. First record all the branches we should traverse in the tree (including
553 // Now walk the layer projecting rects while maintaining a RenderGeometryMap
558 RenderGeometryMap geometryMap(flags);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_rendering.target.darwin-arm.mk 70 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
webcore_rendering.target.darwin-arm64.mk 70 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
webcore_rendering.target.darwin-mips.mk 70 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
webcore_rendering.target.darwin-x86.mk 70 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
webcore_rendering.target.darwin-x86_64.mk 70 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
webcore_rendering.target.linux-arm.mk 70 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
webcore_rendering.target.linux-arm64.mk 70 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \

Completed in 444 milliseconds

1 2