Home
last modified time | relevance | path

Searched refs:drawHighlightForText (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp642 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run, in drawHighlightForText() function in WebCore::GraphicsContext
652 platformContext()->drawHighlightForText(font, run, point, h, backgroundColor, in drawHighlightForText()
DPlatformGraphicsContextSkia.h83 virtual void drawHighlightForText(const Font& font, const TextRun& run,
DPlatformGraphicsContextRecording.h99 virtual void drawHighlightForText(const Font& font, const TextRun& run,
DPlatformGraphicsContext.h113 virtual void drawHighlightForText(const Font& font, const TextRun& run,
DPlatformGraphicsContextRecording.cpp288 void PlatformGraphicsContextRecording::drawHighlightForText( in drawHighlightForText() function in WebCore::PlatformGraphicsContextRecording
DPlatformGraphicsContextSkia.cpp336 void PlatformGraphicsContextSkia::drawHighlightForText( in drawHighlightForText() function in WebCore::PlatformGraphicsContextSkia
/external/webkit/Source/WebCore/rendering/
DEllipsisBox.cpp97 …context->drawHighlightForText(font, TextRun(m_str.characters(), m_str.length(), false, 0, 0, TextR… in paintSelection()
DInlineTextBox.cpp828 …context->drawHighlightForText(font, TextRun(characters, length, textRenderer()->allowTabs(), textP… in paintSelection()
852 …context->drawHighlightForText(font, TextRun(textRenderer()->text()->characters() + m_start, m_len,… in paintCompositionBackground()
1074 …pt->drawHighlightForText(font, run, FloatPoint(boxOrigin.x(), boxOrigin.y() - deltaY), selHeight, … in paintTextMatchMarker()
1077 …pt->drawHighlightForText(font, run, FloatPoint(boxOrigin.x(), boxOrigin.y() - deltaY), selHeight, … in paintTextMatchMarker()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h380 …void drawHighlightForText(const Font&, const TextRun&, const FloatPoint&, int h, const Color& back…
382 …void drawHighlightForText(const Font&, const TextRun&, const FloatPoint&, int h, const Color& back…
DGraphicsContext.cpp436 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run, const FloatPoint& … in drawHighlightForText() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1084 (WebCore::Font::drawHighlightForText): Use UChar.
332 (WebCore::GraphicsContext::drawHighlightForText): Changed QChar to UChar.
419 (WebCore::Font::drawHighlightForText):
1327 (WebCore::Font::drawHighlightForText):
1352 (WebCore::Font::drawHighlightForText):
2200 (WebCore::Font::drawHighlightForText):
4070 (WebCore::GraphicsContext::drawHighlightForText): Ditto.
4086 (WebCore::Font::drawHighlightForText): Ditto.
11954 (WebCore::Font::drawHighlightForText):
13129 (WebCore::Font::drawHighlightForText):
[all …]
DChangeLog-2005-08-237213 (Font::drawHighlightForText):
7278 (QPainter::drawHighlightForText):
13433 (QPainter::drawHighlightForText): changed to nsColor()
13794 (Font::drawHighlightForText):
13853 (QPainter::drawHighlightForText):
14306 (Font::drawHighlightForText):
14367 (QPainter::drawHighlightForText):
33387 (Font::drawHighlightForText):
33491 (QPainter::drawHighlightForText):
45873 (Font::drawHighlightForText): New drawHighlightForText interface which includes extra
[all …]
DChangeLog-2006-12-3116049 (WebCore::GraphicsContext::drawHighlightForText):
16409 (WebCore::GraphicsContext::drawHighlightForText):
55524 (WebCore::GraphicsContext::drawHighlightForText):
55672 This patch makes drawHighlightForText a completely cross-platform method
55685 (WebCore::GraphicsContext::drawHighlightForText):
55831 (WebCore::GraphicsContext::drawHighlightForText):
55839 (WebCore::Font::drawHighlightForText):
55846 (WebCore::Font::drawHighlightForText):
DChangeLog-2003-10-253993 (Font::drawHighlightForText):
4003 (QPainter::drawHighlightForText):
DChangeLog-2007-10-142148 Use drawHighlightForText() to draw the selection, instead of my home-brewn solution.
2187 …:SVGRootInlineBox::paintSelectionForTextBox): Use GraphicsContext drawHighlightForText() instead o…
45732 (WebCore::GraphicsContext::drawHighlightForText):
DChangeLog-2005-12-1917080 (QPainter::drawHighlightForText): Ditto.
DChangeLog-2008-08-1069604 (WebCore::GraphicsContext::drawHighlightForText):
70573 (WebCore::GraphicsContext::drawHighlightForText):
DChangeLog65029 (WebCore::GraphicsContext::drawHighlightForText):
DChangeLog-2009-06-1653148 (WebCore::GraphicsContext::drawHighlightForText):
DChangeLog-2010-01-2934319 (WebCore::GraphicsContext::drawHighlightForText):
DChangeLog-2010-12-06118654 … as we need floating point precision, and directly call fillRect, instead of drawHighlightForText.)