Home
last modified time | relevance | path

Searched refs:leftBaseline (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebFontImpl.cpp90 … WebFontImpl::drawText(WebCanvas* canvas, const WebTextRun& run, const WebFloatPoint& leftBaseline, in drawText() argument
104 m_font.drawText(&gc, run, leftBaseline, from, to); in drawText()
118 …mpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, in… in selectionRectForText() argument
120 return m_font.selectionRectForText(run, leftBaseline, height, from, to); in selectionRectForText()
DWebFontImpl.h53 … virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
57 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
/external/webkit/Source/WebKit/chromium/public/
DWebFont.h71 … virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
94 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,