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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 66 , m_textSize(0)
76 , m_textSize(0)
86 , m_textSize(textSize)
117 float size() const { return m_textSize; }
165 float m_textSize;
FontPlatformDataLinux.cpp 74 , m_textSize(src.m_textSize)
89 , m_textSize(textSize)
103 , m_textSize(textSize)
136 m_textSize = src.m_textSize;
157 const float ts = m_textSize >= 0 ? m_textSize : 12;
203 && m_textSize == a.m_textSize
    [all...]

Completed in 1392 milliseconds