Home
last modified time | relevance | path

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

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