Searched refs:FX_CHARSET_Default (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cba_fontmap.cpp | 105 if (nCharset == FX_CHARSET_Default || in GetWordFontIndex() 120 FX_CHARSET_Default, false); in GetWordFontIndex() 148 if (nOldCharset != FX_CHARSET_Default) in CharSetFromUnicode() 172 int32_t nCharset = FX_CHARSET_Default; in Initialize() 408 if ((nCharset == FX_CHARSET_Default || nCharset == pData->nCharset) && in FindFont() 418 if (nCharset == FX_CHARSET_Default) in GetNativeFontName() 489 if (nCharset == FX_CHARSET_Default) in AddSystemFont()
|
D | cpdf_variabletext.cpp | 310 wp = InsertWord(wp, word, FX_CHARSET_Default); in SetText()
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafontmgr.cpp | 106 case FX_CHARSET_Default: in FPF_SkiaGetCharset() 275 uCharset = FX_CHARSET_Default; in CreateFont() 308 if (uCharset == FX_CHARSET_Default || bMaybeSymbol) { in CreateFont()
|
/external/pdfium/core/fxcrt/ |
D | fx_codepage.h | 62 #define FX_CHARSET_Default 1 macro
|
D | fx_codepage.cpp | 166 {FX_CHARSET_Default, FX_CODEPAGE_DefANSI},
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_ctrl.h | 91 int32_t m_nCharSet = FX_CHARSET_Default;
|
D | cpwl_edit_ctrl.cpp | 407 return m_nCharSet < 0 ? FX_CHARSET_Default : m_nCharSet; in GetCharSet()
|
D | cpwl_edit_impl.cpp | 419 m_pEdit->InsertText(m_swText, FX_CHARSET_Default, false, true); in Undo() 814 DoInsertText(CPVT_WordPlace(0, 0, -1), sText, FX_CHARSET_Default); in SetText() 1730 InsertText(text, FX_CHARSET_Default); in ReplaceSelection()
|
D | cpwl_edit.cpp | 532 pFontMap->CharSetFromUnicode(nChar, FX_CHARSET_Default); in OnChar()
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 310 hFont = m_pFontInfo->MapFont(0, 0, FX_CHARSET_Default, 0, name.c_str()); in AddInstalledFont() 629 if (Charset == FX_CHARSET_Default) in FindSubstFont() 677 void* hFont = m_pFontInfo->MapFont(0, 0, FX_CHARSET_Default, 0, in RawBytesForIndex()
|
D | cfx_folderfontinfo.cpp | 308 if (!(pFont->m_Charsets & charset_flag) && charset != FX_CHARSET_Default) in FindFont()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 23 static_assert(FXFONT_DEFAULT_CHARSET == FX_CHARSET_Default,
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_docpagedata.cpp | 478 if (charset == FX_CHARSET_ANSI || charset == FX_CHARSET_Default || in AddFont() 583 pLogFont->lfCharSet == FX_CHARSET_Default || in AddWindowsFont()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 431 lf.lfCharSet = FX_CHARSET_Default; in EnumFontList() 562 charset = FX_CHARSET_Default; in MapFont() 598 if (charset == FX_CHARSET_Default) in MapFont()
|