Home
last modified time | relevance | path

Searched defs:textRun (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRunIterator.h44 TextRunIterator(const TextRun* textRun, unsigned offset) in TextRunIterator()
DBidiResolverTest.cpp58 TextDirection determineParagraphDirectionality(const TextRun& textRun, bool* hasStrongDirectionalit… in determineParagraphDirectionality()
178 TextRun textRun(input.data(), input.size()); in runTest() local
/external/chromium_org/third_party/WebKit/Source/core/paint/
DListMarkerPainter.cpp162 …TextRun textRun = constructTextRun(&m_renderListMarker, font, m_renderListMarker.text(), m_renderL… in paint() local
DImagePainter.cpp134 …TextRun textRun = constructTextRun(&m_renderImage, font, m_renderImage.altText(), m_renderImage.st… in paintReplaced() local
/external/chromium_org/third_party/WebKit/Source/platform/
DDragImage.cpp181 TextRun textRun(urlString); in create() local
189 TextRun textRun = textRunWithDirectionality(label, hasStrongDirectionality); in create() local
/external/chromium_org/third_party/WebKit/Source/web/
DWebFontImpl.cpp94 TextRun textRun(run); in drawText() local
DPopupListBox.cpp475 …TextRun textRun(itemText, 0, 0, TextRun::AllowTrailingExpansion, style.textDirection(), style.hasT… in paintRow() local
752 …TextRun textRun(text, 0, 0, TextRun::AllowTrailingExpansion, style.textDirection(), style.hasTextD… in getRowBaseWidth() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFileUploadControl.cpp109 …TextRun textRun = constructTextRun(this, font, displayedFilename, style(), TextRun::AllowTrailingE… in paintObject() local
DEllipsisBox.cpp64 …TextRun textRun = constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansio… in paint() local
DRenderTextControl.cpp233 TextRun textRun = constructTextRun(this, font, str, style(), TextRun::AllowTrailingExpansion); in getAvgCharWidth() local
DInlineTextBox.cpp223 TextRun textRun = constructTextRun(styleToUse, font, respectHyphen ? &charactersWithHyphen : 0); in localSelectionRect() local
491 …TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charact… in paint() local
621 …TextRun textRun = constructTextRun(style, font, string, renderer().textLength() - m_start, respect… in paintSelection() local
1238 TextRun textRun = constructTextRun(styleToUse, font); in characterWidths() local
DRenderText.cpp929 TextRun textRun(text()); in computePreferredLogicalWidths() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp97 TextRun textRun = constructTextRun(style, fragment); in offsetForPositionInFragment() local
562 TextRun& textRun, const SVGTextFragment& fragment, int startPosition, int endPosition, in paintTextWithShadows()
627 TextRun textRun = constructTextRun(style, fragment); in paintText() local
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTCue.cpp506 … VTTTextRunIterator(const TextRun* textRun, unsigned offset) : TextRunIterator(textRun, offset) { } in VTTTextRunIterator()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp2103 …const TextRun textRun(text, 0, 0, TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansio… in measureText() local
2175 TextRun textRun(text, 0, 0, TextRun::AllowTrailingExpansion, direction, override, true, true); in drawTextInternal() local