Searched refs:characterToX (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontChromiumWin.cpp348 int left = lroundf(m_point.x()) + state.characterToX(m_from);
349 int right = lroundf(m_point.x()) + state.characterToX(m_to);
468 float left = static_cast<float>(point.x() + state.characterToX(from));
469 float right = static_cast<float>(point.x() + state.characterToX(to));
H A DUniscribeHelper.h181 int characterToX(int offset) const;
H A DUniscribeHelper.cpp183 int UniscribeHelper::characterToX(int offset) const function in class:WebCore::UniscribeHelper

Completed in 64 milliseconds