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

/external/webkit/WebCore/platform/graphics/
H A DFontDescription.h57 , m_computedSize(0)
77 float computedSize() const { return m_computedSize; }
79 int computedPixelSize() const { return int(m_computedSize + 0.5f); }
97 void setComputedSize(float s) { m_computedSize = s; }
115 float m_computedSize; // Computed size adjusted for the minimum font size and the zoom factor. member in class:WebCore::FontDescription
139 && m_computedSize == other.m_computedSize

Completed in 20 milliseconds