Searched refs:kFontScale (Results 1 – 1 of 1) sorted by relevance
25 const float kFontScale = 0.001f; variable605 return GetCharWidth(nFontIndex, Word, SubWord) * fFontSize * kFontScale + in GetWordWidth()623 return (float)GetTypeAscent(nFontIndex) * fFontSize * kFontScale; in GetFontAscent()627 return (float)GetTypeDescent(nFontIndex) * fFontSize * kFontScale; in GetFontDescent()