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