Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h176 virtual int GlyphFromCharCodeExt(FX_DWORD charcode) { in GlyphFromCharCodeExt() function
352 int GlyphFromCharCodeExt(FX_DWORD charcode) override;
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp550 charpos.m_ExtGID = pFont->GlyphFromCharCodeExt(CharCode); in Load()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1000 int CPDF_Type1Font::GlyphFromCharCodeExt(FX_DWORD charcode) { in GlyphFromCharCodeExt() function in CPDF_Type1Font