Searched refs:selectionRectForSimpleText (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFont.h179 FloatRect selectionRectForSimpleText(const TextRun&, const FloatPoint&, int h, int from, int to) const;
H A DFont.cpp214 return selectionRectForSimpleText(run, point, h, from, to);
H A DFontFastPath.cpp464 FloatRect Font::selectionRectForSimpleText(const TextRun& run, const FloatPoint& point, int h, int from, int to) const function in class:WebCore::Font
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DFontGtk.cpp406 return selectionRectForSimpleText(run, point, h, from, to);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp351 FloatRect Font::selectionRectForSimpleText(const TextRun& run, const FloatPoint& pt, int h, int from, int to) const function in class:WebCore::Font

Completed in 86 milliseconds