Home
last modified time | relevance | path

Searched refs:FXFT_Get_Char_Index (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_truetypefont.cpp99 m_pFontFile ? FXFT_Get_Char_Index(m_Font.GetFace(), charcode) : -1; in LoadGlyphMap()
107 FXFT_Get_Char_Index(m_Font.GetFace(), unicode); in LoadGlyphMap()
113 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
123 FXFT_Get_Char_Index(m_Font.GetFace(), maccode); in LoadGlyphMap()
132 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), 32); in LoadGlyphMap()
143 FXFT_Get_Char_Index(m_Font.GetFace(), wsUnicode[0]); in LoadGlyphMap()
154 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), unicode); in LoadGlyphMap()
181 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), charcode); in LoadGlyphMap()
204 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
Dcpdf_type1font.cpp138 FXFT_Get_Char_Index(m_Font.GetFace(), unicode); in LoadGlyphMap()
167 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
174 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), 0x20); in LoadGlyphMap()
200 FXFT_Get_Char_Index(m_Font.GetFace(), charcode); in LoadGlyphMap()
242 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
249 bUnicode ? FXFT_Get_Char_Index(m_Font.GetFace(), 0x20) : 0xffff; in LoadGlyphMap()
266 FXFT_Get_Char_Index(m_Font.GetFace(), charcode); in LoadGlyphMap()
305 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
Dcpdf_cidfont.cpp577 int index = FXFT_Get_Char_Index(face, unicode); in GetGlyphIndex()
671 return FXFT_Get_Char_Index(face, name_unicode); in GlyphFromCharCode()
674 index = FXFT_Get_Char_Index(face, name_unicode); in GlyphFromCharCode()
679 index = maccode ? FXFT_Get_Char_Index(face, maccode) in GlyphFromCharCode()
Dcpdf_font.cpp471 FXFT_Get_Char_Index(m_FontFallbacks[fallbackFont]->GetFace(), unicode); in FallbackGlyphFromCharcode()
/external/pdfium/core/fxge/
Dcfx_unicodeencoding.cpp24 return FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
30 index = FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
32 return FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
Dcfx_unicodeencodingex.cpp46 FT_UInt nIndex = FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
59 nIndex = FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
Dfx_freetype.h88 #define FXFT_Get_Char_Index(face, code) \ macro
/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp61 return FXFT_Get_Char_Index(m_Face, wUnicode); in GetGlyphIndex()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp586 FT_Error retIndex = FXFT_Get_Char_Index(pFace, wcUnicode); in VerifyUnicode()
1084 if (FXFT_Get_Char_Index(pFace, wcUnicode) == 0) { in VerifyUnicode()