Searched refs:GetCharSize (Results 1 – 5 of 5) sorted by relevance
58 int GetCharSize(uint32_t charcode) const;
64 int GetCharSize(uint32_t charcode) const;
737 int CPDF_CIDFont::GetCharSize(uint32_t charcode) const { in GetCharSize() function in CPDF_CIDFont738 return m_pCMap->GetCharSize(charcode); in GetCharSize()
370 int CPDF_CMap::GetCharSize(uint32_t charcode) const { in GetCharSize() function in CPDF_CMap
315 if (charcode == ' ' && (!pCIDFont || pCIDFont->GetCharSize(' ') == 1)) in CalcPositionData()