/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsContextAndroid.cpp | 642 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()
|
D | PlatformGraphicsContextSkia.h | 83 virtual void drawHighlightForText(const Font& font, const TextRun& run,
|
D | PlatformGraphicsContextRecording.h | 99 virtual void drawHighlightForText(const Font& font, const TextRun& run,
|
D | PlatformGraphicsContext.h | 113 virtual void drawHighlightForText(const Font& font, const TextRun& run,
|
D | PlatformGraphicsContextRecording.cpp | 288 void PlatformGraphicsContextRecording::drawHighlightForText( in drawHighlightForText() function in WebCore::PlatformGraphicsContextRecording
|
D | PlatformGraphicsContextSkia.cpp | 336 void PlatformGraphicsContextSkia::drawHighlightForText( in drawHighlightForText() function in WebCore::PlatformGraphicsContextSkia
|
/external/webkit/Source/WebCore/rendering/ |
D | EllipsisBox.cpp | 97 …context->drawHighlightForText(font, TextRun(m_str.characters(), m_str.length(), false, 0, 0, TextR… in paintSelection()
|
D | InlineTextBox.cpp | 828 …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/ |
D | GraphicsContext.h | 380 …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…
|
D | GraphicsContext.cpp | 436 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run, const FloatPoint& … in drawHighlightForText() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 84 (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 …]
|
D | ChangeLog-2005-08-23 | 7213 (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 …]
|
D | ChangeLog-2006-12-31 | 16049 (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):
|
D | ChangeLog-2003-10-25 | 3993 (Font::drawHighlightForText): 4003 (QPainter::drawHighlightForText):
|
D | ChangeLog-2007-10-14 | 2148 Use drawHighlightForText() to draw the selection, instead of my home-brewn solution. 2187 …:SVGRootInlineBox::paintSelectionForTextBox): Use GraphicsContext drawHighlightForText() instead o… 45732 (WebCore::GraphicsContext::drawHighlightForText):
|
D | ChangeLog-2005-12-19 | 17080 (QPainter::drawHighlightForText): Ditto.
|
D | ChangeLog-2008-08-10 | 69604 (WebCore::GraphicsContext::drawHighlightForText): 70573 (WebCore::GraphicsContext::drawHighlightForText):
|
D | ChangeLog | 65029 (WebCore::GraphicsContext::drawHighlightForText):
|
D | ChangeLog-2009-06-16 | 53148 (WebCore::GraphicsContext::drawHighlightForText):
|
D | ChangeLog-2010-01-29 | 34319 (WebCore::GraphicsContext::drawHighlightForText):
|
D | ChangeLog-2010-12-06 | 118654 … as we need floating point precision, and directly call fillRect, instead of drawHighlightForText.)
|