HomeSort by relevance Sort by last modified time
    Searched defs:constructTextRun (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetrics.cpp 63 TextRun SVGTextMetrics::constructTextRun(RenderSVGInlineText* text, unsigned position, unsigned length)
66 return constructTextRun(text, position, length, text->style()->direction());
69 TextRun SVGTextMetrics::constructTextRun(RenderSVGInlineText* text, unsigned position, unsigned length, TextDirection textDirection)
106 return SVGTextMetrics(text, constructTextRun(text, position, length, textDirection));
112 return SVGTextMetrics(text, constructTextRun(text, position, length));
SVGInlineTextBox.cpp 100 TextRun textRun = constructTextRun(style, fragment);
139 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
431 TextRun SVGInlineTextBox::constructTextRun(RenderStyle* style, const SVGTextFragment& fragment) const
680 TextRun textRun = constructTextRun(style, fragment);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 215 TextRun textRun = constructTextRun(styleToUse, font, respectHyphen ? &charactersWithHyphen : 0);
670 TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charactersWithHyphen : 0);
    [all...]
RenderBlockFlow.cpp     [all...]

Completed in 1807 milliseconds