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

  /external/pdfium/core/fxge/
cfx_unicodeencoding.cpp 23 if (FXFT_Select_Charmap(face, FXFT_ENCODING_UNICODE) == 0)
29 if (FXFT_Select_Charmap(face, FXFT_ENCODING_MS_SYMBOL) == 0)
31 if (!index && !FXFT_Select_Charmap(face, FXFT_ENCODING_APPLE_ROMAN))
cfx_unicodeencodingex.cpp 31 if (FXFT_Select_Charmap(pFont->GetFace(), nEncodingID))
56 int error = FXFT_Select_Charmap(face, nEncodingID);
65 FXFT_Select_Charmap(face, m_nEncodingID);
fx_freetype.h 81 #define FXFT_Select_Charmap(face, encoding) \
  /external/pdfium/core/fpdfapi/font/
cpdf_type1font.cpp 156 FXFT_Select_Charmap(m_Font.GetFace(), FXFT_ENCODING_UNICODE);
222 FXFT_Select_Charmap(m_Font.GetFace(), FXFT_ENCODING_UNICODE) == 0;
292 FXFT_Select_Charmap(m_Font.GetFace(), FXFT_ENCODING_UNICODE) == 0;
cpdf_cidfont.cpp 203 int err = FXFT_Select_Charmap(face, encoding);
205 err = FXFT_Select_Charmap(face, FXFT_ENCODING_UNICODE);
399 FXFT_Select_Charmap(m_Font.GetFace(), FXFT_ENCODING_UNICODE);
698 int err = FXFT_Select_Charmap(face, FXFT_ENCODING_UNICODE);
cpdf_truetypefont.cpp 191 if (FXFT_Select_Charmap(m_Font.GetFace(), FXFT_ENCODING_UNICODE) == 0) {
  /external/pdfium/core/fxge/android/
cfpf_skiafont.cpp 59 if (FXFT_Select_Charmap(m_Face, FXFT_ENCODING_UNICODE))
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 585 FT_Error retCharmap = FXFT_Select_Charmap(pFace, FXFT_ENCODING_UNICODE);
    [all...]

Completed in 172 milliseconds