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

  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 112 float x1 = line.cursorToX(from);
113 float x2 = line.cursorToX(to);
208 float x1 = line.cursorToX(from);
209 float x2 = line.cursorToX(to);
  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 285 static float cursorToX(const Font* font, const TextRunComponents& components, int width, bool rtl, int cursor)
320 float x1 = cursorToX(this, components, w, run.rtl(), from);
321 float x2 = cursorToX(this, components, w, run.rtl(), to);

Completed in 44 milliseconds