Searched refs:drawSimpleText (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h172 void drawSimpleText(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) const;
H A DFont.cpp143 return drawSimpleText(context, run, point, from, to);
H A DFontFastPath.cpp353 void Font::drawSimpleText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const function in class:WebCore::Font
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DFontGtk.cpp273 drawSimpleText(context, run, point, from, to);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontWinCE.cpp230 drawSimpleText(context, comp.m_textRun, pt, from - curPos, std::min(to, curEnd) - curPos);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp238 void Font::drawSimpleText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int from, int to) const function in class:WebCore::Font

Completed in 75 milliseconds