Searched defs:SVGInlineTextBox (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineTextBox.h34 class SVGInlineTextBox : public InlineTextBox { class in namespace:WebCore
36 SVGInlineTextBox(RenderObject*);
H A DSVGInlineTextBox.cpp23 #include "SVGInlineTextBox.h"
41 SVGInlineTextBox::SVGInlineTextBox(RenderObject* object) function in class:WebCore::SVGInlineTextBox
50 int SVGInlineTextBox::offsetForPosition(float, bool) const
58 int SVGInlineTextBox::offsetForPositionInFragment(const SVGTextFragment& fragment, float position, bool includePartialGlyphs) const
81 float SVGInlineTextBox::positionForOffset(int) const
88 FloatRect SVGInlineTextBox::selectionRectForTextFragment(const SVGTextFragment& fragment, int startPosition, int endPosition, RenderStyle* style)
115 IntRect SVGInlineTextBox::selectionRect(int, int, int startPosition, int endPosition)
161 void SVGInlineTextBox::paintSelectionBackground(PaintInfo& paintInfo)
244 void SVGInlineTextBox
[all...]

Completed in 62 milliseconds