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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFontImpl.cpp121 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const function in class:blink::WebFontImpl
124 return m_font.selectionRectForText(run, leftBaseline, height, from, to);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFont.cpp242 FloatRect Font::selectionRectForText(const TextRun& run, const FloatPoint& point, int h, int from, int to, bool accountForGlyphBounds) const function in class:blink::Font

Completed in 375 milliseconds