Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp69 TextRun textRun(constructTextRun(style, fragment)); in offsetForPositionInFragment() local
381 …textForTextPainting(GraphicsContext*& context, float scalingFactor, TextRun& textRun, RenderStyle*… in prepareGraphicsContextForTextPainting()
394 …InlineTextBox::restoreGraphicsContextAfterTextPainting(GraphicsContext*& context, TextRun& textRun) in restoreGraphicsContextAfterTextPainting()
594 …:paintTextWithShadows(GraphicsContext* context, RenderStyle* style, TextRun& textRun, const SVGTex… in paintTextWithShadows()
666 TextRun textRun(constructTextRun(style, fragment)); in paintText() local
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp119 …TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, itemText.defaultWrit… in setUpPlatformData() local
/external/webkit/Source/WebCore/rendering/
DRenderFileUploadControl.cpp225 …TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, !style()->isLeftToRi… in paintObject() local
DRenderListBox.cpp339 static IntSize itemOffsetForAlignment(TextRun textRun, RenderStyle* itemStyle, Font itemFont, IntRe… in itemOffsetForAlignment()
392 …TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, !itemStyle->isLeftTo… in paintItemForeground() local
DRenderImage.cpp304 TextRun textRun(text.characters(), text.length()); in paintReplaced() local
DRenderTextControl.cpp650 …TextRun textRun(placeholderText.characters(), placeholderText.length(), false, 0, 0, TextRun::Allo… in paintPlaceholder() local
DInlineTextBox.cpp389 static void paintTextWithShadows(GraphicsContext* context, const Font& font, const TextRun& textRun in paintTextWithShadows()
652 …TextRun textRun(characters, length, textRenderer()->allowTabs(), textPos(), m_expansion, expansion… in paint() local
DRenderListMarker.cpp1256 TextRun textRun(m_text); in paint() local
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp634 …TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, itemText.defaultWrit… in paint() local
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.cpp49 TextRunIterator(const TextRun* textRun, unsigned offset) in TextRunIterator()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp963 …TextRun textRun(itemText.characters(), itemText.length(), false, 0, 0, TextRun::AllowTrailingExpan… in paintRow() local
/external/webkit/Source/WebKit/android/nav/
DSelectText.cpp66 TextRunIterator(const TextRun* textRun, unsigned offset) in TextRunIterator()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1856 TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, rtl, override); in drawTextInternal() local