Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DFont.h172 … void drawSimpleText(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) const;
DFont.cpp143 return drawSimpleText(context, run, point, from, to); in drawText()
DFontFastPath.cpp353 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/
DFontWinCE.cpp230drawSimpleText(context, comp.m_textRun, pt, from - curPos, std::min(to, curEnd) - curPos); in drawComplexText()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp273 drawSimpleText(context, run, point, from, to); in drawComplexText()
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontQt.cpp238 void Font::drawSimpleText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int fr… in drawSimpleText() function in WebCore::Font
/external/webkit/Source/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-2011-02-1640319 … (WebCore::Font::getGlyphsAndAdvancesForSimpleText): Moved much of the logic from drawSimpleText()
40322 (WebCore::Font::drawSimpleText): Left the drawing part here.
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):
DChangeLog41705 (WebCore::Font::drawSimpleText):
DChangeLog-2010-01-2918171 - drawSimpleText()
DChangeLog-2010-12-06124393 (WebCore::Font::drawSimpleText):