Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.h58 int GetCharSize(uint32_t charcode) const;
Dcpdf_cidfont.h64 int GetCharSize(uint32_t charcode) const;
Dcpdf_cidfont.cpp737 int CPDF_CIDFont::GetCharSize(uint32_t charcode) const { in GetCharSize() function in CPDF_CIDFont
738 return m_pCMap->GetCharSize(charcode); in GetCharSize()
Dcpdf_cmap.cpp370 int CPDF_CMap::GetCharSize(uint32_t charcode) const { in GetCharSize() function in CPDF_CMap
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp315 if (charcode == ' ' && (!pCIDFont || pCIDFont->GetCharSize(' ') == 1)) in CalcPositionData()