Searched refs:selectionRectForSimpleText (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | Font.h | 185 …FloatRect selectionRectForSimpleText(const TextRun&, const FloatPoint&, int h, int from, int to) c…
|
D | Font.cpp | 214 return selectionRectForSimpleText(run, point, h, from, to); in selectionRectForText()
|
D | FontFastPath.cpp | 464 FloatRect Font::selectionRectForSimpleText(const TextRun& run, const FloatPoint& point, int h, int … in selectionRectForSimpleText() function in WebCore::Font
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | FontGtk.cpp | 406 return selectionRectForSimpleText(run, point, h, from, to); in selectionRectForComplexText()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | FontQt.cpp | 351 FloatRect Font::selectionRectForSimpleText(const TextRun& run, const FloatPoint& pt, int h, int fro… in selectionRectForSimpleText() function in WebCore::Font
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 4822 (WebCore::Font::selectionRectForSimpleText): 120798 (WebCore::Font::selectionRectForSimpleText): 120831 (WebCore::Font::selectionRectForSimpleText): 124397 (WebCore::Font::selectionRectForSimpleText):
|
D | ChangeLog | 6871 … (WebCore::Font::selectionRectForSimpleText): Account for non-integral anchor point coordinates. 41708 (WebCore::Font::selectionRectForSimpleText):
|
D | ChangeLog-2008-08-10 | 69581 (WebCore::Font::selectionRectForSimpleText): 70551 (WebCore::Font::selectionRectForSimpleText):
|
D | ChangeLog-2011-02-16 | 7419 (WebCore::Font::selectionRectForSimpleText):
|
D | ChangeLog-2006-12-31 | 54787 (WebCore::Font::selectionRectForSimpleText):
|
D | ChangeLog-2007-10-14 | 45726 (WebCore::Font::selectionRectForSimpleText):
|