Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.h62 short GetVertWidth(uint16_t CID) const;
Dcpdf_cidfont.cpp512 short CPDF_CIDFont::GetVertWidth(uint16_t CID) const { in GetVertWidth() function in CPDF_CIDFont
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp245 return pCIDFont->GetVertWidth(CID) * fontsize; in GetCharWidth()
312 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000; in CalcPositionData()
/external/pdfium/fpdfsdk/
Dfpdf_text.cpp257 short vert_width = pCIDFont->GetVertWidth(cid); in FPDFText_GetLooseCharBox()