Searched defs:GetWordFontIndex (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_FontMap.cpp90 int32_t CPWL_FontMap::GetWordFontIndex(FX_WORD word, function in class:CPWL_FontMap
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp152 int32_t CPVT_Provider::GetWordFontIndex(FX_WORD word, function in class:CPVT_Provider
H A Ddoc_vt.cpp856 GetWordFontIndex(word, charset, pWordProps->nFontIndex);
861 : GetWordFontIndex(word, charset, GetDefaultFontIndex());
1348 int32_t CPDF_VariableText::GetWordFontIndex(const CPVT_WordInfo& WordInfo) { function in class:CPDF_VariableText
1368 GetWordFontIndex(WordInfo), WordInfo.Word, GetSubWord(),
1395 return GetFontAscent(GetWordFontIndex(WordInfo), fFontSize);
1399 return GetFontDescent(GetWordFontIndex(WordInfo), fFontSize);
1403 return GetFontAscent(GetWordFontIndex(WordInfo),
1408 return GetFontDescent(GetWordFontIndex(WordInfo),
1650 int32_t CPDF_VariableText::GetWordFontIndex(FX_WORD word, function in class:CPDF_VariableText
1654 ? m_pVTProvider->GetWordFontIndex(wor
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp134 int32_t CFX_Edit_Provider::GetWordFontIndex(FX_WORD word, function in class:CFX_Edit_Provider
137 return m_pFontMap->GetWordFontIndex(word, charset, nFontIndex);
1465 wordinfo.WordProps.nFontIndex = pFontMap->GetWordFontIndex(

Completed in 124 milliseconds