Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp91 CPDF_Type3Char* CPDF_Type3Font::LoadChar(uint32_t charcode) { in LoadChar() function in CPDF_Type3Font
139 const CPDF_Type3Char* pChar = LoadChar(charcode); in GetCharWidthF()
145 const CPDF_Type3Char* pChar = LoadChar(charcode); in GetCharBBox()
Dcpdf_type3font.h35 CPDF_Type3Char* LoadChar(uint32_t charcode);
/external/pdfium/core/fpdfapi/render/
Dcpdf_type3cache.cpp121 const CPDF_Type3Char* pChar = m_pFont->LoadChar(charcode); in RenderGlyph()
Dcpdf_renderstatus.cpp1872 CPDF_Type3Char* pType3Char = pType3Font->LoadChar(charcode); in ProcessType3Text()