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.cpp103 m_pFontFile ? FXFT_Get_Char_Index(m_Font.GetFace(), charcode) : -1; in LoadGlyphMap()
111 FXFT_Get_Char_Index(m_Font.GetFace(), unicode); in LoadGlyphMap()
118 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
128 FXFT_Get_Char_Index(m_Font.GetFace(), maccode); in LoadGlyphMap()
135 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), 32); in LoadGlyphMap()
144 FXFT_Get_Char_Index(m_Font.GetFace(), wsUnicode[0]); in LoadGlyphMap()
150 FXFT_Get_Char_Index(m_Font.GetFace(), charcode); in LoadGlyphMap()
163 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), unicode); in LoadGlyphMap()
190 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), charcode); in LoadGlyphMap()
213 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
Dcpdf_type1font.cpp141 FXFT_Get_Char_Index(m_Font.GetFace(), unicode); in LoadGlyphMap()
170 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
177 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), 0x20); in LoadGlyphMap()
203 FXFT_Get_Char_Index(m_Font.GetFace(), charcode); in LoadGlyphMap()
245 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
252 bUnicode ? FXFT_Get_Char_Index(m_Font.GetFace(), 0x20) : 0xffff; in LoadGlyphMap()
270 FXFT_Get_Char_Index(m_Font.GetFace(), charcode); in LoadGlyphMap()
310 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
Dcpdf_cidfont.cpp561 int index = FXFT_Get_Char_Index(face, unicode); in GetGlyphIndex()
655 return FXFT_Get_Char_Index(face, name_unicode); in GlyphFromCharCode()
658 index = FXFT_Get_Char_Index(face, name_unicode); in GlyphFromCharCode()
663 index = maccode ? FXFT_Get_Char_Index(face, maccode) in GlyphFromCharCode()
Dcpdf_font.cpp466 FXFT_Get_Char_Index(m_FontFallbacks[fallbackFont]->GetFace(), charcode); in FallbackGlyphFromCharcode()
/external/pdfium/core/fxge/ge/
Dcfx_unicodeencoding.cpp22 return FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
28 index = FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
30 return FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
Dcfx_unicodeencodingex.cpp42 FT_UInt nIndex = FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
55 nIndex = FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp61 return FXFT_Get_Char_Index(m_Face, wUnicode); in GetGlyphIndex()
/external/pdfium/core/fxge/
Dfx_freetype.h76 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code) macro
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp717 FT_Error retIndex = FXFT_Get_Char_Index(pFace, wcUnicode); in VerifyUnicode()
738 if (FXFT_Get_Char_Index(pFace, wcUnicode) == 0) { in VerifyUnicode()