Searched refs:fCombWidth (Results 1 – 2 of 2) sorted by relevance
64 void SetCombWidth(float fCombWidth);
46 void CFX_TxtBreak::SetCombWidth(float fCombWidth) { in SetCombWidth() argument47 m_iCombWidth = FXSYS_round(fCombWidth * 20000.0f); in SetCombWidth()