Home
last modified time | relevance | path

Searched refs:FXFONT_SYMBOL_CHARSET (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/public/
Dfpdf_sysfontinfo.h15 #define FXFONT_SYMBOL_CHARSET 2 macro
/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp76 if (charset == FXFONT_ANSI_CHARSET || charset == FXFONT_SYMBOL_CHARSET) { in MapFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp380 case FXFONT_SYMBOL_CHARSET: in GetCharset()
857 pSubstFont->m_Charset = FXFONT_SYMBOL_CHARSET; in FindSubstFont()
870 pSubstFont->m_Charset = FXFONT_SYMBOL_CHARSET; in FindSubstFont()
1013 Charset = FXFONT_SYMBOL_CHARSET; in FindSubstFont()
1110 if (Charset == FXFONT_SYMBOL_CHARSET) { in FindSubstFont()
1116 pSubstFont->m_Charset = FXFONT_SYMBOL_CHARSET; in FindSubstFont()
1456 m_pMapper->AddInstalledFont(facename, FXFONT_SYMBOL_CHARSET); in ReportFace()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp627 charSets.Add(FXFONT_SYMBOL_CHARSET); in AddMacFont()
630 charSets.Add(FXFONT_SYMBOL_CHARSET); in AddMacFont()
861 charset == FXFONT_SYMBOL_CHARSET) { in AddFont()
862 if (charset == FXFONT_SYMBOL_CHARSET) { in AddFont()
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp144 case FXFONT_SYMBOL_CHARSET: in FPF_SkiaGetCharset()
/external/pdfium/core/include/fxge/
Dfx_font.h42 #define FXFONT_SYMBOL_CHARSET 2 macro