Searched refs:GetCharSize (Results 1 – 5 of 5) sorted by relevance
63 int GetCharSize(uint32_t charcode) const;
64 int GetCharSize(uint32_t charcode) const;
760 int CPDF_CIDFont::GetCharSize(uint32_t charcode) const { in GetCharSize() function in CPDF_CIDFont761 return m_pCMap->GetCharSize(charcode); in GetCharSize()
383 int CPDF_CMap::GetCharSize(uint32_t charcode) const { in GetCharSize() function in CPDF_CMap
255 if (charcode == ' ' && (!pCIDFont || pCIDFont->GetCharSize(' ') == 1)) in CalcPositionData()