HomeSort by relevance Sort by last modified time
    Searched refs:SVGRenderSupport (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.h 42 class SVGRenderSupport {
76 SVGRenderSupport();
77 ~SVGRenderSupport();
RenderSVGHiddenContainer.cpp 38 SVGRenderSupport::layoutChildren(this, selfNeedsLayout());
RenderSVGContainer.cpp 33 #include "SVGRenderSupport.h"
64 SVGRenderSupport::layoutChildren(this, selfNeedsLayout());
104 if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(repaintRect, localToParentTransform(), paintInfo))
117 continueRendering = SVGRenderSupport::prepareToRenderSVGContent(this, childPaintInfo);
126 SVGRenderSupport::finishRenderSVGContent(this, childPaintInfo, paintInfo.context);
155 SVGRenderSupport::computeContainerBoundingBoxes(this, m_objectBoundingBox, m_strokeBoundingBox, m_repaintBoundingBox);
156 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox);
167 if (!SVGRenderSupport::pointInClippingArea(this, localPoint))
RenderSVGModelObject.cpp 48 return SVGRenderSupport::clippedOverflowRectForRepaint(this, repaintContainer);
53 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
58 SVGRenderSupport::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState);
62 // FIXME: This may also need to move into SVGRenderSupport as the RenderBox version depends
RenderSVGForeignObject.cpp 31 #include "SVGRenderSupport.h"
56 if (SVGRenderSupport::isOverflowHidden(this))
73 return SVGRenderSupport::clippedOverflowRectForRepaint(this, repaintContainer);
78 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
150 if (SVGRenderSupport::isOverflowHidden(this) && !m_viewport.contains(localPoint))
168 SVGRenderSupport::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState);
SVGRenderSupport.cpp 28 #include "SVGRenderSupport.h"
48 IntRect SVGRenderSupport::clippedOverflowRectForRepaint(RenderObject* object, RenderBoxModelObject* repaintContainer)
61 void SVGRenderSupport::computeRectForRepaint(RenderObject* object, RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
72 void SVGRenderSupport::mapLocalToContainer(const RenderObject* object, RenderBoxModelObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState)
80 bool SVGRenderSupport::prepareToRenderSVGContent(RenderObject* object, PaintInfo& paintInfo)
132 void SVGRenderSupport::finishRenderSVGContent(RenderObject* object, PaintInfo& paintInfo, GraphicsContext* savedContext)
163 void SVGRenderSupport::computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox)
182 bool SVGRenderSupport::paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo& paintInfo)
190 const RenderSVGRoot* SVGRenderSupport::findTreeRootObject(const RenderObject* start)
210 void SVGRenderSupport::layoutChildren(RenderObject* start, bool selfNeedsLayout
    [all...]
RenderSVGInline.cpp 72 return SVGRenderSupport::clippedOverflowRectForRepaint(this, repaintContainer);
77 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
82 SVGRenderSupport::mapLocalToContainer(this, repaintContainer, useTransforms, fixed, transformState);
RenderSVGViewportContainer.cpp 42 if (SVGRenderSupport::isOverflowHidden(this))
84 if (!SVGRenderSupport::isOverflowHidden(this))
RenderSVGImage.cpp 43 #include "SVGRenderSupport.h"
77 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox);
112 if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(boundingBox, m_localTransform, paintInfo))
124 if (SVGRenderSupport::prepareToRenderSVGContent(this, childPaintInfo)) {
136 SVGRenderSupport::finishRenderSVGContent(this, childPaintInfo, savedInfo.context);
158 if (!SVGRenderSupport::pointInClippingArea(this, localPoint))
RenderSVGText.cpp 40 #include "SVGRenderSupport.h"
87 return SVGRenderSupport::clippedOverflowRectForRepaint(this, repaintContainer);
92 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
97 SVGRenderSupport::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState);
126 if (m_needsPositioningValuesUpdate || SVGRenderSupport::findTreeRootObject(this)->isLayoutSizeChanged()) {
194 if (!SVGRenderSupport::pointInClippingArea(this, localPoint))
265 SVGRenderSupport::intersectRepaintRectWithResources(this, repaintRect);
RenderSVGPath.cpp 39 #include "SVGRenderSupport.h"
61 SVGRenderSupport::applyStrokeStyleToContext(gc, m_style, m_object);
209 if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(boundingBox, m_localTransform, paintInfo))
221 if (SVGRenderSupport::prepareToRenderSVGContent(this, childPaintInfo)) {
232 SVGRenderSupport::finishRenderSVGContent(this, childPaintInfo, savedInfo.context);
260 if (!SVGRenderSupport::pointInClippingArea(this, localPoint))
335 SVGRenderSupport::intersectRepaintRectWithResources(this, m_repaintBoundingBox);