/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
H A D | SVGTextMetrics.cpp | 64 TextRun SVGTextMetrics::constructTextRun(RenderSVGInlineText* text, unsigned position, unsigned length) function in class:WebCore::SVGTextMetrics 101 return SVGTextMetrics(text, constructTextRun(text, position, length));
|
H A D | SVGInlineTextBox.cpp | 96 TextRun textRun = constructTextRun(style, fragment); 136 FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition); 439 TextRun SVGInlineTextBox::constructTextRun(RenderStyle* style, const SVGTextFragment& fragment) const function in class:WebCore::SVGInlineTextBox 679 TextRun textRun = constructTextRun(style, fragment); 693 TextRun selectionTextRun = constructTextRun(selectionStyle, fragment);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
H A D | ComplexTextController.cpp | 49 , m_run(constructTextRun(run, textLength, font, xPos)) 66 static TextRun constructTextRun(const TextRun& textRun, unsigned textLength, const Font& font, float xPos) function in class:WebCore::TextLayout
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
H A D | InlineTextBox.cpp | 213 TextRun textRun = constructTextRun(styleToUse, font, respectHyphen ? &charactersWithHyphen : 0); 667 TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charactersWithHyphen : 0); 847 TextRun textRun = constructTextRun(style, font, string, textRenderer()->textLength() - m_start, respectHyphen ? &charactersWithHyphen : 0); 884 context->drawHighlightForText(font, constructTextRun(style, font), localOrigin, selHeight, c, sPos, ePos); 1222 TextRun run = constructTextRun(style, font); 1267 TextRun run = constructTextRun(style, font); 1420 return font.offsetForPosition(constructTextRun(style, font), lineOffset - logicalLeft(), includePartialGlyphs); 1440 return font.selectionRectForText(constructTextRun(styleToUse, font), IntPoint(logicalLeft(), 0), 0, from, to).maxX(); 1475 TextRun textRun = constructTextRun(styleToUse, font); 1488 TextRun InlineTextBox::constructTextRun(RenderStyl function in class:WebCore::InlineTextBox 1506 TextRun InlineTextBox::constructTextRun(RenderStyle* style, const Font& font, StringView string, int maximumLength, StringBuilder* charactersWithHyphen) const function in class:WebCore::InlineTextBox [all...] |
H A D | RenderBlockFlow.cpp | 2561 TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const LChar* characters, int length, RenderStyle* style, TextRun::ExpansionBehavior expansion) function in class:WebCore::RenderBlockFlow 2566 TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const UChar* characters, int length, RenderStyle* style, TextRun::ExpansionBehavior expansion) function in class:WebCore::RenderBlockFlow 2571 TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const RenderText* text, RenderStyle* style, TextRun::ExpansionBehavior expansion) function in class:WebCore::RenderBlockFlow 2578 TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const RenderText* text, unsigned offset, unsigned length, RenderStyle* style, TextRun::ExpansionBehavior expansion) function in class:WebCore::RenderBlockFlow 2586 TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const String& string, RenderStyle* style, TextRun::ExpansionBehavior expansion, TextRunFlags flags) function in class:WebCore::RenderBlockFlow
|