Home
last modified time | relevance | path

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

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