Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp21 #define PVT_FONTSCALE 0.001f macro
1361 PVT_FONTSCALE + in GetWordWidth()
1387 return (FX_FLOAT)GetTypeAscent(nFontIndex) * fFontSize * PVT_FONTSCALE; in GetFontAscent()
1391 return (FX_FLOAT)GetTypeDescent(nFontIndex) * fFontSize * PVT_FONTSCALE; in GetFontDescent()