Searched refs:m_computedSize (Results 1 – 1 of 1) sorted by relevance
60 , m_computedSize(0) in FontDescription()84 float computedSize() const { return m_computedSize; } in computedSize()86 int computedPixelSize() const { return int(m_computedSize + 0.5f); } in computedPixelSize()108 void setComputedSize(float s) { m_computedSize = s; } in setComputedSize()134 …float m_computedSize; // Computed size adjusted for the minimum font size and the zoom factor. variable164 && m_computedSize == other.m_computedSize