Searched refs:FX_CHARSET_Default (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 37 {FX_CHARSET_Default, FX_CODEPAGE_DefANSI}, 370 {1 << 9, FX_CHARSET_Default}, 371 {1 << 10, FX_CHARSET_Default}, 372 {1 << 11, FX_CHARSET_Default}, 373 {1 << 12, FX_CHARSET_Default}, 374 {1 << 13, FX_CHARSET_Default}, 375 {1 << 14, FX_CHARSET_Default}, 376 {1 << 15, FX_CHARSET_Default}}, 383 {1 << 6, FX_CHARSET_Default}, 384 {1 << 7, FX_CHARSET_Default}, [all …]
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_font_map.cpp | 89 if (nCharset == FX_CHARSET_Default || in GetWordFontIndex() 103 nNewFontIndex = GetFontIndex("Arial Unicode MS", FX_CHARSET_Default, false); in GetWordFontIndex() 164 (nCharset == FX_CHARSET_Default || nCharset == pData->nCharset) && in FindFont() 210 if (nCharset == FX_CHARSET_Default) in GetNativeFont() 254 if (nCharset == FX_CHARSET_Default) in AddSystemFont() 362 if (nOldCharset != FX_CHARSET_Default) in CharSetFromUnicode()
|
D | cpwl_font_map.h | 67 int32_t nCharset = FX_CHARSET_Default); 77 int32_t nCharset = FX_CHARSET_Default);
|
D | cpwl_edit_ctrl.cpp | 22 m_nCharSet(FX_CHARSET_Default) {} in CPWL_EditCtrl() 66 m_pEdit->InsertText(text, FX_CHARSET_Default); in ReplaceSelection() 423 return m_nCharSet < 0 ? FX_CHARSET_Default : m_nCharSet; in GetCharSet()
|
D | cpwl_edit.cpp | 455 m_pEdit->InsertText(wsText, FX_CHARSET_Default); in ReplaceSel() 586 pFontMap->CharSetFromUnicode(nChar, FX_CHARSET_Default); in OnChar()
|
D | cpwl_edit_impl.cpp | 394 m_pEdit->InsertText(m_swText, FX_CHARSET_Default, false, true); in Undo() 788 DoInsertText(CPVT_WordPlace(0, 0, -1), sText, FX_CHARSET_Default); in SetText()
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafontmgr.cpp | 130 case FX_CHARSET_Default: in FPF_SkiaGetCharset() 304 uCharset = FX_CHARSET_Default; in CreateFont() 336 if (uCharset == FX_CHARSET_Default || bMaybeSymbol) { in CreateFont()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cba_fontmap.cpp | 45 int32_t nCharset = FX_CHARSET_Default; in Initialize() 80 int32_t nCharset = FX_CHARSET_Default; in SetDefaultFont()
|
/external/pdfium/core/fxcrt/ |
D | fx_codepage.h | 60 #define FX_CHARSET_Default 1 macro
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 183 return FX_CHARSET_Default; in GetCharsetFromCodePage() 328 hFont = m_pFontInfo->MapFont(0, 0, FX_CHARSET_Default, 0, name.c_str()); in AddInstalledFont() 662 if (Charset == FX_CHARSET_Default) in FindSubstFont()
|
D | cfx_folderfontinfo.cpp | 296 if (!(pFont->m_Charsets & charset_flag) && charset != FX_CHARSET_Default) in FindFont()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 22 static_assert(FXFONT_DEFAULT_CHARSET == FX_CHARSET_Default,
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 448 lf.lfCharSet = FX_CHARSET_Default; in EnumFontList() 579 charset = FX_CHARSET_Default; in MapFont() 615 if (charset == FX_CHARSET_Default) in MapFont()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.cpp | 896 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Default || in AddFont() 1020 pLogFont->lfCharSet == FX_CHARSET_Default || in AddWindowsFont()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.cpp | 321 wp = InsertWord(wp, word, FX_CHARSET_Default); in SetText()
|