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/fxge/ge/
fx_ge_font.cpp 419 return FXFT_Get_Char_Index(face, charcode);
424 index = FXFT_Get_Char_Index(face, charcode);
427 return FXFT_Get_Char_Index(face, charcode);
451 return FXFT_Get_Char_Index(face, charcode);
fx_ge_text.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]
fpdf_font_cid.cpp     [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 64 return FXFT_Get_Char_Index(m_Face, wUnicode);
  /external/pdfium/core/include/fxge/
fx_freetype.h 66 #define FXFT_Get_Char_Index(face, code) FT_Get_Char_Index((FT_Face)face, code)

Completed in 44 milliseconds