Searched refs:m_fDefFontSize (Results 1 – 2 of 2) sorted by relevance
213 m_fDefFontSize(12.0f), in CFDE_CSSStyleSelector()240 m_fDefFontSize = fFontSize; in SetDefFontSize()1621 return m_fDefFontSize / 1.2f / 1.2f / 1.2f; in ToFontSize()1623 return m_fDefFontSize / 1.2f / 1.2f; in ToFontSize()1625 return m_fDefFontSize / 1.2f; in ToFontSize()1627 return m_fDefFontSize; in ToFontSize()1629 return m_fDefFontSize * 1.2f; in ToFontSize()1631 return m_fDefFontSize * 1.2f * 1.2f; in ToFontSize()1633 return m_fDefFontSize * 1.2f * 1.2f * 1.2f; in ToFontSize()
169 FX_FLOAT m_fDefFontSize; variable