Searched refs:GetWordFontIndex (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 871 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 …]
|
D | pdf_vt.h | 544 FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex); 569 FX_INT32 GetWordFontIndex(const CPVT_WordInfo & WordInfo);
|
D | doc_ap.cpp | 144 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/ |
D | fpdf_ap.h | 62 FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex);
|
D | fpdf_vt.h | 290 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) = 0;
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_FontMap.h | 70 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 nCharset, FX_INT32 nFontIndex);
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_FontMap.cpp | 91 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/ |
D | fx_edit.h | 72 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) = 0;
|
D | fxet_edit.h | 809 FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex);
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 184 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()
|