Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp61 int32_t CPDF_VariableText::Provider::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPDF_VariableText::Provider
182 word.nFontIndex = m_pVT->GetWordFontIndex(*pWord); in GetWord()
301 : GetWordFontIndex(word, charset, GetDefaultFontIndex()); in InsertWord()
780 int32_t CPDF_VariableText::GetWordFontIndex(const CPVT_WordInfo& WordInfo) { in GetWordFontIndex() function in CPDF_VariableText
798 return GetWordWidth(GetWordFontIndex(WordInfo), WordInfo.Word, GetSubWord(), in GetWordWidth()
823 return GetFontAscent(GetWordFontIndex(WordInfo), fFontSize); in GetWordAscent()
828 return GetFontDescent(GetWordFontIndex(WordInfo), fFontSize); in GetWordDescent()
832 return GetFontAscent(GetWordFontIndex(WordInfo), GetWordFontSize(WordInfo)); in GetWordAscent()
836 return GetFontDescent(GetWordFontIndex(WordInfo), GetWordFontSize(WordInfo)); in GetWordDescent()
1082 int32_t CPDF_VariableText::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPDF_VariableText
[all …]
Dcpdf_variabletext.h72 virtual int32_t GetWordFontIndex(uint16_t word,
170 int32_t GetWordFontIndex(uint16_t word, int32_t charset, int32_t nFontIndex);
201 int32_t GetWordFontIndex(const CPVT_WordInfo& WordInfo);
Dipvt_fontmap.h22 virtual int32_t GetWordFontIndex(uint16_t word,
Dcpvt_fontmap.h30 int32_t GetWordFontIndex(uint16_t word,
Dcpvt_fontmap.cpp79 int32_t CPVT_FontMap::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPVT_FontMap
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_FontMap.h40 int32_t GetWordFontIndex(uint16_t word,
DPWL_FontMap.cpp86 int32_t CPWL_FontMap::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPWL_FontMap
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h535 int32_t GetWordFontIndex(uint16_t word,
Dfxet_edit.cpp191 int32_t CFX_Edit_Provider::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CFX_Edit_Provider
194 return m_pFontMap->GetWordFontIndex(word, charset, nFontIndex); in GetWordFontIndex()