Searched refs:constructTextRun (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextMetrics.cpp75 static TextRun constructTextRun(RenderSVGInlineText* text, const UChar* characters, unsigned position, unsigned length) function in namespace:WebCore
101 TextRun run(constructTextRun(text, text->characters(), position, length));
H A DSVGInlineTextBox.h67 TextRun constructTextRun(RenderStyle*, const SVGTextFragment&) const;
H A DSVGInlineTextBox.cpp69 TextRun textRun(constructTextRun(style, fragment));
107 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
403 TextRun SVGInlineTextBox::constructTextRun(RenderStyle* style, const SVGTextFragment& fragment) const function in class:WebCore::SVGInlineTextBox
686 TextRun textRun(constructTextRun(style, fragment));
700 TextRun selectionTextRun(constructTextRun(selectionStyle, fragment));

Completed in 47 milliseconds