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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 99 virtual void drawHighlightForText(const Font& font, const TextRun& run,
PlatformGraphicsContextSkia.h 83 virtual void drawHighlightForText(const Font& font, const TextRun& run,
GraphicsContextAndroid.cpp 642 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run,
652 platformContext()->drawHighlightForText(font, run, point, h, backgroundColor,
PlatformGraphicsContext.h 113 virtual void drawHighlightForText(const Font& font, const TextRun& run,
PlatformGraphicsContextRecording.cpp 288 void PlatformGraphicsContextRecording::drawHighlightForText(
PlatformGraphicsContextSkia.cpp 336 void PlatformGraphicsContextSkia::drawHighlightForText(
  /external/webkit/Source/WebCore/rendering/
EllipsisBox.cpp 97 context->drawHighlightForText(font, TextRun(m_str.characters(), m_str.length(), false, 0, 0, TextRun::AllowTrailingExpansion, false, style->visuallyOrdered()),
InlineTextBox.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 380 void drawHighlightForText(const Font&, const TextRun&, const FloatPoint&, int h, const Color& backgroundColor, ColorSpace, int from = 0, int to = -1, bool isActive = true);
382 void drawHighlightForText(const Font&, const TextRun&, const FloatPoint&, int h, const Color& backgroundColor, ColorSpace, int from = 0, int to = -1);
GraphicsContext.cpp 436 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run, const FloatPoint& point, int h, const Color& backgroundColor, ColorSpace colorSpace, int from, int to)

Completed in 163 milliseconds