Searched defs:selectionRectForText (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebFontImpl.cpp118 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const function in class:WebKit::WebFontImpl
120 return m_font.selectionRectForText(run, leftBaseline, height, from, to);
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp204 FloatRect Font::selectionRectForText(const TextRun& run, const FloatPoint& point, int h, int from, int to) const function in class:WebCore::Font

Completed in 109 milliseconds