Searched refs:drawComplexText (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.h148 void drawComplexText(GraphicsContext*, const TextRunPaintInfo&, const FloatPoint&) const;
H A DFont.cpp121 return drawComplexText(context, runInfo, point);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp167 void Font::drawComplexText(GraphicsContext* gc, const TextRunPaintInfo& runInfo, const FloatPoint& point) const function in class:WebCore::Font
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontComplexTextMac.cpp95 void Font::drawComplexText(GraphicsContext* context, const TextRunPaintInfo& runInfo, const FloatPoint& point) const function in class:WebCore::Font

Completed in 79 milliseconds