Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp871 pNewProps->nFontIndex = GetWordFontIndex(word, charset, pWordProps->nFontIndex); in InsertWord()
874 …FX_INT32 nFontIndex = GetSubWord() > 0 ? GetDefaultFontIndex() : GetWordFontIndex(word, charset, G… in InsertWord()
1358 FX_INT32 CPDF_VariableText::GetWordFontIndex(const CPVT_WordInfo & WordInfo) in GetWordFontIndex() function in CPDF_VariableText
1370 …return GetWordWidth(GetWordFontIndex(WordInfo), WordInfo.Word, GetSubWord(), GetCharSpace(WordInfo… in GetWordWidth()
1394 return GetFontAscent(GetWordFontIndex(WordInfo), fFontSize); in GetWordAscent()
1398 return GetFontDescent(GetWordFontIndex(WordInfo), fFontSize); in GetWordDescent()
1402 return GetFontAscent(GetWordFontIndex(WordInfo), GetWordFontSize(WordInfo, bFactFontSize)); in GetWordAscent()
1406 return GetFontDescent(GetWordFontIndex(WordInfo), GetWordFontSize(WordInfo, bFactFontSize)); in GetWordDescent()
1658 FX_INT32 CPDF_VariableText::GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) in GetWordFontIndex() function in CPDF_VariableText
1660 return m_pVTProvider ? m_pVTProvider->GetWordFontIndex(word, charset, nFontIndex) : -1; in GetWordFontIndex()
[all …]
Dpdf_vt.h544 FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex);
569 FX_INT32 GetWordFontIndex(const CPVT_WordInfo & WordInfo);
Ddoc_ap.cpp144 FX_INT32 CPVT_Provider::GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) in GetWordFontIndex() function in CPVT_Provider
/external/pdfium/core/include/fpdfdoc/
Dfpdf_ap.h62 FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex);
Dfpdf_vt.h290 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) = 0;
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h70 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 nCharset, FX_INT32 nFontIndex);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp91 FX_INT32 CPWL_FontMap::GetWordFontIndex(FX_WORD word, FX_INT32 nCharset, FX_INT32 nFontIndex) in GetWordFontIndex() function in CPWL_FontMap
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h72 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) = 0;
Dfxet_edit.h809 FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex);
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp184 FX_INT32 CFX_Edit_Provider::GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) in GetWordFontIndex() function in CFX_Edit_Provider
186 return m_pFontMap->GetWordFontIndex(word,charset,nFontIndex); in GetWordFontIndex()
1787 …wordinfo.WordProps.nFontIndex = pFontMap->GetWordFontIndex(wordinfo.Word,wordinfo.nCharset,pWordPr… in SetWordProps()