Home
last modified time | relevance | path

Searched refs:GetWordFontIndex (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp63 int32_t CPDF_VariableText::Provider::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPDF_VariableText::Provider
154 word.nFontIndex = m_pVT->GetWordFontIndex(*pWord); in GetWord()
229 : GetWordFontIndex(word, charset, GetDefaultFontIndex()); in InsertWord()
645 int32_t CPDF_VariableText::GetWordFontIndex(const CPVT_WordInfo& WordInfo) { in GetWordFontIndex() function in CPDF_VariableText
663 return GetWordWidth(GetWordFontIndex(WordInfo), WordInfo.Word, GetSubWord(), in GetWordWidth()
686 return GetFontAscent(GetWordFontIndex(WordInfo), fFontSize); in GetWordAscent()
691 return GetFontDescent(GetWordFontIndex(WordInfo), fFontSize); in GetWordDescent()
695 return GetFontAscent(GetWordFontIndex(WordInfo), GetWordFontSize()); in GetWordAscent()
699 return GetFontDescent(GetWordFontIndex(WordInfo), GetWordFontSize()); in GetWordDescent()
937 int32_t CPDF_VariableText::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPDF_VariableText
[all …]
Dcpdf_variabletext.h59 virtual int32_t GetWordFontIndex(uint16_t word,
171 int32_t GetWordFontIndex(uint16_t word, int32_t charset, int32_t nFontIndex);
183 int32_t GetWordFontIndex(const CPVT_WordInfo& WordInfo);
Dipvt_fontmap.h22 virtual int32_t GetWordFontIndex(uint16_t word,
Dcpvt_fontmap.h31 int32_t GetWordFontIndex(uint16_t word,
Dcpvt_fontmap.cpp77 int32_t CPVT_FontMap::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPVT_FontMap
/external/pdfium/fpdfsdk/pwl/
Dcpwl_font_map.h39 int32_t GetWordFontIndex(uint16_t word,
Dcpwl_font_map.cpp81 int32_t CPWL_FontMap::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPWL_FontMap
Dcpwl_edit_impl.h429 int32_t GetWordFontIndex(uint16_t word,
Dcpwl_edit_impl.cpp159 int32_t CPWL_EditImpl_Provider::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPWL_EditImpl_Provider
162 return m_pFontMap->GetWordFontIndex(word, charset, nFontIndex); in GetWordFontIndex()