Searched refs:FXFT_Get_Char_Index (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font.cpp | 1064 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 …]
|
D | fpdf_font_cid.cpp | 1412 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/ |
D | fx_ge_font.cpp | 471 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/ |
D | fpf_skiafont.cpp | 58 return FXFT_Get_Char_Index(m_Face, wUnicode); in GetGlyphIndex()
|
/external/pdfium/core/include/fxge/ |
D | fx_freetype.h | 74 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code) macro
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_stdfontmgr.cpp | 843 if (0 == FXFT_Get_Char_Index(pFace, wcUnicode)) { in VerifyUnicode() 873 if (0 == FXFT_Get_Char_Index(pFace, wcUnicode)) { in VerifyUnicode()
|