Home
last modified time | relevance | path

Searched refs:nCharset (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp91 int32_t nCharset, in GetWordFontIndex() argument
98 if (nCharset == DEFAULT_CHARSET || pData->nCharset == SYMBOL_CHARSET || in GetWordFontIndex()
99 nCharset == pData->nCharset) { in GetWordFontIndex()
107 GetFontIndex(GetNativeFontName(nCharset), nCharset, TRUE); in GetWordFontIndex()
135 CFX_ByteString CPWL_FontMap::GetNativeFontName(int32_t nCharset) { in GetNativeFontName() argument
139 if (pData->nCharset == nCharset) in GetNativeFontName()
144 CFX_ByteString sNew = GetNativeFont(nCharset); in GetNativeFontName()
148 pNewData->nCharset = nCharset; in GetNativeFontName()
186 int32_t nCharset) { in FindFont() argument
189 if (nCharset == DEFAULT_CHARSET || nCharset == pData->nCharset) { in FindFont()
[all …]
DPWL_EditCtrl.cpp506 void CPWL_EditCtrl::InsertWord(FX_WORD word, int32_t nCharset) { in InsertWord() argument
508 m_pEdit->InsertWord(word, nCharset); in InsertWord()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h18 int32_t nCharset; member
23 int32_t nCharset; member
60 int32_t nCharset,
69 CFX_ByteString GetNativeFontName(int32_t nCharset);
71 static CFX_ByteString GetDefaultFontByCharset(int32_t nCharset);
75 uint8_t nCharset);
80 uint8_t nCharset);
86 int32_t nCharset);
93 int32_t nCharset,
95 int32_t GetPWLFontIndex(FX_WORD word, int32_t nCharset);
[all …]
DPWL_EditCtrl.h152 void InsertWord(FX_WORD word, int32_t nCharset);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp35 int32_t nCharset = DEFAULT_CHARSET; in Initialize() local
41 nCharset = pSubstFont->m_Charset; in Initialize()
47 nCharset = SYMBOL_CHARSET; in Initialize()
49 nCharset = ANSI_CHARSET; in Initialize()
51 AddFontData(m_pDefaultFont, m_sDefaultFontName, nCharset); in Initialize()
56 if (nCharset != ANSI_CHARSET) in Initialize()
70 int32_t nCharset = DEFAULT_CHARSET; in SetDefaultFont() local
72 nCharset = pSubstFont->m_Charset; in SetDefaultFont()
73 AddFontData(m_pDefaultFont, m_sDefaultFontName, nCharset); in SetDefaultFont()
77 int32_t nCharset) { in FindFontSameCharset() argument
[all …]
/external/pdfium/fpdfsdk/include/
Dfx_systemhandler.h86 virtual CFX_ByteString GetNativeTrueTypeFont(int32_t nCharset) = 0;
87 virtual FX_BOOL FindNativeTrueTypeFont(int32_t nCharset,
91 uint8_t nCharset) = 0;
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_CBA_Fontmap.h30 int32_t nCharset) override;
35 int32_t nCharset);
/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h148 uint8_t nCharset,
186 uint8_t nCharset,
220 uint8_t nCharset,
239 virtual IFX_Font* GetFontByCharset(uint8_t nCharset,
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h119 nCharset(0), in CPVT_WordInfo()
130 nCharset(charset), in CPVT_WordInfo()
139 nCharset(0), in CPVT_WordInfo()
152 nCharset = word.nCharset;
163 int32_t nCharset; member
Ddoc_vt.cpp1753 word.nCharset = pWord->nCharset; in GetWord()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.h24 virtual IFX_Font* GetDefFontByCharset(uint8_t nCharset,
150 virtual IFX_Font* GetDefFontByCharset(uint8_t nCharset,
162 virtual IFX_Font* GetFontByCharset(uint8_t nCharset,
Dfx_stdfontmgr.cpp83 uint8_t nCharset, in GetDefFontByCharset() argument
86 return GetDefFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles, in GetDefFontByCharset()
707 IFX_Font* CFX_FontMgrImp::GetDefFontByCharset(uint8_t nCharset, in GetDefFontByCharset() argument
712 this, nCharset, dwFontStyles, pszFontFamily); in GetDefFontByCharset()
766 IFX_Font* CFX_FontMgrImp::GetFontByCharset(uint8_t nCharset, in GetFontByCharset() argument
769 return GetFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles, in GetFontByCharset()
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp67 CFX_ByteString GetNativeTrueTypeFont(int32_t nCharset) override;
68 FX_BOOL FindNativeTrueTypeFont(int32_t nCharset,
72 uint8_t nCharset) override;
143 CFX_ByteString CFX_SystemHandler::GetNativeTrueTypeFont(int32_t nCharset) { in GetNativeTrueTypeFont() argument
148 int32_t nCharset, in FindNativeTrueTypeFont() argument
186 uint8_t nCharset) { in AddNativeTrueTypeFontToPDF() argument
189 pFXFont->LoadSubst(sFontFaceName, TRUE, 0, 0, 0, CharSet2CP(nCharset), in AddNativeTrueTypeFontToPDF()
191 CPDF_Font* pFont = pDoc->AddFont(pFXFont, nCharset, FALSE); in AddNativeTrueTypeFontToPDF()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h215 nCharset(0), in CPVT_Word()
225 int32_t nCharset; member
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1466 wordinfo.Word, wordinfo.nCharset, pWordProps->nFontIndex); in SetWordProps()
2561 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset, in Backspace()
2565 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset, in Backspace()
2625 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset, in Delete()
2629 this, m_wpOldCaret, m_wpCaret, word.Word, word.nCharset, in Delete()
2699 wordinfo.nCharset, secinfo.SecProps, secinfo.WordProps)); in Clear()
2708 wordinfo.nCharset, secinfo.SecProps, wordinfo.WordProps)); in Clear()