Searched refs:m_computedSize (Results 1 – 1 of 1) sorted by relevance
59 , m_computedSize(0) in FontDescription()93 float computedSize() const { return m_computedSize; } in computedSize()95 int computedPixelSize() const { return int(m_computedSize + 0.5f); } in computedPixelSize()133 void setComputedSize(float s) { m_computedSize = clampToFloat(s); } in setComputedSize()178 … float m_computedSize; // Computed size adjusted for the minimum font size and the zoom factor. variable225 && m_computedSize == other.m_computedSize