Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp64 int32_t CPDF_VariableText::Provider::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPDF_VariableText::Provider
155 word.nFontIndex = m_pVT->GetWordFontIndex(*pWord); in GetWord()
217 : GetWordFontIndex(word, charset, GetDefaultFontIndex()); in InsertWord()
595 int32_t CPDF_VariableText::GetWordFontIndex(const CPVT_WordInfo& WordInfo) { in GetWordFontIndex() function in CPDF_VariableText
610 return GetWordWidth(GetWordFontIndex(WordInfo), WordInfo.Word, GetSubWord(), in GetWordWidth()
632 return GetFontAscent(GetWordFontIndex(WordInfo), fFontSize); in GetWordAscent()
637 return GetFontDescent(GetWordFontIndex(WordInfo), fFontSize); in GetWordDescent()
641 return GetFontAscent(GetWordFontIndex(WordInfo), GetWordFontSize()); in GetWordAscent()
645 return GetFontDescent(GetWordFontIndex(WordInfo), GetWordFontSize()); in GetWordDescent()
883 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,
169 int32_t GetWordFontIndex(uint16_t word, int32_t charset, int32_t nFontIndex);
178 int32_t GetWordFontIndex(const CPVT_WordInfo& WordInfo);
Dipvt_fontmap.h23 virtual int32_t GetWordFontIndex(uint16_t word,
Dcpvt_fontmap.h32 int32_t GetWordFontIndex(uint16_t word,
Dcpvt_fontmap.cpp82 int32_t CPVT_FontMap::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPVT_FontMap
Dcba_fontmap.h31 int32_t GetWordFontIndex(uint16_t word,
Dcba_fontmap.cpp96 int32_t CBA_FontMap::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CBA_FontMap
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h453 int32_t GetWordFontIndex(uint16_t word,
Dcpwl_edit_impl.cpp139 int32_t CPWL_EditImpl_Provider::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPWL_EditImpl_Provider
142 return m_pFontMap->GetWordFontIndex(word, charset, nFontIndex); in GetWordFontIndex()