Searched refs:drawSimpleText (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | Font.h | 172 … void drawSimpleText(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) const;
|
D | Font.cpp | 143 return drawSimpleText(context, run, point, from, to); in drawText()
|
D | FontFastPath.cpp | 353 void Font::drawSimpleText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, in… in drawSimpleText() function in WebCore::Font
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontWinCE.cpp | 230 … drawSimpleText(context, comp.m_textRun, pt, from - curPos, std::min(to, curEnd) - curPos); in drawComplexText()
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | FontGtk.cpp | 273 drawSimpleText(context, run, point, from, to); in drawComplexText()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontQt.cpp | 238 void Font::drawSimpleText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int fr… in drawSimpleText() function in WebCore::Font
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 31503 (WebCore::Font::drawSimpleText): 31628 (WebCore::Font::drawSimpleText): 54973 (WebCore::Font::drawSimpleText): 55506 (WebCore::Font::drawSimpleText): 55815 (WebCore::Font::drawSimpleText): 55958 (WebCore::Font::drawSimpleText): 55980 (WebCore::Font::drawSimpleText):
|
D | ChangeLog-2007-10-14 | 45721 (WebCore::Font::drawSimpleText): 47704 (WebCore::Font::drawSimpleText): 63309 (WebCore::Font::drawSimpleText):
|
D | ChangeLog-2011-02-16 | 40319 … (WebCore::Font::getGlyphsAndAdvancesForSimpleText): Moved much of the logic from drawSimpleText() 40322 (WebCore::Font::drawSimpleText): Left the drawing part here.
|
D | ChangeLog-2008-08-10 | 60599 Don't call it from drawSimpleText anymore, but directly in drawText - as Dan suggested. 69575 (WebCore::Font::drawSimpleText): 70545 (WebCore::Font::drawSimpleText):
|
D | ChangeLog | 41705 (WebCore::Font::drawSimpleText):
|
D | ChangeLog-2010-01-29 | 18171 - drawSimpleText()
|
D | ChangeLog-2010-12-06 | 124393 (WebCore::Font::drawSimpleText):
|