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