Searched refs:drawSimpleText (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/platform/graphics/ |
D | Font.h | 142 … void drawSimpleText(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) const;
|
D | Font.cpp | 180 return drawSimpleText(context, run, point, from, to); in drawText()
|
D | FontFastPath.cpp | 258 void Font::drawSimpleText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, in… in drawSimpleText() function in WebCore::Font
|
/external/webkit/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/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-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):
|