Searched refs:FXFT_Get_Char_Index (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_truetypefont.cpp | 103 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()
|
D | cpdf_type1font.cpp | 141 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()
|
D | cpdf_cidfont.cpp | 561 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()
|
D | cpdf_font.cpp | 466 FXFT_Get_Char_Index(m_FontFallbacks[fallbackFont]->GetFace(), charcode); in FallbackGlyphFromCharcode()
|
/external/pdfium/core/fxge/ge/ |
D | cfx_unicodeencoding.cpp | 22 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()
|
D | cfx_unicodeencodingex.cpp | 42 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/ |
D | cfpf_skiafont.cpp | 61 return FXFT_Get_Char_Index(m_Face, wUnicode); in GetGlyphIndex()
|
/external/pdfium/core/fxge/ |
D | fx_freetype.h | 76 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code) macro
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 717 FT_Error retIndex = FXFT_Get_Char_Index(pFace, wcUnicode); in VerifyUnicode() 738 if (FXFT_Get_Char_Index(pFace, wcUnicode) == 0) { in VerifyUnicode()
|