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

  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 294 static float cursorToX(const Font* font, const TextRunComponents& components, int width, bool rtl, int cursor)
329 float x1 = cursorToX(this, components, w, run.rtl(), from);
330 float x2 = cursorToX(this, components, w, run.rtl(), to);
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 118 float x1 = line.cursorToX(from);
119 float x2 = line.cursorToX(to);
371 float x1 = line.cursorToX(from);
372 float x2 = line.cursorToX(to);

Completed in 58 milliseconds