Searched defs:GlyphFromCharCode (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp412 FX_DWORD CFX_UnicodeEncoding::GlyphFromCharCode(FX_DWORD charcode) function in class:CFX_UnicodeEncoding
439 return GlyphFromCharCode(charcode);
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp388 int glyph_index = GlyphFromCharCode(charcode);
846 int CPDF_SimpleFont::GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph) function in class:CPDF_SimpleFont
H A Dfpdf_font_cid.cpp1124 int glyph_index = GlyphFromCharCode(charcode, &bVert);
1290 int CPDF_CIDFont::GlyphFromCharCode(FX_DWORD charcode, FX_BOOL *pVertGlyph) function in class:CPDF_CIDFont

Completed in 100 milliseconds