HomeSort by relevance Sort by last modified time
    Searched defs:selectionRectForText (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebFontImpl.cpp 121 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const
124 return m_font.selectionRectForText(run, leftBaseline, height, from, to);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp 242 FloatRect Font::selectionRectForText(const TextRun& run, const FloatPoint& point, int h, int from, int to, bool accountForGlyphBounds) const
    [all...]

Completed in 167 milliseconds