HomeSort by relevance Sort by last modified time
    Searched refs:FXFT_Get_Char_Index (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/fxge/
cfx_unicodeencoding.cpp 24 return FXFT_Get_Char_Index(face, charcode);
30 index = FXFT_Get_Char_Index(face, charcode);
32 return FXFT_Get_Char_Index(face, charcode);
cfx_unicodeencodingex.cpp 46 FT_UInt nIndex = FXFT_Get_Char_Index(face, charcode);
59 nIndex = FXFT_Get_Char_Index(face, charcode);
fx_freetype.h 88 #define FXFT_Get_Char_Index(face, code) \
  /external/pdfium/core/fpdfapi/font/
cpdf_truetypefont.cpp 99 m_pFontFile ? FXFT_Get_Char_Index(m_Font.GetFace(), charcode) : -1;
107 FXFT_Get_Char_Index(m_Font.GetFace(), unicode);
113 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(
123 FXFT_Get_Char_Index(m_Font.GetFace(), maccode);
132 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), 32);
143 FXFT_Get_Char_Index(m_Font.GetFace(), wsUnicode[0]);
154 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), unicode);
181 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), charcode);
204 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(
cpdf_type1font.cpp 138 FXFT_Get_Char_Index(m_Font.GetFace(), unicode);
167 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(
174 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), 0x20);
200 FXFT_Get_Char_Index(m_Font.GetFace(), charcode);
242 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(
249 bUnicode ? FXFT_Get_Char_Index(m_Font.GetFace(), 0x20) : 0xffff;
266 FXFT_Get_Char_Index(m_Font.GetFace(), charcode);
305 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(
cpdf_cidfont.cpp 577 int index = FXFT_Get_Char_Index(face, unicode);
671 return FXFT_Get_Char_Index(face, name_unicode);
674 index = FXFT_Get_Char_Index(face, name_unicode);
679 index = maccode ? FXFT_Get_Char_Index(face, maccode)
cpdf_font.cpp 471 FXFT_Get_Char_Index(m_FontFallbacks[fallbackFont]->GetFace(), unicode);
  /external/pdfium/core/fxge/android/
cfpf_skiafont.cpp 61 return FXFT_Get_Char_Index(m_Face, wUnicode);
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 586 FT_Error retIndex = FXFT_Get_Char_Index(pFace, wcUnicode);
    [all...]

Completed in 428 milliseconds