Searched defs:PVT_FONTSCALE (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp16 #define PVT_FONTSCALE 0.001f macro
1373 return (GetCharWidth(nFontIndex, Word, SubWord, nWordStyle) * fFontSize * PVT_FONTSCALE + fCharSpace) * nHorzScale * PVT_PERCENT + fWordTail;
1393 return (FX_FLOAT)GetTypeAscent(nFontIndex) * fFontSize * PVT_FONTSCALE;
1397 return (FX_FLOAT)GetTypeDescent(nFontIndex) * fFontSize * PVT_FONTSCALE;

Completed in 54 milliseconds