HomeSort by relevance Sort by last modified time
    Searched full:m_spaces (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 77 bool isSpace() const { return m_spaces; }
78 int textLength() const { return m_spaces ? m_spaces : m_textRun.length(); }
83 int m_spaces; member in class:WebCore::TextRunComponent
93 , m_spaces(0)
103 , m_spaces(s)
261 ? static_cast<int>((position - xe) * comp.m_spaces / std::max(1.f, comp.m_width) + 0.5)
275 ? static_cast<int>((position - xs) * comp.m_spaces / std::max(1.f, comp.m_width) + 0.5)
302 return xs + pos * comp.m_width / comp.m_spaces;

Completed in 99 milliseconds