Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp22 const float kFontScale = 0.001f; variable
791 return (GetCharWidth(nFontIndex, Word, SubWord) * fFontSize * kFontScale + in GetWordWidth()
813 return (FX_FLOAT)GetTypeAscent(nFontIndex) * fFontSize * kFontScale; in GetFontAscent()
818 return (FX_FLOAT)GetTypeDescent(nFontIndex) * fFontSize * kFontScale; in GetFontDescent()