Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.h63 int GetCharSize(uint32_t charcode) const;
Dcpdf_cidfont.h64 int GetCharSize(uint32_t charcode) const;
Dcpdf_cidfont.cpp760 int CPDF_CIDFont::GetCharSize(uint32_t charcode) const { in GetCharSize() function in CPDF_CIDFont
761 return m_pCMap->GetCharSize(charcode); in GetCharSize()
Dcpdf_cmap.cpp383 int CPDF_CMap::GetCharSize(uint32_t charcode) const { in GetCharSize() function in CPDF_CMap
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp255 if (charcode == ' ' && (!pCIDFont || pCIDFont->GetCharSize(' ') == 1)) in CalcPositionData()