Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.h146 float drawSimpleText(GraphicsContext*, const TextRunPaintInfo&, const FloatPoint&) const;
DFont.cpp120 return drawSimpleText(context, runInfo, point); in drawText()
695 float Font::drawSimpleText(GraphicsContext* context, const TextRunPaintInfo& runInfo, const FloatPo… in drawSimpleText() function in blink::Font