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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetrics.cpp 64 TextRun SVGTextMetrics::constructTextRun(RenderSVGInlineText* text, unsigned position, unsigned length)
101 return SVGTextMetrics(text, constructTextRun(text, position, length));
SVGInlineTextBox.cpp 95 TextRun textRun = constructTextRun(style, fragment);
135 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
427 TextRun SVGInlineTextBox::constructTextRun(RenderStyle* style, const SVGTextFragment& fragment) const
666 TextRun textRun = constructTextRun(style, fragment);
680 TextRun selectionTextRun = constructTextRun(selectionStyle, fragment);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
ComplexTextController.cpp 46 TextRun run = RenderBlock::constructTextRun(text, font, text, text->style());
52 , m_run(constructTextRun(text, font, xPos))
69 static TextRun constructTextRun(RenderText* text, const Font& font, float xPos)
71 TextRun run = RenderBlock::constructTextRun(text, font, text, text->style());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 209 TextRun textRun = constructTextRun(styleToUse, font, respectHyphen ? &charactersWithHyphen : 0);
683 TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charactersWithHyphen : 0);
    [all...]
RenderBlock.cpp     [all...]

Completed in 327 milliseconds