Home
last modified time | relevance | path

Searched refs:kFontScale (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp24 const float kFontScale = 0.001f; variable
656 return (GetCharWidth(nFontIndex, Word, SubWord) * fFontSize * kFontScale + in GetWordWidth()
677 return (float)GetTypeAscent(nFontIndex) * fFontSize * kFontScale; in GetFontAscent()
681 return (float)GetTypeDescent(nFontIndex) * fFontSize * kFontScale; in GetFontDescent()