Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp1064 FXFT_Get_Char_Index(m_Font.GetFace(), unicode); in LoadGlyphMap()
1105 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
1123 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), 0x20); in LoadGlyphMap()
1168 FXFT_Get_Char_Index(m_Font.GetFace(), charcode); in LoadGlyphMap()
1223 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
1241 bUnicode ? FXFT_Get_Char_Index(m_Font.GetFace(), 0x20) : 0xffff; in LoadGlyphMap()
1270 FXFT_Get_Char_Index(m_Font.GetFace(), charcode); in LoadGlyphMap()
1310 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap()
1463 m_pFontFile ? FXFT_Get_Char_Index(m_Font.GetFace(), charcode) : -1; in LoadGlyphMap()
1472 FXFT_Get_Char_Index(m_Font.GetFace(), unicode); in LoadGlyphMap()
[all …]
Dfpdf_font_cid.cpp1412 int index = FXFT_Get_Char_Index(face, unicode); in GetGlyphIndex()
1513 index = FXFT_Get_Char_Index(face, unicode); in GlyphFromCharCode()
1518 : FXFT_Get_Char_Index(face, maccode); in GlyphFromCharCode()
1520 return FXFT_Get_Char_Index(face, unicode); in GlyphFromCharCode()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp471 return FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
476 index = FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
478 return FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
494 FT_UInt nIndex = FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
510 nIndex = FXFT_Get_Char_Index(face, charcode); in GlyphFromCharCode()
/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.cpp58 return FXFT_Get_Char_Index(m_Face, wUnicode); in GetGlyphIndex()
/external/pdfium/core/include/fxge/
Dfx_freetype.h74 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code) macro
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp843 if (0 == FXFT_Get_Char_Index(pFace, wcUnicode)) { in VerifyUnicode()
873 if (0 == FXFT_Get_Char_Index(pFace, wcUnicode)) { in VerifyUnicode()