HomeSort by relevance Sort by last modified time
    Searched refs:drawHighlightForText (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/rendering/
EllipsisBox.cpp 95 context->drawHighlightForText(font, TextRun(m_str.characters(), m_str.length(), false, 0, 0, false, style->visuallyOrdered()),
InlineTextBox.cpp 598 context->drawHighlightForText(font, TextRun(textRenderer()->text()->characters() + m_start, length, textRenderer()->allowTabs(), textPos(), m_toAdd,
621 context->drawHighlightForText(font, TextRun(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_toAdd,
    [all...]
SVGInlineTextBox.cpp 521 p->drawHighlightForText(font, svgTextRunForInlineTextBox(textRenderer()->text()->characters() + start() + boxStartOffset, length, style, this, svgChar.x),
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 285 void drawHighlightForText(const Font&, const TextRun&, const IntPoint&, int h, const Color& backgroundColor, ColorSpace, int from = 0, int to = -1);
GraphicsContext.cpp 377 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run, const IntPoint& point, int h, const Color& backgroundColor, ColorSpace colorSpace, int from, int to)

Completed in 77 milliseconds