Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.h62 short GetVertWidth(uint16_t CID) const;
Dcpdf_cidfont.cpp532 short CPDF_CIDFont::GetVertWidth(uint16_t CID) const { in GetVertWidth() function in CPDF_CIDFont
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp189 return pCIDFont->GetVertWidth(CID) * fontsize; in GetCharWidth()
252 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000; in CalcPositionData()