Searched refs:GetWordFontIndex (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.cpp | 61 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 …]
|
D | cpdf_variabletext.h | 72 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);
|
D | ipvt_fontmap.h | 22 virtual int32_t GetWordFontIndex(uint16_t word,
|
D | cpvt_fontmap.h | 30 int32_t GetWordFontIndex(uint16_t word,
|
D | cpvt_fontmap.cpp | 79 int32_t CPVT_FontMap::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPVT_FontMap
|
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_FontMap.h | 40 int32_t GetWordFontIndex(uint16_t word,
|
D | PWL_FontMap.cpp | 86 int32_t CPWL_FontMap::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPWL_FontMap
|
/external/pdfium/fpdfsdk/fxedit/ |
D | fxet_edit.h | 535 int32_t GetWordFontIndex(uint16_t word,
|
D | fxet_edit.cpp | 191 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()
|