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/
GraphicsContextAndroid.cpp 647 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run,
657 platformContext()->drawHighlightForText(font, run, point, h, backgroundColor,
PlatformGraphicsContextSkia.cpp 338 void PlatformGraphicsContextSkia::drawHighlightForText(
PlatformGraphicsContextRecording.cpp 823 void PlatformGraphicsContextRecording::drawHighlightForText(
    [all...]
  /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 28 milliseconds