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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
ListMarkerPainter.cpp 162 TextRun textRun = constructTextRun(&m_renderListMarker, font, m_renderListMarker.text(), m_renderListMarker.style());
175 TextRunPaintInfo textRunPaintInfo(textRun);
192 textRun.setText(reversedText.toString());
200 TextRun suffixRun = constructTextRun(&m_renderListMarker, font, suffixStr, 2, m_renderListMarker.style(), m_renderListMarker.style()->direction());
206 context->drawText(font, suffixRunInfo, textOrigin + IntSize(font.width(textRun), 0));