HomeSort by relevance Sort by last modified time
    Searched refs:selectionRectForSimpleText (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
Font.h 185 FloatRect selectionRectForSimpleText(const TextRun&, const FloatPoint&, int h, int from, int to) const;
Font.cpp 214 return selectionRectForSimpleText(run, point, h, from, to);
FontFastPath.cpp 464 FloatRect Font::selectionRectForSimpleText(const TextRun& run, const FloatPoint& point, int h, int from, int to) const
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 406 return selectionRectForSimpleText(run, point, h, from, to);
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 351 FloatRect Font::selectionRectForSimpleText(const TextRun& run, const FloatPoint& pt, int h, int from, int to) const

Completed in 449 milliseconds