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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGText.h 35 class RenderSVGText : public RenderSVGBlock {
37 RenderSVGText(SVGTextElement*);
45 static RenderSVGText* locateRenderSVGTextAncestor(RenderObject*);
46 static const RenderSVGText* locateRenderSVGTextAncestor(const RenderObject*);
52 virtual const char* renderName() const { return "RenderSVGText"; }
87 inline RenderSVGText* toRenderSVGText(RenderObject* object)
90 return static_cast<RenderSVGText*>(object);
93 inline const RenderSVGText* toRenderSVGText(const RenderObject* object)
96 return static_cast<const RenderSVGText*>(object);
100 void toRenderSVGText(const RenderSVGText*);
    [all...]
RenderSVGText.cpp 29 #include "RenderSVGText.h"
52 RenderSVGText::RenderSVGText(SVGTextElement* node)
60 bool RenderSVGText::isChildAllowed(RenderObject* child, RenderStyle*) const
65 RenderSVGText* RenderSVGText::locateRenderSVGTextAncestor(RenderObject* start)
75 const RenderSVGText* RenderSVGText::locateRenderSVGTextAncestor(const RenderObject* start)
85 IntRect RenderSVGText::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer)
90 void RenderSVGText::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed
    [all...]
SVGTextLayoutAttributesBuilder.h 30 class RenderSVGText;
36 // measures all characters in the RenderSVGText subtree and extracts kerning/ligature information.
46 void buildLayoutAttributesForTextSubtree(RenderSVGText*);
63 void buildLayoutAttributesForAllCharacters(RenderSVGText*, unsigned textLength);
RenderSVGInline.cpp 28 #include "RenderSVGText.h"
48 if (const RenderObject* object = RenderSVGText::locateRenderSVGTextAncestor(this))
56 if (const RenderObject* object = RenderSVGText::locateRenderSVGTextAncestor(this))
64 if (const RenderObject* object = RenderSVGText::locateRenderSVGTextAncestor(this))
87 RenderObject* object = RenderSVGText::locateRenderSVGTextAncestor(this);
RenderSVGInlineText.cpp 34 #include "RenderSVGText.h"
75 if (RenderSVGText* textRenderer = RenderSVGText::locateRenderSVGTextAncestor(this))
87 if (RenderSVGText* textRenderer = RenderSVGText::locateRenderSVGTextAncestor(this))
RenderSVGResourceGradient.cpp 30 #include "RenderSVGText.h"
82 RenderObject* textRootBlock = RenderSVGText::locateRenderSVGTextAncestor(object);
117 RenderObject* textRootBlock = RenderSVGText::locateRenderSVGTextAncestor(object);
SVGRootInlineBox.cpp 29 #include "RenderSVGText.h"
76 RenderSVGText* parentBlock = toRenderSVGText(block());
91 // Position & resize all SVGInlineText/FlowBoxes in the inline box tree, resize the root box as well as the RenderSVGText parent block.
118 RenderSVGText* parentBlock = toRenderSVGText(block());
SVGTextLayoutAttributesBuilder.cpp 26 #include "RenderSVGText.h"
38 void SVGTextLayoutAttributesBuilder::buildLayoutAttributesForTextSubtree(RenderSVGText* textRoot)
53 // Propagate layout attributes to each RenderSVGInlineText object, and the whole list to the RenderSVGText root.
153 void SVGTextLayoutAttributesBuilder::buildLayoutAttributesForAllCharacters(RenderSVGText* textRoot, unsigned textLength)
  /external/webkit/Source/WebCore/svg/
SVGTextElement.cpp 30 #include "RenderSVGText.h"
106 return new (arena) RenderSVGText(this);
SVGTextPositioningElement.cpp 28 #include "RenderSVGText.h"
80 RenderSVGText* textRenderer = 0;
85 // Locate RenderSVGText parent renderer.
  /external/webkit/Source/WebCore/
Android.mk 925 rendering/svg/RenderSVGText.cpp \
    [all...]

Completed in 189 milliseconds