Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfont_int.h133 int GetCharSize(FX_DWORD charcode) const;
Dfpdf_font_cid.cpp922 int CPDF_CMap::GetCharSize(FX_DWORD charcode) const { in GetCharSize() function in CPDF_CMap
1609 int CPDF_CIDFont::GetCharSize(FX_DWORD charcode) const { in GetCharSize() function in CPDF_CIDFont
1610 return m_pCMap->GetCharSize(charcode); in GetCharSize()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h172 virtual int GetCharSize(FX_DWORD charcode) const { return 1; } in GetCharSize() function
442 int GetCharSize(FX_DWORD charcode) const override;
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp488 if (charcode == ' ' && (!pCIDFont || pCIDFont->GetCharSize(32) == 1)) { in CalcPositionData()