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

  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.cpp 69 , m_textSize(src.m_textSize)
79 , m_textSize(textSize)
88 , m_textSize(textSize)
105 m_textSize = src.m_textSize;
122 const float ts = m_textSize > 0 ? m_textSize : 12;
153 && m_textSize == a.m_textSize
    [all...]
FontPlatformDataLinux.h 62 , m_textSize(0)
69 , m_textSize(0)
76 , m_textSize(textSize)
104 float size() const { return m_textSize; }
145 float m_textSize;

Completed in 71 milliseconds