Home
last modified time | relevance | path

Searched refs:drawSimpleText (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DFont.h142 … void drawSimpleText(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) const;
DFont.cpp180 return drawSimpleText(context, run, point, from, to); in drawText()
DFontFastPath.cpp258 void Font::drawSimpleText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, in… in drawSimpleText() function in WebCore::Font
/external/webkit/WebCore/platform/graphics/wince/
DFontWince.cpp230drawSimpleText(context, comp.m_textRun, pt, from - curPos, std::min(to, curEnd) - curPos); in drawComplexText()
/external/webkit/WebCore/
DChangeLog-2006-12-3131503 (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):
DChangeLog-2007-10-1445721 (WebCore::Font::drawSimpleText):
47704 (WebCore::Font::drawSimpleText):
63309 (WebCore::Font::drawSimpleText):
DChangeLog-2008-08-1060599 Don't call it from drawSimpleText anymore, but directly in drawText - as Dan suggested.
69575 (WebCore::Font::drawSimpleText):
70545 (WebCore::Font::drawSimpleText):