Home
last modified time | relevance | path

Searched refs:cursorToX (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/graphics/qt/
DFontQt.cpp112 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/
DFontWince.cpp285 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/
DChangeLog-2007-10-1415172 (WebCore::cursorToX):
15183 (WebCore::cursorToX):
15203 (WebCore::cursorToX):
DChangeLog-2008-08-1056015 (WebCore::cursorToX):
69627 (WebCore::cursorToX):
70599 (WebCore::cursorToX):
DChangeLog-2010-01-2983249 (WebCore::cursorToX):