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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]
fpdf_font_cid.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 471 return FXFT_Get_Char_Index(face, charcode);
476 index = FXFT_Get_Char_Index(face, charcode);
478 return FXFT_Get_Char_Index(face, charcode);
494 FT_UInt nIndex = FXFT_Get_Char_Index(face, charcode);
510 nIndex = FXFT_Get_Char_Index(face, charcode);
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 58 return FXFT_Get_Char_Index(m_Face, wUnicode);
  /external/pdfium/core/include/fxge/
fx_freetype.h 74 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code)
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 843 if (0 == FXFT_Get_Char_Index(pFace, wcUnicode)) {
873 if (0 == FXFT_Get_Char_Index(pFace, wcUnicode)) {
    [all...]

Completed in 2880 milliseconds