Home | History | Annotate | Download | only in svg

Lines Matching refs:RenderObject

38 class RenderObject;
47 static void layoutChildren(RenderObject*, bool selfNeedsLayout);
50 static bool isOverflowHidden(const RenderObject*);
53 static void intersectRepaintRectWithResources(const RenderObject*, FloatRect&);
56 static bool filtersForceContainerLayout(RenderObject*);
59 static bool pointInClippingArea(RenderObject*, const FloatPoint&);
61 static void computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox);
65 static LayoutRect clippedOverflowRectForRepaint(const RenderObject*, const RenderLayerModelObject* repaintContainer);
66 static void computeFloatRectForRepaint(const RenderObject*, const RenderLayerModelObject* repaintContainer, FloatRect&, bool fixed);
67 static void mapLocalToContainer(const RenderObject*, const RenderLayerModelObject* repaintContainer, TransformState&, bool* wasFixed = 0);
68 static const RenderObject* pushMappingToContainer(const RenderObject*, const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&);
69 static bool checkForSVGRepaintDuringLayout(RenderObject*);
72 static void applyStrokeStyleToContext(GraphicsContext*, const RenderStyle*, const RenderObject*);
73 static void applyStrokeStyleToStrokeData(StrokeData*, const RenderStyle*, const RenderObject*);
76 static bool transformToRootChanged(RenderObject*);
79 static const RenderSVGRoot* findTreeRootObject(const RenderObject*);
82 static bool isEmptySVGInlineText(const RenderObject*);