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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontDescription.h81 , m_specifiedSize(0)
113 float specifiedSize() const { return m_specifiedSize; }
148 void setSpecifiedSize(float s) { m_specifiedSize = clampToFloat(s); }
178 && m_specifiedSize == other.m_specifiedSize
190 float m_specifiedSize; // Specified CSS value. Independent of rendering issues such as integer member in class:WebCore::FontDescription
227 && m_specifiedSize == other.m_specifiedSize

Completed in 121 milliseconds