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

  /external/webkit/Source/WebKit/chromium/src/
WebFontImpl.cpp 118 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const
120 return m_font.selectionRectForText(run, leftBaseline, height, from, to);
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 204 FloatRect Font::selectionRectForText(const TextRun& run, const FloatPoint& point, int h, int from, int to) const

Completed in 31 milliseconds