Searched refs:m_fDefFontSize (Results 1 – 2 of 2) sorted by relevance
26 : m_pFontMgr(pFontMgr), m_fDefFontSize(12.0f) {} in CFDE_CSSStyleSelector()32 m_fDefFontSize = fFontSize; in SetDefFontSize()521 return m_fDefFontSize / 1.2f / 1.2f / 1.2f; in ToFontSize()523 return m_fDefFontSize / 1.2f / 1.2f; in ToFontSize()525 return m_fDefFontSize / 1.2f; in ToFontSize()527 return m_fDefFontSize; in ToFontSize()529 return m_fDefFontSize * 1.2f; in ToFontSize()531 return m_fDefFontSize * 1.2f * 1.2f; in ToFontSize()533 return m_fDefFontSize * 1.2f * 1.2f * 1.2f; in ToFontSize()
82 FX_FLOAT m_fDefFontSize; variable