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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 288 void PlatformGraphicsContextRecording::drawHighlightForText(
GraphicsContextAndroid.cpp 642 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run,
652 platformContext()->drawHighlightForText(font, run, point, h, backgroundColor,
PlatformGraphicsContextSkia.cpp 336 void PlatformGraphicsContextSkia::drawHighlightForText(
  /external/webkit/Source/WebCore/platform/graphics/
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 106 milliseconds