Searched refs:cursorToX (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/platform/graphics/qt/ |
D | FontQt.cpp | 112 float x1 = line.cursorToX(from); in drawComplexText() 113 float x2 = line.cursorToX(to); in drawComplexText() 208 float x1 = line.cursorToX(from); in selectionRectForComplexText() 209 float x2 = line.cursorToX(to); in selectionRectForComplexText()
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | FontWince.cpp | 285 static float cursorToX(const Font* font, const TextRunComponents& components, int width, bool rtl, … in cursorToX() function 320 float x1 = cursorToX(this, components, w, run.rtl(), from); in selectionRectForComplexText() 321 float x2 = cursorToX(this, components, w, run.rtl(), to); in selectionRectForComplexText()
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 15172 (WebCore::cursorToX): 15183 (WebCore::cursorToX): 15203 (WebCore::cursorToX):
|
D | ChangeLog-2008-08-10 | 56015 (WebCore::cursorToX): 69627 (WebCore::cursorToX): 70599 (WebCore::cursorToX):
|
D | ChangeLog-2010-01-29 | 83249 (WebCore::cursorToX):
|