Searched refs:textPainter (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | EllipsisBox.cpp | 65 TextPainter textPainter(context, font, textRun, textOrigin, boxRect, isHorizontal()); in paint() local 66 textPainter.paint(0, m_str.length(), m_str.length(), textStyle); in paint()
|
D | InlineTextBox.cpp | 510 TextPainter textPainter(context, font, textRun, textOrigin, boxRect, isHorizontal()); in paint() local 514 textPainter.setEmphasisMark(styleToUse->textEmphasisMarkString(), emphasisMarkPosition); in paint() 516 textPainter.setCombinedText(combinedText); in paint() 537 textPainter.paint(startOffset, endOffset, length, textStyle, cachedTextBlob); in paint() 542 textPainter.paint(selectionStart, selectionEnd, length, selectionStyle); in paint()
|