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

  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 40 if (FXFT_Select_Charmap(pFont->GetFace(), nEncodingID))
470 if (FXFT_Select_Charmap(face, FXFT_ENCODING_UNICODE) == 0)
475 if (FXFT_Select_Charmap(face, FXFT_ENCODING_MS_SYMBOL) == 0)
477 if (!index && !FXFT_Select_Charmap(face, FXFT_ENCODING_APPLE_ROMAN))
506 int error = FXFT_Select_Charmap(face, nEncodingID);
516 FXFT_Select_Charmap(face, m_nEncodingID);
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 55 if (FXFT_Select_Charmap(m_Face, FXFT_ENCODING_UNICODE)) {
  /external/pdfium/core/include/fxge/
fx_freetype.h 68 #define FXFT_Select_Charmap(face, encoding) \
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]
fpdf_font_cid.cpp 352 int err = FXFT_Select_Charmap(face, encoding);
354 err = FXFT_Select_Charmap(face, FXFT_ENCODING_UNICODE);
    [all...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 840 if (0 != FXFT_Select_Charmap(pFace, FXFT_ENCODING_UNICODE)) {
870 if (0 != FXFT_Select_Charmap(pFace, FXFT_ENCODING_UNICODE)) {
    [all...]

Completed in 71 milliseconds