Home
last modified time | relevance | path

Searched refs:GlyphFromCharCodeExt (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h174 virtual int GlyphFromCharCodeExt(FX_DWORD charcode) in GlyphFromCharCodeExt() function
401 virtual int GlyphFromCharCodeExt(FX_DWORD charcode);
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp559 charpos.m_ExtGID = pFont->GlyphFromCharCodeExt(CharCode); in Load()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1086 int CPDF_Type1Font::GlyphFromCharCodeExt(FX_DWORD charcode) in GlyphFromCharCodeExt() function in CPDF_Type1Font