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

  /external/pdfium/fpdfsdk/include/
fpdf_sysfontinfo.h 14 #define FXFONT_DEFAULT_CHARSET 1
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 153 case FXFONT_DEFAULT_CHARSET:
298 uCharset = FXFONT_DEFAULT_CHARSET;
334 if (uCharset == FXFONT_DEFAULT_CHARSET || bMaybeSymbol) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 215 if (!(pFont->m_Charsets & charset_flag) && charset != FXFONT_DEFAULT_CHARSET) {
fx_ge_fontmap.cpp 617 hFont = m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, name, bExact);
771 return FXFONT_DEFAULT_CHARSET;
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_assert_matching_enums.cc 201 COMPILE_ASSERT_MATCH(PP_PRIVATEFONTCHARSET_DEFAULT, FXFONT_DEFAULT_CHARSET);
pdfium_engine.cc 156 FPDF_AddInstalledFont(mapper, "Arial", FXFONT_DEFAULT_CHARSET);
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 34 #define FXFONT_DEFAULT_CHARSET 1
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 676 charSets.Add(FXFONT_DEFAULT_CHARSET);
    [all...]

Completed in 238 milliseconds