Searched refs:GetWordFontIndex (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.cpp | 63 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 …]
|
D | cpdf_variabletext.h | 59 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);
|
D | ipvt_fontmap.h | 22 virtual int32_t GetWordFontIndex(uint16_t word,
|
D | cpvt_fontmap.h | 31 int32_t GetWordFontIndex(uint16_t word,
|
D | cpvt_fontmap.cpp | 77 int32_t CPVT_FontMap::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPVT_FontMap
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_font_map.h | 39 int32_t GetWordFontIndex(uint16_t word,
|
D | cpwl_font_map.cpp | 81 int32_t CPWL_FontMap::GetWordFontIndex(uint16_t word, in GetWordFontIndex() function in CPWL_FontMap
|
D | cpwl_edit_impl.h | 429 int32_t GetWordFontIndex(uint16_t word,
|
D | cpwl_edit_impl.cpp | 159 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()
|