Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp856 GetWordFontIndex(word, charset, pWordProps->nFontIndex); in InsertWord()
861 : GetWordFontIndex(word, charset, GetDefaultFontIndex()); in InsertWord()
1348 int32_t CPDF_VariableText::GetWordFontIndex(const CPVT_WordInfo& WordInfo) { in GetWordFontIndex() function in CPDF_VariableText
1368 GetWordFontIndex(WordInfo), WordInfo.Word, GetSubWord(), in GetWordWidth()
1395 return GetFontAscent(GetWordFontIndex(WordInfo), fFontSize); in GetWordAscent()
1399 return GetFontDescent(GetWordFontIndex(WordInfo), fFontSize); in GetWordDescent()
1403 return GetFontAscent(GetWordFontIndex(WordInfo), in GetWordAscent()
1408 return GetFontDescent(GetWordFontIndex(WordInfo), in GetWordDescent()
1650 int32_t CPDF_VariableText::GetWordFontIndex(FX_WORD word, in GetWordFontIndex() function in CPDF_VariableText
1654 ? m_pVTProvider->GetWordFontIndex(word, charset, nFontIndex) in GetWordFontIndex()
[all …]
Dpdf_vt.h452 int32_t GetWordFontIndex(FX_WORD word, int32_t charset, int32_t nFontIndex);
489 int32_t GetWordFontIndex(const CPVT_WordInfo& WordInfo);
Ddoc_ap.cpp152 int32_t CPVT_Provider::GetWordFontIndex(FX_WORD word, in GetWordFontIndex() function in CPVT_Provider
/external/pdfium/core/include/fpdfdoc/
Dfpdf_ap.h62 int32_t GetWordFontIndex(FX_WORD word,
Dfpdf_vt.h280 virtual int32_t GetWordFontIndex(FX_WORD word,
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h59 int32_t GetWordFontIndex(FX_WORD word,
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp90 int32_t CPWL_FontMap::GetWordFontIndex(FX_WORD word, in GetWordFontIndex() function in CPWL_FontMap
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h63 virtual int32_t GetWordFontIndex(FX_WORD word,
Dfxet_edit.h806 int32_t GetWordFontIndex(FX_WORD word,
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp134 int32_t CFX_Edit_Provider::GetWordFontIndex(FX_WORD word, in GetWordFontIndex() function in CFX_Edit_Provider
137 return m_pFontMap->GetWordFontIndex(word, charset, nFontIndex); in GetWordFontIndex()
1465 wordinfo.WordProps.nFontIndex = pFontMap->GetWordFontIndex( in SetWordProps()